Shades of Navy Blue #0C80CC
Tints of Navy Blue #0C80CC
RGB
CMYK
RGB Variations
Color information
#0C80CC (or 0x0C80CC) is known color: Navy Blue. HEX triplet: 0C, 80 and CC. RGB value is (12,128,204). Sum of RGB (Red+Green+Blue) = 12+128+204=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C80CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C80CC is #F37F33. Grayscale: #656565. Windows color (decimal): -15957812 or 13402124. OLE color: 13402124.
HSL color Cylindrical-coordinate representation of color #0C80CC: hue angle of 203.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C80CC is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 128 | 204 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.2 |
| HSL | 203.75º | 0.89% | 0.42% | - |
| HSV(B) | 203.75º | 0.94% | 0.8% | - |
| XYZ | 18.77 | 19.88 | 59.97 | - |
| YUV | 101.98 | 185.57 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 204 | 0.94 | 0.37 | 0 | 0.2 | 203.75 | 0.89 | 0.42 |
| Hex | C | 80 | CC | 5E | 25 | 0 | 14 | CC | 59 | 2A |
| Octal | 14 | 200 | 314 | 136 | 45 | 0 | 24 | 314 | 131 | 52 |
| Binary | 1100 | 10000000 | 11001100 | 1011110 | 100101 | 0 | 10100 | 11001100 | 1011001 | 101010 |
Color Harmonies of #0C80CC
Complementary color
Monochromatic Colors of #0C80CC
Black with #0C80CC
Text Example
Text Example
White with #0C80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C80CC; }
p { color: rgb(12,128,204); }
H1.HeaderClassName
{
color: #0C80CC;
}
.AnyTagClassName
{
color: #0C80CC;
}
</style>
background-color css
<style>
a { background-color: #0C80CC; }
a { background-color: rgb(12,128,204); }
div.DivClassName
{
background-color: #0C80CC;
}
.BgClassName
{
background-color: #0C80CC;
}
</style>
border-color css
<style>
span { border-color: #0C80CC; }
span { border-color: rgb(12,128,204); }
td.TdClassName
{
border-color: #0C80CC;
}
.TagClassName
{
border-color: #0C80CC;
}
</style>