Shades of Midnight Blue #0C015F
Tints of Midnight Blue #0C015F
RGB
CMYK
RGB Variations
Color information
#0C015F (or 0x0C015F) is known color: Midnight Blue. HEX triplet: 0C, 01 and 5F. RGB value is (12,1,95). Sum of RGB (Red+Green+Blue) = 12+1+95=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 95 (37.5% from 255 or 87.96% from 108); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C015F is #F3FEA0. Grayscale: #0E0E0E. Windows color (decimal): -15990433 or 6226188. OLE color: 6226188.
HSL color Cylindrical-coordinate representation of color #0C015F: hue angle of 247.02º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C015F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 1 | 95 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.63 |
| HSL | 247.02º | 0.98% | 0.19% | - |
| HSV(B) | 247.02º | 0.99% | 0.37% | - |
| XYZ | 2.23 | 0.93 | 10.89 | - |
| YUV | 15.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 95 | 0.87 | 0.99 | 0 | 0.63 | 247.02 | 0.98 | 0.19 |
| Hex | C | 1 | 5F | 57 | 63 | 0 | 3F | F7 | 62 | 13 |
| Octal | 14 | 1 | 137 | 127 | 143 | 0 | 77 | 367 | 142 | 23 |
| Binary | 1100 | 1 | 1011111 | 1010111 | 1100011 | 0 | 111111 | 11110111 | 1100010 | 10011 |
Color Harmonies of #0C015F
Complementary color
Monochromatic Colors of #0C015F
Black with #0C015F
Text Example
Text Example
White with #0C015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C015F; }
p { color: rgb(12,1,95); }
H1.HeaderClassName
{
color: #0C015F;
}
.AnyTagClassName
{
color: #0C015F;
}
</style>
background-color css
<style>
a { background-color: #0C015F; }
a { background-color: rgb(12,1,95); }
div.DivClassName
{
background-color: #0C015F;
}
.BgClassName
{
background-color: #0C015F;
}
</style>
border-color css
<style>
span { border-color: #0C015F; }
span { border-color: rgb(12,1,95); }
td.TdClassName
{
border-color: #0C015F;
}
.TagClassName
{
border-color: #0C015F;
}
</style>