Shades of Navy Blue #0A81CE
Tints of Navy Blue #0A81CE
RGB
CMYK
RGB Variations
Color information
#0A81CE (or 0x0A81CE) is known color: Navy Blue. HEX triplet: 0A, 81 and CE. RGB value is (10,129,206). Sum of RGB (Red+Green+Blue) = 10+129+206=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A81CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A81CE is #F57E31. Grayscale: #656565. Windows color (decimal): -16088626 or 13533450. OLE color: 13533450.
HSL color Cylindrical-coordinate representation of color #0A81CE: hue angle of 203.57º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A81CE is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 129 | 206 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.19 |
| HSL | 203.57º | 0.91% | 0.42% | - |
| HSV(B) | 203.57º | 0.95% | 0.81% | - |
| XYZ | 19.12 | 20.22 | 61.29 | - |
| YUV | 102.2 | 186.58 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 206 | 0.95 | 0.37 | 0 | 0.19 | 203.57 | 0.91 | 0.42 |
| Hex | A | 81 | CE | 5F | 25 | 0 | 13 | CC | 5B | 2A |
| Octal | 12 | 201 | 316 | 137 | 45 | 0 | 23 | 314 | 133 | 52 |
| Binary | 1010 | 10000001 | 11001110 | 1011111 | 100101 | 0 | 10011 | 11001100 | 1011011 | 101010 |
Color Harmonies of #0A81CE
Complementary color
Monochromatic Colors of #0A81CE
Black with #0A81CE
Text Example
Text Example
White with #0A81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81CE; }
p { color: rgb(10,129,206); }
H1.HeaderClassName
{
color: #0A81CE;
}
.AnyTagClassName
{
color: #0A81CE;
}
</style>
background-color css
<style>
a { background-color: #0A81CE; }
a { background-color: rgb(10,129,206); }
div.DivClassName
{
background-color: #0A81CE;
}
.BgClassName
{
background-color: #0A81CE;
}
</style>
border-color css
<style>
span { border-color: #0A81CE; }
span { border-color: rgb(10,129,206); }
td.TdClassName
{
border-color: #0A81CE;
}
.TagClassName
{
border-color: #0A81CE;
}
</style>