Shades of Navy Blue #0080CA
Tints of Navy Blue #0080CA
RGB
CMYK
RGB Variations
Color information
#0080CA (or 0x0080CA) is known color: Navy Blue. HEX triplet: 00, 80 and CA. RGB value is (0,128,202). Sum of RGB (Red+Green+Blue) = 0+128+202=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #0080CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080CA is #FF7F35. Grayscale: #616161. Windows color (decimal): -16744246 or 13271040. OLE color: 13271040.
HSL color Cylindrical-coordinate representation of color #0080CA: hue angle of 201.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080CA is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 128 | 202 | - |
| CMYK | 1 | 0.37 | 0 | 0.21 |
| HSL | 201.98º | 1% | 0.4% | - |
| HSV(B) | 201.98º | 1% | 0.79% | - |
| XYZ | 18.38 | 19.7 | 58.71 | - |
| YUV | 98.16 | 186.59 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 202 | 1 | 0.37 | 0 | 0.21 | 201.98 | 1 | 0.4 |
| Hex | 0 | 80 | CA | 64 | 25 | 0 | 15 | CA | 64 | 28 |
| Octal | 0 | 200 | 312 | 144 | 45 | 0 | 25 | 312 | 144 | 50 |
| Binary | 0 | 10000000 | 11001010 | 1100100 | 100101 | 0 | 10101 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0080CA
Complementary color
Monochromatic Colors of #0080CA
Black with #0080CA
Text Example
Text Example
White with #0080CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080CA; }
p { color: rgb(0,128,202); }
H1.HeaderClassName
{
color: #0080CA;
}
.AnyTagClassName
{
color: #0080CA;
}
</style>
background-color css
<style>
a { background-color: #0080CA; }
a { background-color: rgb(0,128,202); }
div.DivClassName
{
background-color: #0080CA;
}
.BgClassName
{
background-color: #0080CA;
}
</style>
border-color css
<style>
span { border-color: #0080CA; }
span { border-color: rgb(0,128,202); }
td.TdClassName
{
border-color: #0080CA;
}
.TagClassName
{
border-color: #0080CA;
}
</style>