Shades of New Midnight Blue #0C039E
Tints of New Midnight Blue #0C039E
RGB
CMYK
RGB Variations
Color information
#0C039E (or 0x0C039E) is known color: New Midnight Blue. HEX triplet: 0C, 03 and 9E. RGB value is (12,3,158). Sum of RGB (Red+Green+Blue) = 12+3+158=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C039E is #F3FC61. Grayscale: #161616. Windows color (decimal): -15989858 or 10355468. OLE color: 10355468.
HSL color Cylindrical-coordinate representation of color #0C039E: hue angle of 243.48º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C039E is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 3 | 158 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.38 |
| HSL | 243.48º | 0.96% | 0.32% | - |
| HSV(B) | 243.48º | 0.98% | 0.62% | - |
| XYZ | 6.36 | 2.61 | 32.52 | - |
| YUV | 23.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 158 | 0.92 | 0.98 | 0 | 0.38 | 243.48 | 0.96 | 0.32 |
| Hex | C | 3 | 9E | 5C | 62 | 0 | 26 | F3 | 60 | 20 |
| Octal | 14 | 3 | 236 | 134 | 142 | 0 | 46 | 363 | 140 | 40 |
| Binary | 1100 | 11 | 10011110 | 1011100 | 1100010 | 0 | 100110 | 11110011 | 1100000 | 100000 |
Color Harmonies of #0C039E
Complementary color
Monochromatic Colors of #0C039E
Black with #0C039E
Text Example
Text Example
White with #0C039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C039E; }
p { color: rgb(12,3,158); }
H1.HeaderClassName
{
color: #0C039E;
}
.AnyTagClassName
{
color: #0C039E;
}
</style>
background-color css
<style>
a { background-color: #0C039E; }
a { background-color: rgb(12,3,158); }
div.DivClassName
{
background-color: #0C039E;
}
.BgClassName
{
background-color: #0C039E;
}
</style>
border-color css
<style>
span { border-color: #0C039E; }
span { border-color: rgb(12,3,158); }
td.TdClassName
{
border-color: #0C039E;
}
.TagClassName
{
border-color: #0C039E;
}
</style>