Color spaces of #001139
RGB | 0 | 17 | 57 |
---|---|---|---|
HSL | 0.62 | 1.00 | 0.11 |
HSV | 222° | 100° | 22° |
CMYK | 1.00 | 0.70 | 0.00 0.78 |
XYZ | 0.9390 | 0.6963 | 3.9558 |
Yxy | 0.6963 | 0.1679 | 0.1245 |
Hunter Lab | 8.3445 | 5.4838 | -22.2661 |
CIE-Lab | 6.2896 | 11.2107 | -27.8098 |
#001139 color RGB value is (0,17,57).
#001139 hex color red value is 0, green value is 17 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #001139 hue: 0.62 , saturation: 1.00 and the lightness value of 001139 is 0.11.
The process color (four color CMYK) of #001139 color hex is 1.00, 0.70, 0.00, 0.78. Web safe color of #001139 is #000033. Color #001139 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00010001 | 00111001 |
Octal | 0 | 21 | 71 |
Decimal | 0 | 17 | 57 |
Hex | 0 | 11 | 39 |
Shades of #001139
Tints of #001139
RGB Percentages of Color #001139
CMYK Percentages of Color #001139
Complementary Color
#001139 | #392800 |
#001139 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#001139 Color Preview on White Background
Lorem ipsum dolor sit amet.
#001139 Color CSS Codes
.mybgcolor {background-color:#001139; } .myforecolor {color:#001139; } .mybordercolor {border:3px solid #001139; }
#001139 Text Font Color
<p style="color:#001139">Text here</p>
This sample text font color is #001139
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.
#001139 Background Color
<div style="background-color:#001139">
Div content here</div>
This div background color is #001139
#001139 Border Color
<div style="border:3px solid #001139">
Div here</div>
This div border color is #001139
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,17,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #001139; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #001139; -webkit-box-shadow: 1px 1px 3px 2px #001139; box-shadow: 1px 1px 3px 2px #001139; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,17,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #001139">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #001139; -webkit-box-shadow: 1px 1px 3px 2px #001139; box-shadow: 1px 1px 3px 2px #001139;">
Div content here</div>
This div box has shadow with color #001139
Comments
No comments written yet.
Please login to write comment.