Shades of Navy Blue #0081DA
Tints of Navy Blue #0081DA
RGB
CMYK
RGB Variations
Color information
#0081DA (or 0x0081DA) is known color: Navy Blue. HEX triplet: 00, 81 and DA. RGB value is (0,129,218). Sum of RGB (Red+Green+Blue) = 0+129+218=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #0081DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081DA is #FF7E25. Grayscale: #646464. Windows color (decimal): -16743974 or 14319872. OLE color: 14319872.
HSL color Cylindrical-coordinate representation of color #0081DA: hue angle of 204.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081DA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 129 | 218 | - |
| CMYK | 1 | 0.41 | 0 | 0.15 |
| HSL | 204.5º | 1% | 0.43% | - |
| HSV(B) | 204.5º | 1% | 0.85% | - |
| XYZ | 20.51 | 20.76 | 69.26 | - |
| YUV | 100.58 | 194.26 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 218 | 1 | 0.41 | 0 | 0.15 | 204.5 | 1 | 0.43 |
| Hex | 0 | 81 | DA | 64 | 29 | 0 | F | CC | 64 | 2B |
| Octal | 0 | 201 | 332 | 144 | 51 | 0 | 17 | 314 | 144 | 53 |
| Binary | 0 | 10000001 | 11011010 | 1100100 | 101001 | 0 | 1111 | 11001100 | 1100100 | 101011 |
Color Harmonies of #0081DA
Complementary color
Monochromatic Colors of #0081DA
Black with #0081DA
Text Example
Text Example
White with #0081DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081DA; }
p { color: rgb(0,129,218); }
H1.HeaderClassName
{
color: #0081DA;
}
.AnyTagClassName
{
color: #0081DA;
}
</style>
background-color css
<style>
a { background-color: #0081DA; }
a { background-color: rgb(0,129,218); }
div.DivClassName
{
background-color: #0081DA;
}
.BgClassName
{
background-color: #0081DA;
}
</style>
border-color css
<style>
span { border-color: #0081DA; }
span { border-color: rgb(0,129,218); }
td.TdClassName
{
border-color: #0081DA;
}
.TagClassName
{
border-color: #0081DA;
}
</style>