Shades of Navy Blue #0A51DF
Tints of Navy Blue #0A51DF
RGB
CMYK
RGB Variations
Color information
#0A51DF (or 0x0A51DF) is known color: Navy Blue. HEX triplet: 0A, 51 and DF. RGB value is (10,81,223). Sum of RGB (Red+Green+Blue) = 10+81+223=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A51DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A51DF is #F5AE20. Grayscale: #4B4B4B. Windows color (decimal): -16100897 or 14635274. OLE color: 14635274.
HSL color Cylindrical-coordinate representation of color #0A51DF: hue angle of 220º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A51DF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 81 | 223 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 220º | 0.91% | 0.46% | - |
| HSV(B) | 220º | 0.96% | 0.87% | - |
| XYZ | 16.39 | 11.28 | 71.13 | - |
| YUV | 75.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 223 | 0.96 | 0.64 | 0 | 0.13 | 220 | 0.91 | 0.46 |
| Hex | A | 51 | DF | 60 | 40 | 0 | D | DC | 5B | 2E |
| Octal | 12 | 121 | 337 | 140 | 100 | 0 | 15 | 334 | 133 | 56 |
| Binary | 1010 | 1010001 | 11011111 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011011 | 101110 |
Color Harmonies of #0A51DF
Complementary color
Monochromatic Colors of #0A51DF
Black with #0A51DF
Text Example
Text Example
White with #0A51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A51DF; }
p { color: rgb(10,81,223); }
H1.HeaderClassName
{
color: #0A51DF;
}
.AnyTagClassName
{
color: #0A51DF;
}
</style>
background-color css
<style>
a { background-color: #0A51DF; }
a { background-color: rgb(10,81,223); }
div.DivClassName
{
background-color: #0A51DF;
}
.BgClassName
{
background-color: #0A51DF;
}
</style>
border-color css
<style>
span { border-color: #0A51DF; }
span { border-color: rgb(10,81,223); }
td.TdClassName
{
border-color: #0A51DF;
}
.TagClassName
{
border-color: #0A51DF;
}
</style>