Shades of Navy #0C0065
Tints of Navy #0C0065
RGB
CMYK
RGB Variations
Color information
#0C0065 (or 0x0C0065) is known color: Navy. HEX triplet: 0C, 00 and 65. RGB value is (12,0,101). Sum of RGB (Red+Green+Blue) = 12+0+101=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 101 (39.84% from 255 or 89.38% from 113); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C0065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0065 is #F3FF9A. Grayscale: #0E0E0E. Windows color (decimal): -15990683 or 6619148. OLE color: 6619148.
HSL color Cylindrical-coordinate representation of color #0C0065: hue angle of 247.13º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0065 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 0 | 101 | - |
| CMYK | 0.88 | 1 | 0 | 0.60 |
| HSL | 247.13º | 1% | 0.2% | - |
| HSV(B) | 247.13º | 1% | 0.4% | - |
| XYZ | 2.5 | 1.02 | 12.38 | - |
| YUV | 15.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 101 | 0.88 | 1 | 0 | 0.60 | 247.13 | 1 | 0.2 |
| Hex | C | 0 | 65 | 58 | 64 | 0 | 3C | F7 | 64 | 14 |
| Octal | 14 | 0 | 145 | 130 | 144 | 0 | 74 | 367 | 144 | 24 |
| Binary | 1100 | 0 | 1100101 | 1011000 | 1100100 | 0 | 111100 | 11110111 | 1100100 | 10100 |
Color Harmonies of #0C0065
Complementary color
Monochromatic Colors of #0C0065
Black with #0C0065
Text Example
Text Example
White with #0C0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0065; }
p { color: rgb(12,0,101); }
H1.HeaderClassName
{
color: #0C0065;
}
.AnyTagClassName
{
color: #0C0065;
}
</style>
background-color css
<style>
a { background-color: #0C0065; }
a { background-color: rgb(12,0,101); }
div.DivClassName
{
background-color: #0C0065;
}
.BgClassName
{
background-color: #0C0065;
}
</style>
border-color css
<style>
span { border-color: #0C0065; }
span { border-color: rgb(12,0,101); }
td.TdClassName
{
border-color: #0C0065;
}
.TagClassName
{
border-color: #0C0065;
}
</style>