Color spaces of #11448e
RGB | 17 | 68 | 142 |
---|---|---|---|
HSL | 0.60 | 0.79 | 0.31 |
HSV | 216° | 88° | 56° |
CMYK | 0.88 | 0.52 | 0.00 0.44 |
XYZ | 7.1808 | 6.2064 | 26.4107 |
Yxy | 6.2064 | 0.1804 | 0.1559 |
Hunter Lab | 24.9126 | 7.8536 | -45.4164 |
CIE-Lab | 29.9273 | 13.4097 | -45.5447 |
#11448e color RGB value is (17,68,142).
#11448e hex color red value is 17, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #11448e hue: 0.60 , saturation: 0.79 and the lightness value of 11448e is 0.31.
The process color (four color CMYK) of #11448e color hex is 0.88, 0.52, 0.00, 0.44. Web safe color of #11448e is #003399. Color #11448e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01000100 | 10001110 |
Octal | 21 | 104 | 216 |
Decimal | 17 | 68 | 142 |
Hex | 11 | 44 | 8E |
Shades of #11448e
Tints of #11448e
RGB Percentages of Color #11448e
CMYK Percentages of Color #11448e
Complementary Color
#11448e | #8e5b11 |
#11448e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11448e Color Preview on White Background
Lorem ipsum dolor sit amet.
#11448e Color CSS Codes
.mybgcolor {background-color:#11448e; } .myforecolor {color:#11448e; } .mybordercolor {border:3px solid #11448e; }
#11448e Text Font Color
<p style="color:#11448e">Text here</p>
This sample text font color is #11448e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#11448e Background Color
<div style="background-color:#11448e">
Div content here</div>
This div background color is #11448e
#11448e Border Color
<div style="border:3px solid #11448e">
Div here</div>
This div border color is #11448e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,68,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11448e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11448e; -webkit-box-shadow: 1px 1px 3px 2px #11448e; box-shadow: 1px 1px 3px 2px #11448e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,68,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11448e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11448e; -webkit-box-shadow: 1px 1px 3px 2px #11448e; box-shadow: 1px 1px 3px 2px #11448e;">
Div content here</div>
This div box has shadow with color #11448e
Comments
No comments written yet.
Please login to write comment.