Shades of Midnight Blue #1C0E74
Tints of Midnight Blue #1C0E74
RGB
CMYK
RGB Variations
Color information
#1C0E74 (or 0x1C0E74) is known color: Midnight Blue. HEX triplet: 1C, 0E and 74. RGB value is (28,14,116). Sum of RGB (Red+Green+Blue) = 28+14+116=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C0E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0E74 is #E3F18B. Grayscale: #1D1D1D. Windows color (decimal): -14938508 or 7605788. OLE color: 7605788.
HSL color Cylindrical-coordinate representation of color #1C0E74: hue angle of 248.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C0E74 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 14 | 116 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.55 |
| HSL | 248.24º | 0.78% | 0.25% | - |
| HSV(B) | 248.24º | 0.88% | 0.45% | - |
| XYZ | 3.79 | 1.82 | 16.67 | - |
| YUV | 29.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 116 | 0.76 | 0.88 | 0 | 0.55 | 248.24 | 0.78 | 0.25 |
| Hex | 1C | E | 74 | 4C | 58 | 0 | 37 | F8 | 4E | 19 |
| Octal | 34 | 16 | 164 | 114 | 130 | 0 | 67 | 370 | 116 | 31 |
| Binary | 11100 | 1110 | 1110100 | 1001100 | 1011000 | 0 | 110111 | 11111000 | 1001110 | 11001 |
Color Harmonies of #1C0E74
Complementary color
Monochromatic Colors of #1C0E74
Black with #1C0E74
Text Example
Text Example
White with #1C0E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E74; }
p { color: rgb(28,14,116); }
H1.HeaderClassName
{
color: #1C0E74;
}
.AnyTagClassName
{
color: #1C0E74;
}
</style>
background-color css
<style>
a { background-color: #1C0E74; }
a { background-color: rgb(28,14,116); }
div.DivClassName
{
background-color: #1C0E74;
}
.BgClassName
{
background-color: #1C0E74;
}
</style>
border-color css
<style>
span { border-color: #1C0E74; }
span { border-color: rgb(28,14,116); }
td.TdClassName
{
border-color: #1C0E74;
}
.TagClassName
{
border-color: #1C0E74;
}
</style>