Shades of Midnight Blue #1C0F5D
Tints of Midnight Blue #1C0F5D
RGB
CMYK
RGB Variations
Color information
#1C0F5D (or 0x1C0F5D) is known color: Midnight Blue. HEX triplet: 1C, 0F and 5D. RGB value is (28,15,93). Sum of RGB (Red+Green+Blue) = 28+15+93=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C0F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0F5D is #E3F0A2. Grayscale: #1B1B1B. Windows color (decimal): -14938275 or 6098716. OLE color: 6098716.
HSL color Cylindrical-coordinate representation of color #1C0F5D: hue angle of 250º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C0F5D is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 15 | 93 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.64 |
| HSL | 250º | 0.72% | 0.21% | - |
| HSV(B) | 250º | 0.84% | 0.36% | - |
| XYZ | 2.63 | 1.38 | 10.48 | - |
| YUV | 27.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 93 | 0.70 | 0.84 | 0 | 0.64 | 250 | 0.72 | 0.21 |
| Hex | 1C | F | 5D | 46 | 54 | 0 | 40 | FA | 48 | 15 |
| Octal | 34 | 17 | 135 | 106 | 124 | 0 | 100 | 372 | 110 | 25 |
| Binary | 11100 | 1111 | 1011101 | 1000110 | 1010100 | 0 | 1000000 | 11111010 | 1001000 | 10101 |
Color Harmonies of #1C0F5D
Complementary color
Monochromatic Colors of #1C0F5D
Black with #1C0F5D
Text Example
Text Example
White with #1C0F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F5D; }
p { color: rgb(28,15,93); }
H1.HeaderClassName
{
color: #1C0F5D;
}
.AnyTagClassName
{
color: #1C0F5D;
}
</style>
background-color css
<style>
a { background-color: #1C0F5D; }
a { background-color: rgb(28,15,93); }
div.DivClassName
{
background-color: #1C0F5D;
}
.BgClassName
{
background-color: #1C0F5D;
}
</style>
border-color css
<style>
span { border-color: #1C0F5D; }
span { border-color: rgb(28,15,93); }
td.TdClassName
{
border-color: #1C0F5D;
}
.TagClassName
{
border-color: #1C0F5D;
}
</style>