Shades of Navy Blue #0082CE
Tints of Navy Blue #0082CE
RGB
CMYK
RGB Variations
Color information
#0082CE (or 0x0082CE) is known color: Navy Blue. HEX triplet: 00, 82 and CE. RGB value is (0,130,206). Sum of RGB (Red+Green+Blue) = 0+130+206=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #0082CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CE is #FF7D31. Grayscale: #636363. Windows color (decimal): -16743730 or 13533696. OLE color: 13533696.
HSL color Cylindrical-coordinate representation of color #0082CE: hue angle of 202.14º 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 #0082CE is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 130 | 206 | - |
| CMYK | 1 | 0.37 | 0 | 0.19 |
| HSL | 202.14º | 1% | 0.4% | - |
| HSV(B) | 202.14º | 1% | 0.81% | - |
| XYZ | 19.12 | 20.42 | 61.33 | - |
| YUV | 99.79 | 187.93 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 206 | 1 | 0.37 | 0 | 0.19 | 202.14 | 1 | 0.4 |
| Hex | 0 | 82 | CE | 64 | 25 | 0 | 13 | CA | 64 | 28 |
| Octal | 0 | 202 | 316 | 144 | 45 | 0 | 23 | 312 | 144 | 50 |
| Binary | 0 | 10000010 | 11001110 | 1100100 | 100101 | 0 | 10011 | 11001010 | 1100100 | 101000 |
Color Harmonies of #0082CE
Complementary color
Monochromatic Colors of #0082CE
Black with #0082CE
Text Example
Text Example
White with #0082CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082CE; }
p { color: rgb(0,130,206); }
H1.HeaderClassName
{
color: #0082CE;
}
.AnyTagClassName
{
color: #0082CE;
}
</style>
background-color css
<style>
a { background-color: #0082CE; }
a { background-color: rgb(0,130,206); }
div.DivClassName
{
background-color: #0082CE;
}
.BgClassName
{
background-color: #0082CE;
}
</style>
border-color css
<style>
span { border-color: #0082CE; }
span { border-color: rgb(0,130,206); }
td.TdClassName
{
border-color: #0082CE;
}
.TagClassName
{
border-color: #0082CE;
}
</style>