Shades of Midnight Blue #1C0E5C
Tints of Midnight Blue #1C0E5C
RGB
CMYK
RGB Variations
Color information
#1C0E5C (or 0x1C0E5C) is known color: Midnight Blue. HEX triplet: 1C, 0E and 5C. RGB value is (28,14,92). Sum of RGB (Red+Green+Blue) = 28+14+92=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C0E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0E5C is #E3F1A3. Grayscale: #1A1A1A. Windows color (decimal): -14938532 or 6032924. OLE color: 6032924.
HSL color Cylindrical-coordinate representation of color #1C0E5C: hue angle of 250.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C0E5C is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 14 | 92 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.64 |
| HSL | 250.77º | 0.74% | 0.21% | - |
| HSV(B) | 250.77º | 0.85% | 0.36% | - |
| XYZ | 2.57 | 1.33 | 10.25 | - |
| YUV | 27.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 92 | 0.70 | 0.85 | 0 | 0.64 | 250.77 | 0.74 | 0.21 |
| Hex | 1C | E | 5C | 46 | 55 | 0 | 40 | FB | 4A | 15 |
| Octal | 34 | 16 | 134 | 106 | 125 | 0 | 100 | 373 | 112 | 25 |
| Binary | 11100 | 1110 | 1011100 | 1000110 | 1010101 | 0 | 1000000 | 11111011 | 1001010 | 10101 |
Color Harmonies of #1C0E5C
Complementary color
Monochromatic Colors of #1C0E5C
Black with #1C0E5C
Text Example
Text Example
White with #1C0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E5C; }
p { color: rgb(28,14,92); }
H1.HeaderClassName
{
color: #1C0E5C;
}
.AnyTagClassName
{
color: #1C0E5C;
}
</style>
background-color css
<style>
a { background-color: #1C0E5C; }
a { background-color: rgb(28,14,92); }
div.DivClassName
{
background-color: #1C0E5C;
}
.BgClassName
{
background-color: #1C0E5C;
}
</style>
border-color css
<style>
span { border-color: #1C0E5C; }
span { border-color: rgb(28,14,92); }
td.TdClassName
{
border-color: #1C0E5C;
}
.TagClassName
{
border-color: #1C0E5C;
}
</style>