Shades of Navy Blue #0882CE
Tints of Navy Blue #0882CE
RGB
CMYK
RGB Variations
Color information
#0882CE (or 0x0882CE) is known color: Navy Blue. HEX triplet: 08, 82 and CE. RGB value is (8,130,206). Sum of RGB (Red+Green+Blue) = 8+130+206=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0882CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882CE is #F77D31. Grayscale: #656565. Windows color (decimal): -16219442 or 13533704. OLE color: 13533704.
HSL color Cylindrical-coordinate representation of color #0882CE: hue angle of 203.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0882CE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 130 | 206 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.19 |
| HSL | 203.03º | 0.93% | 0.42% | - |
| HSV(B) | 203.03º | 0.96% | 0.81% | - |
| XYZ | 19.22 | 20.47 | 61.33 | - |
| YUV | 102.19 | 186.58 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 206 | 0.96 | 0.37 | 0 | 0.19 | 203.03 | 0.93 | 0.42 |
| Hex | 8 | 82 | CE | 60 | 25 | 0 | 13 | CB | 5D | 2A |
| Octal | 10 | 202 | 316 | 140 | 45 | 0 | 23 | 313 | 135 | 52 |
| Binary | 1000 | 10000010 | 11001110 | 1100000 | 100101 | 0 | 10011 | 11001011 | 1011101 | 101010 |
Color Harmonies of #0882CE
Complementary color
Monochromatic Colors of #0882CE
Black with #0882CE
Text Example
Text Example
White with #0882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882CE; }
p { color: rgb(8,130,206); }
H1.HeaderClassName
{
color: #0882CE;
}
.AnyTagClassName
{
color: #0882CE;
}
</style>
background-color css
<style>
a { background-color: #0882CE; }
a { background-color: rgb(8,130,206); }
div.DivClassName
{
background-color: #0882CE;
}
.BgClassName
{
background-color: #0882CE;
}
</style>
border-color css
<style>
span { border-color: #0882CE; }
span { border-color: rgb(8,130,206); }
td.TdClassName
{
border-color: #0882CE;
}
.TagClassName
{
border-color: #0882CE;
}
</style>