Shades of Navy #0C0074
Tints of Navy #0C0074
RGB
CMYK
RGB Variations
Color information
#0C0074 (or 0x0C0074) is known color: Navy. HEX triplet: 0C, 00 and 74. RGB value is (12,0,116). Sum of RGB (Red+Green+Blue) = 12+0+116=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C0074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0074 is #F3FF8B. Grayscale: #101010. Windows color (decimal): -15990668 or 7602188. OLE color: 7602188.
HSL color Cylindrical-coordinate representation of color #0C0074: hue angle of 246.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0074 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 0 | 116 | - |
| CMYK | 0.90 | 1 | 0 | 0.55 |
| HSL | 246.21º | 1% | 0.23% | - |
| HSV(B) | 246.21º | 1% | 0.45% | - |
| XYZ | 3.3 | 1.34 | 16.61 | - |
| YUV | 16.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 116 | 0.90 | 1 | 0 | 0.55 | 246.21 | 1 | 0.23 |
| Hex | C | 0 | 74 | 5A | 64 | 0 | 37 | F6 | 64 | 17 |
| Octal | 14 | 0 | 164 | 132 | 144 | 0 | 67 | 366 | 144 | 27 |
| Binary | 1100 | 0 | 1110100 | 1011010 | 1100100 | 0 | 110111 | 11110110 | 1100100 | 10111 |
Color Harmonies of #0C0074
Complementary color
Monochromatic Colors of #0C0074
Black with #0C0074
Text Example
Text Example
White with #0C0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0074; }
p { color: rgb(12,0,116); }
H1.HeaderClassName
{
color: #0C0074;
}
.AnyTagClassName
{
color: #0C0074;
}
</style>
background-color css
<style>
a { background-color: #0C0074; }
a { background-color: rgb(12,0,116); }
div.DivClassName
{
background-color: #0C0074;
}
.BgClassName
{
background-color: #0C0074;
}
</style>
border-color css
<style>
span { border-color: #0C0074; }
span { border-color: rgb(12,0,116); }
td.TdClassName
{
border-color: #0C0074;
}
.TagClassName
{
border-color: #0C0074;
}
</style>