Shades of Navy Blue #0080CB
Tints of Navy Blue #0080CB
RGB
CMYK
RGB Variations
Color information
#0080CB (or 0x0080CB) is known color: Navy Blue. HEX triplet: 00, 80 and CB. RGB value is (0,128,203). Sum of RGB (Red+Green+Blue) = 0+128+203=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #0080CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080CB is #FF7F34. Grayscale: #616161. Windows color (decimal): -16744245 or 13336576. OLE color: 13336576.
HSL color Cylindrical-coordinate representation of color #0080CB: hue angle of 202.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080CB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 128 | 203 | - |
| CMYK | 1 | 0.37 | 0 | 0.20 |
| HSL | 202.17º | 1% | 0.4% | - |
| HSV(B) | 202.17º | 1% | 0.8% | - |
| XYZ | 18.5 | 19.75 | 59.34 | - |
| YUV | 98.28 | 187.09 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 203 | 1 | 0.37 | 0 | 0.20 | 202.17 | 1 | 0.4 |
| Hex | 0 | 80 | CB | 64 | 25 | 0 | 14 | CA | 64 | 28 |
| Octal | 0 | 200 | 313 | 144 | 45 | 0 | 24 | 312 | 144 | 50 |
| Binary | 0 | 10000000 | 11001011 | 1100100 | 100101 | 0 | 10100 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0080CB
Complementary color
Monochromatic Colors of #0080CB
Black with #0080CB
Text Example
Text Example
White with #0080CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080CB; }
p { color: rgb(0,128,203); }
H1.HeaderClassName
{
color: #0080CB;
}
.AnyTagClassName
{
color: #0080CB;
}
</style>
background-color css
<style>
a { background-color: #0080CB; }
a { background-color: rgb(0,128,203); }
div.DivClassName
{
background-color: #0080CB;
}
.BgClassName
{
background-color: #0080CB;
}
</style>
border-color css
<style>
span { border-color: #0080CB; }
span { border-color: rgb(0,128,203); }
td.TdClassName
{
border-color: #0080CB;
}
.TagClassName
{
border-color: #0080CB;
}
</style>