Shades of Midnight Blue #1C1872
Tints of Midnight Blue #1C1872
RGB
CMYK
RGB Variations
Color information
#1C1872 (or 0x1C1872) is known color: Midnight Blue. HEX triplet: 1C, 18 and 72. RGB value is (28,24,114). Sum of RGB (Red+Green+Blue) = 28+24+114=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1872 is #E3E78D. Grayscale: #232323. Windows color (decimal): -14935950 or 7477276. OLE color: 7477276.
HSL color Cylindrical-coordinate representation of color #1C1872: hue angle of 242.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1872 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 24 | 114 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.55 |
| HSL | 242.67º | 0.65% | 0.27% | - |
| HSV(B) | 242.67º | 0.79% | 0.45% | - |
| XYZ | 3.84 | 2.12 | 16.13 | - |
| YUV | 35.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 114 | 0.75 | 0.79 | 0 | 0.55 | 242.67 | 0.65 | 0.27 |
| Hex | 1C | 18 | 72 | 4B | 4F | 0 | 37 | F3 | 41 | 1B |
| Octal | 34 | 30 | 162 | 113 | 117 | 0 | 67 | 363 | 101 | 33 |
| Binary | 11100 | 11000 | 1110010 | 1001011 | 1001111 | 0 | 110111 | 11110011 | 1000001 | 11011 |
Color Harmonies of #1C1872
Complementary color
Monochromatic Colors of #1C1872
Black with #1C1872
Text Example
Text Example
White with #1C1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1872; }
p { color: rgb(28,24,114); }
H1.HeaderClassName
{
color: #1C1872;
}
.AnyTagClassName
{
color: #1C1872;
}
</style>
background-color css
<style>
a { background-color: #1C1872; }
a { background-color: rgb(28,24,114); }
div.DivClassName
{
background-color: #1C1872;
}
.BgClassName
{
background-color: #1C1872;
}
</style>
border-color css
<style>
span { border-color: #1C1872; }
span { border-color: rgb(28,24,114); }
td.TdClassName
{
border-color: #1C1872;
}
.TagClassName
{
border-color: #1C1872;
}
</style>