Shades of Navy #0C037B
Tints of Navy #0C037B
RGB
CMYK
RGB Variations
Color information
#0C037B (or 0x0C037B) is known color: Navy. HEX triplet: 0C, 03 and 7B. RGB value is (12,3,123). Sum of RGB (Red+Green+Blue) = 12+3+123=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C037B is #F3FC84. Grayscale: #121212. Windows color (decimal): -15989893 or 8061708. OLE color: 8061708.
HSL color Cylindrical-coordinate representation of color #0C037B: hue angle of 244.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C037B is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 12 | 3 | 123 | - |
CMYK | 0.90 | 0.98 | 0 | 0.52 |
HSL | 244.5º | 0.95% | 0.25% | - |
HSV(B) | 244.5º | 0.98% | 0.48% | - |
XYZ | 3.76 | 1.57 | 18.84 | - |
YUV | 19.37 | 186.48 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 3 | 123 | 0.90 | 0.98 | 0 | 0.52 | 244.5 | 0.95 | 0.25 |
Hex | C | 3 | 7B | 5A | 62 | 0 | 34 | F4 | 5F | 19 |
Octal | 14 | 3 | 173 | 132 | 142 | 0 | 64 | 364 | 137 | 31 |
Binary | 1100 | 11 | 1111011 | 1011010 | 1100010 | 0 | 110100 | 11110100 | 1011111 | 11001 |
Color Harmonies of #0C037B
Complementary color
Monochromatic Colors of #0C037B
Black with #0C037B
Text Example
Text Example
White with #0C037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C037B; }
p { color: rgb(12,3,123); }
H1.HeaderClassName
{
color: #0C037B;
}
.AnyTagClassName
{
color: #0C037B;
}
</style>
background-color css
<style>
a { background-color: #0C037B; }
a { background-color: rgb(12,3,123); }
div.DivClassName
{
background-color: #0C037B;
}
.BgClassName
{
background-color: #0C037B;
}
</style>
border-color css
<style>
span { border-color: #0C037B; }
span { border-color: rgb(12,3,123); }
td.TdClassName
{
border-color: #0C037B;
}
.TagClassName
{
border-color: #0C037B;
}
</style>