Shades of Navy Blue #0A51FF
Tints of Navy Blue #0A51FF
RGB
CMYK
RGB Variations
Color information
#0A51FF (or 0x0A51FF) is known color: Navy Blue. HEX triplet: 0A, 51 and FF. RGB value is (10,81,255). Sum of RGB (Red+Green+Blue) = 10+81+255=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A51FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A51FF is #F5AE00. Grayscale: #4E4E4E. Windows color (decimal): -16100865 or 16732426. OLE color: 16732426.
HSL color Cylindrical-coordinate representation of color #0A51FF: hue angle of 222.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A51FF is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 81 | 255 | - |
| CMYK | 0.96 | 0.68 | 0 | 0 |
| HSL | 222.61º | 1% | 0.52% | - |
| HSV(B) | 222.61º | 0.96% | 1% | - |
| XYZ | 21.12 | 13.17 | 96.04 | - |
| YUV | 79.61 | 226.98 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 255 | 0.96 | 0.68 | 0 | 0 | 222.61 | 1 | 0.52 |
| Hex | A | 51 | FF | 60 | 44 | 0 | 0 | DF | 64 | 34 |
| Octal | 12 | 121 | 377 | 140 | 104 | 0 | 0 | 337 | 144 | 64 |
| Binary | 1010 | 1010001 | 11111111 | 1100000 | 1000100 | 0 | 0 | 11011111 | 1100100 | 110100 |
Color Harmonies of #0A51FF
Complementary color
Monochromatic Colors of #0A51FF
Black with #0A51FF
Text Example
Text Example
White with #0A51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A51FF; }
p { color: rgb(10,81,255); }
H1.HeaderClassName
{
color: #0A51FF;
}
.AnyTagClassName
{
color: #0A51FF;
}
</style>
background-color css
<style>
a { background-color: #0A51FF; }
a { background-color: rgb(10,81,255); }
div.DivClassName
{
background-color: #0A51FF;
}
.BgClassName
{
background-color: #0A51FF;
}
</style>
border-color css
<style>
span { border-color: #0A51FF; }
span { border-color: rgb(10,81,255); }
td.TdClassName
{
border-color: #0A51FF;
}
.TagClassName
{
border-color: #0A51FF;
}
</style>