Shades of Navy Blue #0884D8
Tints of Navy Blue #0884D8
RGB
CMYK
RGB Variations
Color information
#0884D8 (or 0x0884D8) is known color: Navy Blue. HEX triplet: 08, 84 and D8. RGB value is (8,132,216). Sum of RGB (Red+Green+Blue) = 8+132+216=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #0884D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884D8 is #F77B27. Grayscale: #686868. Windows color (decimal): -16218920 or 14189576. OLE color: 14189576.
HSL color Cylindrical-coordinate representation of color #0884D8: hue angle of 204.23º 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 #0884D8 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 132 | 216 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.15 |
| HSL | 204.23º | 0.93% | 0.44% | - |
| HSV(B) | 204.23º | 0.96% | 0.85% | - |
| XYZ | 20.75 | 21.51 | 68.02 | - |
| YUV | 104.5 | 190.92 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 216 | 0.96 | 0.39 | 0 | 0.15 | 204.23 | 0.93 | 0.44 |
| Hex | 8 | 84 | D8 | 60 | 27 | 0 | F | CC | 5D | 2C |
| Octal | 10 | 204 | 330 | 140 | 47 | 0 | 17 | 314 | 135 | 54 |
| Binary | 1000 | 10000100 | 11011000 | 1100000 | 100111 | 0 | 1111 | 11001100 | 1011101 | 101100 |
Color Harmonies of #0884D8
Complementary color
Monochromatic Colors of #0884D8
Black with #0884D8
Text Example
Text Example
White with #0884D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884D8; }
p { color: rgb(8,132,216); }
H1.HeaderClassName
{
color: #0884D8;
}
.AnyTagClassName
{
color: #0884D8;
}
</style>
background-color css
<style>
a { background-color: #0884D8; }
a { background-color: rgb(8,132,216); }
div.DivClassName
{
background-color: #0884D8;
}
.BgClassName
{
background-color: #0884D8;
}
</style>
border-color css
<style>
span { border-color: #0884D8; }
span { border-color: rgb(8,132,216); }
td.TdClassName
{
border-color: #0884D8;
}
.TagClassName
{
border-color: #0884D8;
}
</style>