Shades of Navy Blue #0881DA
Tints of Navy Blue #0881DA
RGB
CMYK
RGB Variations
Color information
#0881DA (or 0x0881DA) is known color: Navy Blue. HEX triplet: 08, 81 and DA. RGB value is (8,129,218). Sum of RGB (Red+Green+Blue) = 8+129+218=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #0881DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881DA is #F77E25. Grayscale: #666666. Windows color (decimal): -16219686 or 14319880. OLE color: 14319880.
HSL color Cylindrical-coordinate representation of color #0881DA: hue angle of 205.43º 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 #0881DA is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 129 | 218 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.15 |
| HSL | 205.43º | 0.93% | 0.44% | - |
| HSV(B) | 205.43º | 0.96% | 0.85% | - |
| XYZ | 20.61 | 20.81 | 69.26 | - |
| YUV | 102.97 | 192.91 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 218 | 0.96 | 0.41 | 0 | 0.15 | 205.43 | 0.93 | 0.44 |
| Hex | 8 | 81 | DA | 60 | 29 | 0 | F | CD | 5D | 2C |
| Octal | 10 | 201 | 332 | 140 | 51 | 0 | 17 | 315 | 135 | 54 |
| Binary | 1000 | 10000001 | 11011010 | 1100000 | 101001 | 0 | 1111 | 11001101 | 1011101 | 101100 |
Color Harmonies of #0881DA
Complementary color
Monochromatic Colors of #0881DA
Black with #0881DA
Text Example
Text Example
White with #0881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0881DA; }
p { color: rgb(8,129,218); }
H1.HeaderClassName
{
color: #0881DA;
}
.AnyTagClassName
{
color: #0881DA;
}
</style>
background-color css
<style>
a { background-color: #0881DA; }
a { background-color: rgb(8,129,218); }
div.DivClassName
{
background-color: #0881DA;
}
.BgClassName
{
background-color: #0881DA;
}
</style>
border-color css
<style>
span { border-color: #0881DA; }
span { border-color: rgb(8,129,218); }
td.TdClassName
{
border-color: #0881DA;
}
.TagClassName
{
border-color: #0881DA;
}
</style>