Shades of Navy Blue #0A81DE
Tints of Navy Blue #0A81DE
RGB
CMYK
RGB Variations
Color information
#0A81DE (or 0x0A81DE) is known color: Navy Blue. HEX triplet: 0A, 81 and DE. RGB value is (10,129,222). Sum of RGB (Red+Green+Blue) = 10+129+222=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A81DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A81DE is #F57E21. Grayscale: #676767. Windows color (decimal): -16088610 or 14582026. OLE color: 14582026.
HSL color Cylindrical-coordinate representation of color #0A81DE: hue angle of 206.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A81DE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 129 | 222 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.13 |
| HSL | 206.32º | 0.91% | 0.45% | - |
| HSV(B) | 206.32º | 0.95% | 0.87% | - |
| XYZ | 21.16 | 21.04 | 72.05 | - |
| YUV | 104.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 222 | 0.95 | 0.42 | 0 | 0.13 | 206.32 | 0.91 | 0.45 |
| Hex | A | 81 | DE | 5F | 2A | 0 | D | CE | 5B | 2D |
| Octal | 12 | 201 | 336 | 137 | 52 | 0 | 15 | 316 | 133 | 55 |
| Binary | 1010 | 10000001 | 11011110 | 1011111 | 101010 | 0 | 1101 | 11001110 | 1011011 | 101101 |
Color Harmonies of #0A81DE
Complementary color
Monochromatic Colors of #0A81DE
Black with #0A81DE
Text Example
Text Example
White with #0A81DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81DE; }
p { color: rgb(10,129,222); }
H1.HeaderClassName
{
color: #0A81DE;
}
.AnyTagClassName
{
color: #0A81DE;
}
</style>
background-color css
<style>
a { background-color: #0A81DE; }
a { background-color: rgb(10,129,222); }
div.DivClassName
{
background-color: #0A81DE;
}
.BgClassName
{
background-color: #0A81DE;
}
</style>
border-color css
<style>
span { border-color: #0A81DE; }
span { border-color: rgb(10,129,222); }
td.TdClassName
{
border-color: #0A81DE;
}
.TagClassName
{
border-color: #0A81DE;
}
</style>