Shades of Navy Blue #0A81DA
Tints of Navy Blue #0A81DA
RGB
CMYK
RGB Variations
Color information
#0A81DA (or 0x0A81DA) is known color: Navy Blue. HEX triplet: 0A, 81 and DA. RGB value is (10,129,218). Sum of RGB (Red+Green+Blue) = 10+129+218=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A81DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A81DA is #F57E25. Grayscale: #676767. Windows color (decimal): -16088614 or 14319882. OLE color: 14319882.
HSL color Cylindrical-coordinate representation of color #0A81DA: hue angle of 205.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A81DA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 129 | 218 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.15 |
| HSL | 205.67º | 0.91% | 0.45% | - |
| HSV(B) | 205.67º | 0.95% | 0.85% | - |
| XYZ | 20.63 | 20.83 | 69.26 | - |
| YUV | 103.57 | 192.58 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 218 | 0.95 | 0.41 | 0 | 0.15 | 205.67 | 0.91 | 0.45 |
| Hex | A | 81 | DA | 5F | 29 | 0 | F | CE | 5B | 2D |
| Octal | 12 | 201 | 332 | 137 | 51 | 0 | 17 | 316 | 133 | 55 |
| Binary | 1010 | 10000001 | 11011010 | 1011111 | 101001 | 0 | 1111 | 11001110 | 1011011 | 101101 |
Color Harmonies of #0A81DA
Complementary color
Monochromatic Colors of #0A81DA
Black with #0A81DA
Text Example
Text Example
White with #0A81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81DA; }
p { color: rgb(10,129,218); }
H1.HeaderClassName
{
color: #0A81DA;
}
.AnyTagClassName
{
color: #0A81DA;
}
</style>
background-color css
<style>
a { background-color: #0A81DA; }
a { background-color: rgb(10,129,218); }
div.DivClassName
{
background-color: #0A81DA;
}
.BgClassName
{
background-color: #0A81DA;
}
</style>
border-color css
<style>
span { border-color: #0A81DA; }
span { border-color: rgb(10,129,218); }
td.TdClassName
{
border-color: #0A81DA;
}
.TagClassName
{
border-color: #0A81DA;
}
</style>