Shades of Midnight Blue #1C2178
Tints of Midnight Blue #1C2178
RGB
CMYK
RGB Variations
Color information
#1C2178 (or 0x1C2178) is known color: Midnight Blue. HEX triplet: 1C, 21 and 78. RGB value is (28,33,120). Sum of RGB (Red+Green+Blue) = 28+33+120=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2178 is #E3DE87. Grayscale: #292929. Windows color (decimal): -14933640 or 7872796. OLE color: 7872796.
HSL color Cylindrical-coordinate representation of color #1C2178: hue angle of 236.74º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C2178 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 33 | 120 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.53 |
| HSL | 236.74º | 0.62% | 0.29% | - |
| HSV(B) | 236.74º | 0.77% | 0.47% | - |
| XYZ | 4.41 | 2.69 | 18.06 | - |
| YUV | 41.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 120 | 0.77 | 0.72 | 0 | 0.53 | 236.74 | 0.62 | 0.29 |
| Hex | 1C | 21 | 78 | 4D | 48 | 0 | 35 | ED | 3E | 1D |
| Octal | 34 | 41 | 170 | 115 | 110 | 0 | 65 | 355 | 76 | 35 |
| Binary | 11100 | 100001 | 1111000 | 1001101 | 1001000 | 0 | 110101 | 11101101 | 111110 | 11101 |
Color Harmonies of #1C2178
Complementary color
Monochromatic Colors of #1C2178
Black with #1C2178
Text Example
Text Example
White with #1C2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2178; }
p { color: rgb(28,33,120); }
H1.HeaderClassName
{
color: #1C2178;
}
.AnyTagClassName
{
color: #1C2178;
}
</style>
background-color css
<style>
a { background-color: #1C2178; }
a { background-color: rgb(28,33,120); }
div.DivClassName
{
background-color: #1C2178;
}
.BgClassName
{
background-color: #1C2178;
}
</style>
border-color css
<style>
span { border-color: #1C2178; }
span { border-color: rgb(28,33,120); }
td.TdClassName
{
border-color: #1C2178;
}
.TagClassName
{
border-color: #1C2178;
}
</style>