Shades of Navy #0C087C
Tints of Navy #0C087C
RGB
CMYK
RGB Variations
Color information
#0C087C (or 0x0C087C) is known color: Navy. HEX triplet: 0C, 08 and 7C. RGB value is (12,8,124). Sum of RGB (Red+Green+Blue) = 12+8+124=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C087C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C087C is #F3F783. Grayscale: #151515. Windows color (decimal): -15988612 or 8128524. OLE color: 8128524.
HSL color Cylindrical-coordinate representation of color #0C087C: hue angle of 242.07º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C087C is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 8 | 124 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.51 |
| HSL | 242.07º | 0.88% | 0.26% | - |
| HSV(B) | 242.07º | 0.94% | 0.49% | - |
| XYZ | 3.88 | 1.71 | 19.19 | - |
| YUV | 22.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 124 | 0.90 | 0.94 | 0 | 0.51 | 242.07 | 0.88 | 0.26 |
| Hex | C | 8 | 7C | 5A | 5E | 0 | 33 | F2 | 58 | 1A |
| Octal | 14 | 10 | 174 | 132 | 136 | 0 | 63 | 362 | 130 | 32 |
| Binary | 1100 | 1000 | 1111100 | 1011010 | 1011110 | 0 | 110011 | 11110010 | 1011000 | 11010 |
Color Harmonies of #0C087C
Complementary color
Monochromatic Colors of #0C087C
Black with #0C087C
Text Example
Text Example
White with #0C087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C087C; }
p { color: rgb(12,8,124); }
H1.HeaderClassName
{
color: #0C087C;
}
.AnyTagClassName
{
color: #0C087C;
}
</style>
background-color css
<style>
a { background-color: #0C087C; }
a { background-color: rgb(12,8,124); }
div.DivClassName
{
background-color: #0C087C;
}
.BgClassName
{
background-color: #0C087C;
}
</style>
border-color css
<style>
span { border-color: #0C087C; }
span { border-color: rgb(12,8,124); }
td.TdClassName
{
border-color: #0C087C;
}
.TagClassName
{
border-color: #0C087C;
}
</style>