Shades of Navy Blue #0080CE
Tints of Navy Blue #0080CE
RGB
CMYK
RGB Variations
Color information
#0080CE (or 0x0080CE) is known color: Navy Blue. HEX triplet: 00, 80 and CE. RGB value is (0,128,206). Sum of RGB (Red+Green+Blue) = 0+128+206=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #0080CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080CE is #FF7F31. Grayscale: #626262. Windows color (decimal): -16744242 or 13533184. OLE color: 13533184.
HSL color Cylindrical-coordinate representation of color #0080CE: hue angle of 202.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080CE is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 128 | 206 | - |
| CMYK | 1 | 0.38 | 0 | 0.19 |
| HSL | 202.72º | 1% | 0.4% | - |
| HSV(B) | 202.72º | 1% | 0.81% | - |
| XYZ | 18.86 | 19.89 | 61.24 | - |
| YUV | 98.62 | 188.59 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 206 | 1 | 0.38 | 0 | 0.19 | 202.72 | 1 | 0.4 |
| Hex | 0 | 80 | CE | 64 | 26 | 0 | 13 | CB | 64 | 28 |
| Octal | 0 | 200 | 316 | 144 | 46 | 0 | 23 | 313 | 144 | 50 |
| Binary | 0 | 10000000 | 11001110 | 1100100 | 100110 | 0 | 10011 | 11001011 | 1100100 | 101000 |
Color Harmonies of #0080CE
Complementary color
Monochromatic Colors of #0080CE
Black with #0080CE
Text Example
Text Example
White with #0080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080CE; }
p { color: rgb(0,128,206); }
H1.HeaderClassName
{
color: #0080CE;
}
.AnyTagClassName
{
color: #0080CE;
}
</style>
background-color css
<style>
a { background-color: #0080CE; }
a { background-color: rgb(0,128,206); }
div.DivClassName
{
background-color: #0080CE;
}
.BgClassName
{
background-color: #0080CE;
}
</style>
border-color css
<style>
span { border-color: #0080CE; }
span { border-color: rgb(0,128,206); }
td.TdClassName
{
border-color: #0080CE;
}
.TagClassName
{
border-color: #0080CE;
}
</style>