Shades of Navy Blue #0082CF
Tints of Navy Blue #0082CF
RGB
CMYK
RGB Variations
Color information
#0082CF (or 0x0082CF) is known color: Navy Blue. HEX triplet: 00, 82 and CF. RGB value is (0,130,207). Sum of RGB (Red+Green+Blue) = 0+130+207=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #0082CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082CF is #FF7D30. Grayscale: #636363. Windows color (decimal): -16743729 or 13599232. OLE color: 13599232.
HSL color Cylindrical-coordinate representation of color #0082CF: hue angle of 202.32º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082CF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 130 | 207 | - |
| CMYK | 1 | 0.37 | 0 | 0.19 |
| HSL | 202.32º | 1% | 0.41% | - |
| HSV(B) | 202.32º | 1% | 0.81% | - |
| XYZ | 19.25 | 20.47 | 61.97 | - |
| YUV | 99.91 | 188.43 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 207 | 1 | 0.37 | 0 | 0.19 | 202.32 | 1 | 0.41 |
| Hex | 0 | 82 | CF | 64 | 25 | 0 | 13 | CA | 64 | 29 |
| Octal | 0 | 202 | 317 | 144 | 45 | 0 | 23 | 312 | 144 | 51 |
| Binary | 0 | 10000010 | 11001111 | 1100100 | 100101 | 0 | 10011 | 11001010 | 1100100 | 101001 |
Color Harmonies of #0082CF
Complementary color
Monochromatic Colors of #0082CF
Black with #0082CF
Text Example
Text Example
White with #0082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082CF; }
p { color: rgb(0,130,207); }
H1.HeaderClassName
{
color: #0082CF;
}
.AnyTagClassName
{
color: #0082CF;
}
</style>
background-color css
<style>
a { background-color: #0082CF; }
a { background-color: rgb(0,130,207); }
div.DivClassName
{
background-color: #0082CF;
}
.BgClassName
{
background-color: #0082CF;
}
</style>
border-color css
<style>
span { border-color: #0082CF; }
span { border-color: rgb(0,130,207); }
td.TdClassName
{
border-color: #0082CF;
}
.TagClassName
{
border-color: #0082CF;
}
</style>