Shades of Midnight Blue #1C1972
Tints of Midnight Blue #1C1972
RGB
CMYK
RGB Variations
Color information
#1C1972 (or 0x1C1972) is known color: Midnight Blue. HEX triplet: 1C, 19 and 72. RGB value is (28,25,114). Sum of RGB (Red+Green+Blue) = 28+25+114=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1972 is #E3E68D. Grayscale: #232323. Windows color (decimal): -14935694 or 7477532. OLE color: 7477532.
HSL color Cylindrical-coordinate representation of color #1C1972: hue angle of 242.02º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1972 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 25 | 114 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.55 |
| HSL | 242.02º | 0.64% | 0.27% | - |
| HSV(B) | 242.02º | 0.78% | 0.45% | - |
| XYZ | 3.86 | 2.16 | 16.13 | - |
| YUV | 36.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 114 | 0.75 | 0.78 | 0 | 0.55 | 242.02 | 0.64 | 0.27 |
| Hex | 1C | 19 | 72 | 4B | 4E | 0 | 37 | F2 | 40 | 1B |
| Octal | 34 | 31 | 162 | 113 | 116 | 0 | 67 | 362 | 100 | 33 |
| Binary | 11100 | 11001 | 1110010 | 1001011 | 1001110 | 0 | 110111 | 11110010 | 1000000 | 11011 |
Color Harmonies of #1C1972
Complementary color
Monochromatic Colors of #1C1972
Black with #1C1972
Text Example
Text Example
White with #1C1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1972; }
p { color: rgb(28,25,114); }
H1.HeaderClassName
{
color: #1C1972;
}
.AnyTagClassName
{
color: #1C1972;
}
</style>
background-color css
<style>
a { background-color: #1C1972; }
a { background-color: rgb(28,25,114); }
div.DivClassName
{
background-color: #1C1972;
}
.BgClassName
{
background-color: #1C1972;
}
</style>
border-color css
<style>
span { border-color: #1C1972; }
span { border-color: rgb(28,25,114); }
td.TdClassName
{
border-color: #1C1972;
}
.TagClassName
{
border-color: #1C1972;
}
</style>