Shades of Midnight Blue #1C2B78
Tints of Midnight Blue #1C2B78
RGB
CMYK
RGB Variations
Color information
#1C2B78 (or 0x1C2B78) is known color: Midnight Blue. HEX triplet: 1C, 2B and 78. RGB value is (28,43,120). Sum of RGB (Red+Green+Blue) = 28+43+120=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C2B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2B78 is #E3D487. Grayscale: #2E2E2E. Windows color (decimal): -14931080 or 7875356. OLE color: 7875356.
HSL color Cylindrical-coordinate representation of color #1C2B78: hue angle of 230.22º 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 #1C2B78 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 43 | 120 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.53 |
| HSL | 230.22º | 0.62% | 0.29% | - |
| HSV(B) | 230.22º | 0.77% | 0.47% | - |
| XYZ | 4.73 | 3.33 | 18.16 | - |
| YUV | 47.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 120 | 0.77 | 0.64 | 0 | 0.53 | 230.22 | 0.62 | 0.29 |
| Hex | 1C | 2B | 78 | 4D | 40 | 0 | 35 | E6 | 3E | 1D |
| Octal | 34 | 53 | 170 | 115 | 100 | 0 | 65 | 346 | 76 | 35 |
| Binary | 11100 | 101011 | 1111000 | 1001101 | 1000000 | 0 | 110101 | 11100110 | 111110 | 11101 |
Color Harmonies of #1C2B78
Complementary color
Monochromatic Colors of #1C2B78
Black with #1C2B78
Text Example
Text Example
White with #1C2B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B78; }
p { color: rgb(28,43,120); }
H1.HeaderClassName
{
color: #1C2B78;
}
.AnyTagClassName
{
color: #1C2B78;
}
</style>
background-color css
<style>
a { background-color: #1C2B78; }
a { background-color: rgb(28,43,120); }
div.DivClassName
{
background-color: #1C2B78;
}
.BgClassName
{
background-color: #1C2B78;
}
</style>
border-color css
<style>
span { border-color: #1C2B78; }
span { border-color: rgb(28,43,120); }
td.TdClassName
{
border-color: #1C2B78;
}
.TagClassName
{
border-color: #1C2B78;
}
</style>