Shades of Midnight Blue #1C0872
Tints of Midnight Blue #1C0872
RGB
CMYK
RGB Variations
Color information
#1C0872 (or 0x1C0872) is known color: Midnight Blue. HEX triplet: 1C, 08 and 72. RGB value is (28,8,114). Sum of RGB (Red+Green+Blue) = 28+8+114=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0872 is #E3F78D. Grayscale: #191919. Windows color (decimal): -14940046 or 7473180. OLE color: 7473180.
HSL color Cylindrical-coordinate representation of color #1C0872: hue angle of 251.32º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0872 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 8 | 114 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.55 |
| HSL | 251.32º | 0.87% | 0.24% | - |
| HSV(B) | 251.32º | 0.93% | 0.45% | - |
| XYZ | 3.6 | 1.64 | 16.05 | - |
| YUV | 26.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 114 | 0.75 | 0.93 | 0 | 0.55 | 251.32 | 0.87 | 0.24 |
| Hex | 1C | 8 | 72 | 4B | 5D | 0 | 37 | FB | 57 | 18 |
| Octal | 34 | 10 | 162 | 113 | 135 | 0 | 67 | 373 | 127 | 30 |
| Binary | 11100 | 1000 | 1110010 | 1001011 | 1011101 | 0 | 110111 | 11111011 | 1010111 | 11000 |
Color Harmonies of #1C0872
Complementary color
Monochromatic Colors of #1C0872
Black with #1C0872
Text Example
Text Example
White with #1C0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0872; }
p { color: rgb(28,8,114); }
H1.HeaderClassName
{
color: #1C0872;
}
.AnyTagClassName
{
color: #1C0872;
}
</style>
background-color css
<style>
a { background-color: #1C0872; }
a { background-color: rgb(28,8,114); }
div.DivClassName
{
background-color: #1C0872;
}
.BgClassName
{
background-color: #1C0872;
}
</style>
border-color css
<style>
span { border-color: #1C0872; }
span { border-color: rgb(28,8,114); }
td.TdClassName
{
border-color: #1C0872;
}
.TagClassName
{
border-color: #1C0872;
}
</style>