Shades of Navy Blue #0C80DC
Tints of Navy Blue #0C80DC
RGB
CMYK
RGB Variations
Color information
#0C80DC (or 0x0C80DC) is known color: Navy Blue. HEX triplet: 0C, 80 and DC. RGB value is (12,128,220). Sum of RGB (Red+Green+Blue) = 12+128+220=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C80DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C80DC is #F37F23. Grayscale: #676767. Windows color (decimal): -15957796 or 14450700. OLE color: 14450700.
HSL color Cylindrical-coordinate representation of color #0C80DC: hue angle of 206.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C80DC is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 128 | 220 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.14 |
| HSL | 206.54º | 0.9% | 0.45% | - |
| HSV(B) | 206.54º | 0.95% | 0.86% | - |
| XYZ | 20.79 | 20.68 | 70.61 | - |
| YUV | 103.8 | 193.57 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 220 | 0.95 | 0.42 | 0 | 0.14 | 206.54 | 0.9 | 0.45 |
| Hex | C | 80 | DC | 5F | 2A | 0 | E | CF | 5A | 2D |
| Octal | 14 | 200 | 334 | 137 | 52 | 0 | 16 | 317 | 132 | 55 |
| Binary | 1100 | 10000000 | 11011100 | 1011111 | 101010 | 0 | 1110 | 11001111 | 1011010 | 101101 |
Color Harmonies of #0C80DC
Complementary color
Monochromatic Colors of #0C80DC
Black with #0C80DC
Text Example
Text Example
White with #0C80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C80DC; }
p { color: rgb(12,128,220); }
H1.HeaderClassName
{
color: #0C80DC;
}
.AnyTagClassName
{
color: #0C80DC;
}
</style>
background-color css
<style>
a { background-color: #0C80DC; }
a { background-color: rgb(12,128,220); }
div.DivClassName
{
background-color: #0C80DC;
}
.BgClassName
{
background-color: #0C80DC;
}
</style>
border-color css
<style>
span { border-color: #0C80DC; }
span { border-color: rgb(12,128,220); }
td.TdClassName
{
border-color: #0C80DC;
}
.TagClassName
{
border-color: #0C80DC;
}
</style>