Color spaces of #1b004e
RGB | 27 | 0 | 78 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.15 |
HSV | 261° | 100° | 31° |
CMYK | 0.65 | 1.00 | 0.00 0.69 |
XYZ | 1.8271 | 0.7831 | 7.2626 |
Yxy | 0.7831 | 0.1851 | 0.0793 |
Hunter Lab | 8.8493 | 21.3684 | -42.4647 |
CIE-Lab | 7.0737 | 34.4848 | -41.3277 |
#1b004e color RGB value is (27,0,78).
#1b004e hex color red value is 27, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #1b004e hue: 0.72 , saturation: 1.00 and the lightness value of 1b004e is 0.15.
The process color (four color CMYK) of #1b004e color hex is 0.65, 1.00, 0.00, 0.69. Web safe color of #1b004e is #330066. Color #1b004e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 00000000 | 01001110 |
Octal | 33 | 0 | 116 |
Decimal | 27 | 0 | 78 |
Hex | 1B | 0 | 4E |
Shades of #1b004e
Tints of #1b004e
RGB Percentages of Color #1b004e
CMYK Percentages of Color #1b004e
Complementary Color
#1b004e | #334e00 |
#1b004e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1b004e Color Preview on White Background
Lorem ipsum dolor sit amet.
#1b004e Color CSS Codes
.mybgcolor {background-color:#1b004e; } .myforecolor {color:#1b004e; } .mybordercolor {border:3px solid #1b004e; }
#1b004e Text Font Color
<p style="color:#1b004e">Text here</p>
This sample text font color is #1b004e
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.
#1b004e Background Color
<div style="background-color:#1b004e">
Div content here</div>
This div background color is #1b004e
#1b004e Border Color
<div style="border:3px solid #1b004e">
Div here</div>
This div border color is #1b004e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,0,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1b004e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1b004e; -webkit-box-shadow: 1px 1px 3px 2px #1b004e; box-shadow: 1px 1px 3px 2px #1b004e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,0,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1b004e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1b004e; -webkit-box-shadow: 1px 1px 3px 2px #1b004e; box-shadow: 1px 1px 3px 2px #1b004e;">
Div content here</div>
This div box has shadow with color #1b004e
Comments
No comments written yet.
Please login to write comment.