Shades of Midnight Blue #0C0062
Tints of Midnight Blue #0C0062
RGB
CMYK
RGB Variations
Color information
#0C0062 (or 0x0C0062) is known color: Midnight Blue. HEX triplet: 0C, 00 and 62. RGB value is (12,0,98). Sum of RGB (Red+Green+Blue) = 12+0+98=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C0062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0062 is #F3FF9D. Grayscale: #0E0E0E. Windows color (decimal): -15990686 or 6422540. OLE color: 6422540.
HSL color Cylindrical-coordinate representation of color #0C0062: hue angle of 247.35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0062 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 0 | 98 | - |
| CMYK | 0.88 | 1 | 0 | 0.62 |
| HSL | 247.35º | 1% | 0.19% | - |
| HSV(B) | 247.35º | 1% | 0.38% | - |
| XYZ | 2.36 | 0.96 | 11.62 | - |
| YUV | 14.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 98 | 0.88 | 1 | 0 | 0.62 | 247.35 | 1 | 0.19 |
| Hex | C | 0 | 62 | 58 | 64 | 0 | 3E | F7 | 64 | 13 |
| Octal | 14 | 0 | 142 | 130 | 144 | 0 | 76 | 367 | 144 | 23 |
| Binary | 1100 | 0 | 1100010 | 1011000 | 1100100 | 0 | 111110 | 11110111 | 1100100 | 10011 |
Color Harmonies of #0C0062
Complementary color
Monochromatic Colors of #0C0062
Black with #0C0062
Text Example
Text Example
White with #0C0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0062; }
p { color: rgb(12,0,98); }
H1.HeaderClassName
{
color: #0C0062;
}
.AnyTagClassName
{
color: #0C0062;
}
</style>
background-color css
<style>
a { background-color: #0C0062; }
a { background-color: rgb(12,0,98); }
div.DivClassName
{
background-color: #0C0062;
}
.BgClassName
{
background-color: #0C0062;
}
</style>
border-color css
<style>
span { border-color: #0C0062; }
span { border-color: rgb(12,0,98); }
td.TdClassName
{
border-color: #0C0062;
}
.TagClassName
{
border-color: #0C0062;
}
</style>