Shades of Midnight Blue #1B005F
Tints of Midnight Blue #1B005F
RGB
CMYK
RGB Variations
Color information
#1B005F (or 0x1B005F) is known color: Midnight Blue. HEX triplet: 1B, 00 and 5F. RGB value is (27,0,95). Sum of RGB (Red+Green+Blue) = 27+0+95=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B005F is #E4FFA0. Grayscale: #121212. Windows color (decimal): -15007649 or 6225947. OLE color: 6225947.
HSL color Cylindrical-coordinate representation of color #1B005F: hue angle of 257.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B005F is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 0 | 95 | - |
| CMYK | 0.72 | 1 | 0 | 0.63 |
| HSL | 257.05º | 1% | 0.19% | - |
| HSV(B) | 257.05º | 1% | 0.37% | - |
| XYZ | 2.52 | 1.06 | 10.9 | - |
| YUV | 18.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 95 | 0.72 | 1 | 0 | 0.63 | 257.05 | 1 | 0.19 |
| Hex | 1B | 0 | 5F | 48 | 64 | 0 | 3F | 101 | 64 | 13 |
| Octal | 33 | 0 | 137 | 110 | 144 | 0 | 77 | 401 | 144 | 23 |
| Binary | 11011 | 0 | 1011111 | 1001000 | 1100100 | 0 | 111111 | 100000001 | 1100100 | 10011 |
Color Harmonies of #1B005F
Complementary color
Monochromatic Colors of #1B005F
Black with #1B005F
Text Example
Text Example
White with #1B005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B005F; }
p { color: rgb(27,0,95); }
H1.HeaderClassName
{
color: #1B005F;
}
.AnyTagClassName
{
color: #1B005F;
}
</style>
background-color css
<style>
a { background-color: #1B005F; }
a { background-color: rgb(27,0,95); }
div.DivClassName
{
background-color: #1B005F;
}
.BgClassName
{
background-color: #1B005F;
}
</style>
border-color css
<style>
span { border-color: #1B005F; }
span { border-color: rgb(27,0,95); }
td.TdClassName
{
border-color: #1B005F;
}
.TagClassName
{
border-color: #1B005F;
}
</style>