Shades of Midnight Blue #1B0472
Tints of Midnight Blue #1B0472
RGB
CMYK
RGB Variations
Color information
#1B0472 (or 0x1B0472) is known color: Midnight Blue. HEX triplet: 1B, 04 and 72. RGB value is (27,4,114). Sum of RGB (Red+Green+Blue) = 27+4+114=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0472 is #E4FB8D. Grayscale: #171717. Windows color (decimal): -15006606 or 7472155. OLE color: 7472155.
HSL color Cylindrical-coordinate representation of color #1B0472: hue angle of 252.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0472 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 4 | 114 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.55 |
| HSL | 252.55º | 0.93% | 0.23% | - |
| HSV(B) | 252.55º | 0.96% | 0.45% | - |
| XYZ | 3.53 | 1.53 | 16.03 | - |
| YUV | 23.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 114 | 0.76 | 0.96 | 0 | 0.55 | 252.55 | 0.93 | 0.23 |
| Hex | 1B | 4 | 72 | 4C | 60 | 0 | 37 | FD | 5D | 17 |
| Octal | 33 | 4 | 162 | 114 | 140 | 0 | 67 | 375 | 135 | 27 |
| Binary | 11011 | 100 | 1110010 | 1001100 | 1100000 | 0 | 110111 | 11111101 | 1011101 | 10111 |
Color Harmonies of #1B0472
Complementary color
Monochromatic Colors of #1B0472
Black with #1B0472
Text Example
Text Example
White with #1B0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0472; }
p { color: rgb(27,4,114); }
H1.HeaderClassName
{
color: #1B0472;
}
.AnyTagClassName
{
color: #1B0472;
}
</style>
background-color css
<style>
a { background-color: #1B0472; }
a { background-color: rgb(27,4,114); }
div.DivClassName
{
background-color: #1B0472;
}
.BgClassName
{
background-color: #1B0472;
}
</style>
border-color css
<style>
span { border-color: #1B0472; }
span { border-color: rgb(27,4,114); }
td.TdClassName
{
border-color: #1B0472;
}
.TagClassName
{
border-color: #1B0472;
}
</style>