Shades of Midnight Blue #1C2874
Tints of Midnight Blue #1C2874
RGB
CMYK
RGB Variations
Color information
#1C2874 (or 0x1C2874) is known color: Midnight Blue. HEX triplet: 1C, 28 and 74. RGB value is (28,40,116). Sum of RGB (Red+Green+Blue) = 28+40+116=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C2874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2874 is #E3D78B. Grayscale: #2C2C2C. Windows color (decimal): -14931852 or 7612444. OLE color: 7612444.
HSL color Cylindrical-coordinate representation of color #1C2874: hue angle of 231.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2874 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 40 | 116 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.55 |
| HSL | 231.82º | 0.61% | 0.28% | - |
| HSV(B) | 231.82º | 0.76% | 0.45% | - |
| XYZ | 4.39 | 3.03 | 16.88 | - |
| YUV | 45.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 116 | 0.76 | 0.66 | 0 | 0.55 | 231.82 | 0.61 | 0.28 |
| Hex | 1C | 28 | 74 | 4C | 42 | 0 | 37 | E8 | 3D | 1C |
| Octal | 34 | 50 | 164 | 114 | 102 | 0 | 67 | 350 | 75 | 34 |
| Binary | 11100 | 101000 | 1110100 | 1001100 | 1000010 | 0 | 110111 | 11101000 | 111101 | 11100 |
Color Harmonies of #1C2874
Complementary color
Monochromatic Colors of #1C2874
Black with #1C2874
Text Example
Text Example
White with #1C2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2874; }
p { color: rgb(28,40,116); }
H1.HeaderClassName
{
color: #1C2874;
}
.AnyTagClassName
{
color: #1C2874;
}
</style>
background-color css
<style>
a { background-color: #1C2874; }
a { background-color: rgb(28,40,116); }
div.DivClassName
{
background-color: #1C2874;
}
.BgClassName
{
background-color: #1C2874;
}
</style>
border-color css
<style>
span { border-color: #1C2874; }
span { border-color: rgb(28,40,116); }
td.TdClassName
{
border-color: #1C2874;
}
.TagClassName
{
border-color: #1C2874;
}
</style>