Shades of Midnight Blue #1C2879
Tints of Midnight Blue #1C2879
RGB
CMYK
RGB Variations
Color information
#1C2879 (or 0x1C2879) is known color: Midnight Blue. HEX triplet: 1C, 28 and 79. RGB value is (28,40,121). Sum of RGB (Red+Green+Blue) = 28+40+121=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2879 is #E3D786. Grayscale: #2D2D2D. Windows color (decimal): -14931847 or 7940124. OLE color: 7940124.
HSL color Cylindrical-coordinate representation of color #1C2879: hue angle of 232.26º 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 #1C2879 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 40 | 121 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.53 |
| HSL | 232.26º | 0.62% | 0.29% | - |
| HSV(B) | 232.26º | 0.77% | 0.47% | - |
| XYZ | 4.69 | 3.14 | 18.45 | - |
| YUV | 45.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 121 | 0.77 | 0.67 | 0 | 0.53 | 232.26 | 0.62 | 0.29 |
| Hex | 1C | 28 | 79 | 4D | 43 | 0 | 35 | E8 | 3E | 1D |
| Octal | 34 | 50 | 171 | 115 | 103 | 0 | 65 | 350 | 76 | 35 |
| Binary | 11100 | 101000 | 1111001 | 1001101 | 1000011 | 0 | 110101 | 11101000 | 111110 | 11101 |
Color Harmonies of #1C2879
Complementary color
Monochromatic Colors of #1C2879
Black with #1C2879
Text Example
Text Example
White with #1C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2879; }
p { color: rgb(28,40,121); }
H1.HeaderClassName
{
color: #1C2879;
}
.AnyTagClassName
{
color: #1C2879;
}
</style>
background-color css
<style>
a { background-color: #1C2879; }
a { background-color: rgb(28,40,121); }
div.DivClassName
{
background-color: #1C2879;
}
.BgClassName
{
background-color: #1C2879;
}
</style>
border-color css
<style>
span { border-color: #1C2879; }
span { border-color: rgb(28,40,121); }
td.TdClassName
{
border-color: #1C2879;
}
.TagClassName
{
border-color: #1C2879;
}
</style>