Shades of Midnight Blue #0C034F
Tints of Midnight Blue #0C034F
RGB
CMYK
RGB Variations
Color information
#0C034F (or 0x0C034F) is known color: Midnight Blue. HEX triplet: 0C, 03 and 4F. RGB value is (12,3,79). Sum of RGB (Red+Green+Blue) = 12+3+79=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C034F is #F3FCB0. Grayscale: #0E0E0E. Windows color (decimal): -15989937 or 5178124. OLE color: 5178124.
HSL color Cylindrical-coordinate representation of color #0C034F: hue angle of 247.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C034F is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 3 | 79 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.69 |
| HSL | 247.11º | 0.93% | 0.16% | - |
| HSV(B) | 247.11º | 0.96% | 0.31% | - |
| XYZ | 1.6 | 0.71 | 7.45 | - |
| YUV | 14.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 79 | 0.85 | 0.96 | 0 | 0.69 | 247.11 | 0.93 | 0.16 |
| Hex | C | 3 | 4F | 55 | 60 | 0 | 45 | F7 | 5D | 10 |
| Octal | 14 | 3 | 117 | 125 | 140 | 0 | 105 | 367 | 135 | 20 |
| Binary | 1100 | 11 | 1001111 | 1010101 | 1100000 | 0 | 1000101 | 11110111 | 1011101 | 10000 |
Color Harmonies of #0C034F
Complementary color
Monochromatic Colors of #0C034F
Black with #0C034F
Text Example
Text Example
White with #0C034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C034F; }
p { color: rgb(12,3,79); }
H1.HeaderClassName
{
color: #0C034F;
}
.AnyTagClassName
{
color: #0C034F;
}
</style>
background-color css
<style>
a { background-color: #0C034F; }
a { background-color: rgb(12,3,79); }
div.DivClassName
{
background-color: #0C034F;
}
.BgClassName
{
background-color: #0C034F;
}
</style>
border-color css
<style>
span { border-color: #0C034F; }
span { border-color: rgb(12,3,79); }
td.TdClassName
{
border-color: #0C034F;
}
.TagClassName
{
border-color: #0C034F;
}
</style>