Shades of Midnight Blue #0C0359
Tints of Midnight Blue #0C0359
RGB
CMYK
RGB Variations
Color information
#0C0359 (or 0x0C0359) is known color: Midnight Blue. HEX triplet: 0C, 03 and 59. RGB value is (12,3,89). Sum of RGB (Red+Green+Blue) = 12+3+89=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0359 is #F3FCA6. Grayscale: #0F0F0F. Windows color (decimal): -15989927 or 5833484. OLE color: 5833484.
HSL color Cylindrical-coordinate representation of color #0C0359: hue angle of 246.28º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0359 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 3 | 89 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.65 |
| HSL | 246.28º | 0.93% | 0.18% | - |
| HSV(B) | 246.28º | 0.97% | 0.35% | - |
| XYZ | 1.99 | 0.86 | 9.51 | - |
| YUV | 15.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 89 | 0.87 | 0.97 | 0 | 0.65 | 246.28 | 0.93 | 0.18 |
| Hex | C | 3 | 59 | 57 | 61 | 0 | 41 | F6 | 5D | 12 |
| Octal | 14 | 3 | 131 | 127 | 141 | 0 | 101 | 366 | 135 | 22 |
| Binary | 1100 | 11 | 1011001 | 1010111 | 1100001 | 0 | 1000001 | 11110110 | 1011101 | 10010 |
Color Harmonies of #0C0359
Complementary color
Monochromatic Colors of #0C0359
Black with #0C0359
Text Example
Text Example
White with #0C0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0359; }
p { color: rgb(12,3,89); }
H1.HeaderClassName
{
color: #0C0359;
}
.AnyTagClassName
{
color: #0C0359;
}
</style>
background-color css
<style>
a { background-color: #0C0359; }
a { background-color: rgb(12,3,89); }
div.DivClassName
{
background-color: #0C0359;
}
.BgClassName
{
background-color: #0C0359;
}
</style>
border-color css
<style>
span { border-color: #0C0359; }
span { border-color: rgb(12,3,89); }
td.TdClassName
{
border-color: #0C0359;
}
.TagClassName
{
border-color: #0C0359;
}
</style>