Shades of Navy Blue #0A51D8
Tints of Navy Blue #0A51D8
RGB
CMYK
RGB Variations
Color information
#0A51D8 (or 0x0A51D8) is known color: Navy Blue. HEX triplet: 0A, 51 and D8. RGB value is (10,81,216). Sum of RGB (Red+Green+Blue) = 10+81+216=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 216 (84.77% from 255 or 70.36% from 307); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A51D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A51D8 is #F5AE27. Grayscale: #4A4A4A. Windows color (decimal): -16100904 or 14176522. OLE color: 14176522.
HSL color Cylindrical-coordinate representation of color #0A51D8: hue angle of 219.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A51D8 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 81 | 216 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.15 |
| HSL | 219.32º | 0.91% | 0.44% | - |
| HSV(B) | 219.32º | 0.95% | 0.85% | - |
| XYZ | 15.46 | 10.91 | 66.26 | - |
| YUV | 75.16 | 207.48 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 216 | 0.95 | 0.62 | 0 | 0.15 | 219.32 | 0.91 | 0.44 |
| Hex | A | 51 | D8 | 5F | 3E | 0 | F | DB | 5B | 2C |
| Octal | 12 | 121 | 330 | 137 | 76 | 0 | 17 | 333 | 133 | 54 |
| Binary | 1010 | 1010001 | 11011000 | 1011111 | 111110 | 0 | 1111 | 11011011 | 1011011 | 101100 |
Color Harmonies of #0A51D8
Complementary color
Monochromatic Colors of #0A51D8
Black with #0A51D8
Text Example
Text Example
White with #0A51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A51D8; }
p { color: rgb(10,81,216); }
H1.HeaderClassName
{
color: #0A51D8;
}
.AnyTagClassName
{
color: #0A51D8;
}
</style>
background-color css
<style>
a { background-color: #0A51D8; }
a { background-color: rgb(10,81,216); }
div.DivClassName
{
background-color: #0A51D8;
}
.BgClassName
{
background-color: #0A51D8;
}
</style>
border-color css
<style>
span { border-color: #0A51D8; }
span { border-color: rgb(10,81,216); }
td.TdClassName
{
border-color: #0A51D8;
}
.TagClassName
{
border-color: #0A51D8;
}
</style>