Shades of Midnight Blue #0C1A71
Tints of Midnight Blue #0C1A71
RGB
CMYK
RGB Variations
Color information
#0C1A71 (or 0x0C1A71) is known color: Midnight Blue. HEX triplet: 0C, 1A and 71. RGB value is (12,26,113). Sum of RGB (Red+Green+Blue) = 12+26+113=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1A71 is #F3E58E. Grayscale: #1F1F1F. Windows color (decimal): -15984015 or 7412236. OLE color: 7412236.
HSL color Cylindrical-coordinate representation of color #0C1A71: hue angle of 231.68º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1A71 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 26 | 113 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.56 |
| HSL | 231.68º | 0.81% | 0.25% | - |
| HSV(B) | 231.68º | 0.89% | 0.44% | - |
| XYZ | 3.5 | 2.01 | 15.83 | - |
| YUV | 31.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 113 | 0.89 | 0.77 | 0 | 0.56 | 231.68 | 0.81 | 0.25 |
| Hex | C | 1A | 71 | 59 | 4D | 0 | 38 | E8 | 51 | 19 |
| Octal | 14 | 32 | 161 | 131 | 115 | 0 | 70 | 350 | 121 | 31 |
| Binary | 1100 | 11010 | 1110001 | 1011001 | 1001101 | 0 | 111000 | 11101000 | 1010001 | 11001 |
Color Harmonies of #0C1A71
Complementary color
Monochromatic Colors of #0C1A71
Black with #0C1A71
Text Example
Text Example
White with #0C1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A71; }
p { color: rgb(12,26,113); }
H1.HeaderClassName
{
color: #0C1A71;
}
.AnyTagClassName
{
color: #0C1A71;
}
</style>
background-color css
<style>
a { background-color: #0C1A71; }
a { background-color: rgb(12,26,113); }
div.DivClassName
{
background-color: #0C1A71;
}
.BgClassName
{
background-color: #0C1A71;
}
</style>
border-color css
<style>
span { border-color: #0C1A71; }
span { border-color: rgb(12,26,113); }
td.TdClassName
{
border-color: #0C1A71;
}
.TagClassName
{
border-color: #0C1A71;
}
</style>