Shades of Navy Blue #0882DA
Tints of Navy Blue #0882DA
RGB
CMYK
RGB Variations
Color information
#0882DA (or 0x0882DA) is known color: Navy Blue. HEX triplet: 08, 82 and DA. RGB value is (8,130,218). Sum of RGB (Red+Green+Blue) = 8+130+218=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #0882DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882DA is #F77D25. Grayscale: #676767. Windows color (decimal): -16219430 or 14320136. OLE color: 14320136.
HSL color Cylindrical-coordinate representation of color #0882DA: hue angle of 205.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0882DA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 130 | 218 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.15 |
| HSL | 205.14º | 0.93% | 0.44% | - |
| HSV(B) | 205.14º | 0.96% | 0.85% | - |
| XYZ | 20.74 | 21.08 | 69.31 | - |
| YUV | 103.55 | 192.58 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 218 | 0.96 | 0.40 | 0 | 0.15 | 205.14 | 0.93 | 0.44 |
| Hex | 8 | 82 | DA | 60 | 28 | 0 | F | CD | 5D | 2C |
| Octal | 10 | 202 | 332 | 140 | 50 | 0 | 17 | 315 | 135 | 54 |
| Binary | 1000 | 10000010 | 11011010 | 1100000 | 101000 | 0 | 1111 | 11001101 | 1011101 | 101100 |
Color Harmonies of #0882DA
Complementary color
Monochromatic Colors of #0882DA
Black with #0882DA
Text Example
Text Example
White with #0882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882DA; }
p { color: rgb(8,130,218); }
H1.HeaderClassName
{
color: #0882DA;
}
.AnyTagClassName
{
color: #0882DA;
}
</style>
background-color css
<style>
a { background-color: #0882DA; }
a { background-color: rgb(8,130,218); }
div.DivClassName
{
background-color: #0882DA;
}
.BgClassName
{
background-color: #0882DA;
}
</style>
border-color css
<style>
span { border-color: #0882DA; }
span { border-color: rgb(8,130,218); }
td.TdClassName
{
border-color: #0882DA;
}
.TagClassName
{
border-color: #0882DA;
}
</style>