Shades of Navy #0C0782
Tints of Navy #0C0782
RGB
CMYK
RGB Variations
Color information
#0C0782 (or 0x0C0782) is known color: Navy. HEX triplet: 0C, 07 and 82. RGB value is (12,7,130). Sum of RGB (Red+Green+Blue) = 12+7+130=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C0782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0782 is #F3F87D. Grayscale: #161616. Windows color (decimal): -15988862 or 8521484. OLE color: 8521484.
HSL color Cylindrical-coordinate representation of color #0C0782: hue angle of 242.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0782 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 7 | 130 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.49 |
| HSL | 242.44º | 0.9% | 0.27% | - |
| HSV(B) | 242.44º | 0.95% | 0.51% | - |
| XYZ | 4.26 | 1.84 | 21.25 | - |
| YUV | 22.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 130 | 0.91 | 0.95 | 0 | 0.49 | 242.44 | 0.9 | 0.27 |
| Hex | C | 7 | 82 | 5B | 5F | 0 | 31 | F2 | 5A | 1B |
| Octal | 14 | 7 | 202 | 133 | 137 | 0 | 61 | 362 | 132 | 33 |
| Binary | 1100 | 111 | 10000010 | 1011011 | 1011111 | 0 | 110001 | 11110010 | 1011010 | 11011 |
Color Harmonies of #0C0782
Complementary color
Monochromatic Colors of #0C0782
Black with #0C0782
Text Example
Text Example
White with #0C0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0782; }
p { color: rgb(12,7,130); }
H1.HeaderClassName
{
color: #0C0782;
}
.AnyTagClassName
{
color: #0C0782;
}
</style>
background-color css
<style>
a { background-color: #0C0782; }
a { background-color: rgb(12,7,130); }
div.DivClassName
{
background-color: #0C0782;
}
.BgClassName
{
background-color: #0C0782;
}
</style>
border-color css
<style>
span { border-color: #0C0782; }
span { border-color: rgb(12,7,130); }
td.TdClassName
{
border-color: #0C0782;
}
.TagClassName
{
border-color: #0C0782;
}
</style>