Shades of Navy Blue #0A51F1
Tints of Navy Blue #0A51F1
RGB
CMYK
RGB Variations
Color information
#0A51F1 (or 0x0A51F1) is known color: Navy Blue. HEX triplet: 0A, 51 and F1. RGB value is (10,81,241). Sum of RGB (Red+Green+Blue) = 10+81+241=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A51F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A51F1 is #F5AE0E. Grayscale: #4D4D4D. Windows color (decimal): -16100879 or 15814922. OLE color: 15814922.
HSL color Cylindrical-coordinate representation of color #0A51F1: hue angle of 221.56º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A51F1 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 81 | 241 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.05 |
| HSL | 221.56º | 0.92% | 0.49% | - |
| HSV(B) | 221.56º | 0.96% | 0.95% | - |
| XYZ | 18.94 | 12.3 | 84.59 | - |
| YUV | 78.01 | 219.98 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 241 | 0.96 | 0.66 | 0 | 0.05 | 221.56 | 0.92 | 0.49 |
| Hex | A | 51 | F1 | 60 | 42 | 0 | 5 | DE | 5C | 31 |
| Octal | 12 | 121 | 361 | 140 | 102 | 0 | 5 | 336 | 134 | 61 |
| Binary | 1010 | 1010001 | 11110001 | 1100000 | 1000010 | 0 | 101 | 11011110 | 1011100 | 110001 |
Color Harmonies of #0A51F1
Complementary color
Monochromatic Colors of #0A51F1
Black with #0A51F1
Text Example
Text Example
White with #0A51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A51F1; }
p { color: rgb(10,81,241); }
H1.HeaderClassName
{
color: #0A51F1;
}
.AnyTagClassName
{
color: #0A51F1;
}
</style>
background-color css
<style>
a { background-color: #0A51F1; }
a { background-color: rgb(10,81,241); }
div.DivClassName
{
background-color: #0A51F1;
}
.BgClassName
{
background-color: #0A51F1;
}
</style>
border-color css
<style>
span { border-color: #0A51F1; }
span { border-color: rgb(10,81,241); }
td.TdClassName
{
border-color: #0A51F1;
}
.TagClassName
{
border-color: #0A51F1;
}
</style>