Shades of Navy #0C0B7C
Tints of Navy #0C0B7C
RGB
CMYK
RGB Variations
Color information
#0C0B7C (or 0x0C0B7C) is known color: Navy. HEX triplet: 0C, 0B and 7C. RGB value is (12,11,124). Sum of RGB (Red+Green+Blue) = 12+11+124=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C0B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B7C is #F3F483. Grayscale: #171717. Windows color (decimal): -15987844 or 8129292. OLE color: 8129292.
HSL color Cylindrical-coordinate representation of color #0C0B7C: hue angle of 240.53º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0B7C is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 11 | 124 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.51 |
| HSL | 240.53º | 0.84% | 0.26% | - |
| HSV(B) | 240.53º | 0.91% | 0.49% | - |
| XYZ | 3.91 | 1.77 | 19.2 | - |
| YUV | 24.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 124 | 0.90 | 0.91 | 0 | 0.51 | 240.53 | 0.84 | 0.26 |
| Hex | C | B | 7C | 5A | 5B | 0 | 33 | F1 | 54 | 1A |
| Octal | 14 | 13 | 174 | 132 | 133 | 0 | 63 | 361 | 124 | 32 |
| Binary | 1100 | 1011 | 1111100 | 1011010 | 1011011 | 0 | 110011 | 11110001 | 1010100 | 11010 |
Color Harmonies of #0C0B7C
Complementary color
Monochromatic Colors of #0C0B7C
Black with #0C0B7C
Text Example
Text Example
White with #0C0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B7C; }
p { color: rgb(12,11,124); }
H1.HeaderClassName
{
color: #0C0B7C;
}
.AnyTagClassName
{
color: #0C0B7C;
}
</style>
background-color css
<style>
a { background-color: #0C0B7C; }
a { background-color: rgb(12,11,124); }
div.DivClassName
{
background-color: #0C0B7C;
}
.BgClassName
{
background-color: #0C0B7C;
}
</style>
border-color css
<style>
span { border-color: #0C0B7C; }
span { border-color: rgb(12,11,124); }
td.TdClassName
{
border-color: #0C0B7C;
}
.TagClassName
{
border-color: #0C0B7C;
}
</style>