Shades of Navy Blue #0A41F9
Tints of Navy Blue #0A41F9
RGB
CMYK
RGB Variations
Color information
#0A41F9 (or 0x0A41F9) is known color: Navy Blue. HEX triplet: 0A, 41 and F9. RGB value is (10,65,249). Sum of RGB (Red+Green+Blue) = 10+65+249=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 249 (97.66% from 255 or 76.85% from 324); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A41F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A41F9 is #F5BE06. Grayscale: #444444. Windows color (decimal): -16104967 or 16335114. OLE color: 16335114.
HSL color Cylindrical-coordinate representation of color #0A41F9: hue angle of 226.19º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A41F9 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 65 | 249 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.02 |
| HSL | 226.19º | 0.95% | 0.51% | - |
| HSV(B) | 226.19º | 0.96% | 0.98% | - |
| XYZ | 19.11 | 10.68 | 90.68 | - |
| YUV | 69.53 | 229.28 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 249 | 0.96 | 0.74 | 0 | 0.02 | 226.19 | 0.95 | 0.51 |
| Hex | A | 41 | F9 | 60 | 4A | 0 | 2 | E2 | 5F | 33 |
| Octal | 12 | 101 | 371 | 140 | 112 | 0 | 2 | 342 | 137 | 63 |
| Binary | 1010 | 1000001 | 11111001 | 1100000 | 1001010 | 0 | 10 | 11100010 | 1011111 | 110011 |
Color Harmonies of #0A41F9
Complementary color
Monochromatic Colors of #0A41F9
Black with #0A41F9
Text Example
Text Example
White with #0A41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A41F9; }
p { color: rgb(10,65,249); }
H1.HeaderClassName
{
color: #0A41F9;
}
.AnyTagClassName
{
color: #0A41F9;
}
</style>
background-color css
<style>
a { background-color: #0A41F9; }
a { background-color: rgb(10,65,249); }
div.DivClassName
{
background-color: #0A41F9;
}
.BgClassName
{
background-color: #0A41F9;
}
</style>
border-color css
<style>
span { border-color: #0A41F9; }
span { border-color: rgb(10,65,249); }
td.TdClassName
{
border-color: #0A41F9;
}
.TagClassName
{
border-color: #0A41F9;
}
</style>