Shades of Navy #0C036D
Tints of Navy #0C036D
RGB
CMYK
RGB Variations
Color information
#0C036D (or 0x0C036D) is known color: Navy. HEX triplet: 0C, 03 and 6D. RGB value is (12,3,109). Sum of RGB (Red+Green+Blue) = 12+3+109=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C036D is #F3FC92. Grayscale: #111111. Windows color (decimal): -15989907 or 7144204. OLE color: 7144204.
HSL color Cylindrical-coordinate representation of color #0C036D: hue angle of 245.09º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C036D is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 3 | 109 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.57 |
| HSL | 245.09º | 0.95% | 0.22% | - |
| HSV(B) | 245.09º | 0.97% | 0.43% | - |
| XYZ | 2.94 | 1.25 | 14.55 | - |
| YUV | 17.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 109 | 0.89 | 0.97 | 0 | 0.57 | 245.09 | 0.95 | 0.22 |
| Hex | C | 3 | 6D | 59 | 61 | 0 | 39 | F5 | 5F | 16 |
| Octal | 14 | 3 | 155 | 131 | 141 | 0 | 71 | 365 | 137 | 26 |
| Binary | 1100 | 11 | 1101101 | 1011001 | 1100001 | 0 | 111001 | 11110101 | 1011111 | 10110 |
Color Harmonies of #0C036D
Complementary color
Monochromatic Colors of #0C036D
Black with #0C036D
Text Example
Text Example
White with #0C036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C036D; }
p { color: rgb(12,3,109); }
H1.HeaderClassName
{
color: #0C036D;
}
.AnyTagClassName
{
color: #0C036D;
}
</style>
background-color css
<style>
a { background-color: #0C036D; }
a { background-color: rgb(12,3,109); }
div.DivClassName
{
background-color: #0C036D;
}
.BgClassName
{
background-color: #0C036D;
}
</style>
border-color css
<style>
span { border-color: #0C036D; }
span { border-color: rgb(12,3,109); }
td.TdClassName
{
border-color: #0C036D;
}
.TagClassName
{
border-color: #0C036D;
}
</style>