Shades of Navy Blue #0A40F9
Tints of Navy Blue #0A40F9
RGB
CMYK
RGB Variations
Color information
#0A40F9 (or 0x0A40F9) is known color: Navy Blue. HEX triplet: 0A, 40 and F9. RGB value is (10,64,249). Sum of RGB (Red+Green+Blue) = 10+64+249=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 249 (97.66% from 255 or 77.09% from 323); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A40F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A40F9 is #F5BF06. Grayscale: #444444. Windows color (decimal): -16105223 or 16334858. OLE color: 16334858.
HSL color Cylindrical-coordinate representation of color #0A40F9: hue angle of 226.44º 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 #0A40F9 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 64 | 249 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.02 |
| HSL | 226.44º | 0.95% | 0.51% | - |
| HSV(B) | 226.44º | 0.96% | 0.98% | - |
| XYZ | 19.06 | 10.57 | 90.66 | - |
| YUV | 68.94 | 229.61 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 249 | 0.96 | 0.74 | 0 | 0.02 | 226.44 | 0.95 | 0.51 |
| Hex | A | 40 | F9 | 60 | 4A | 0 | 2 | E2 | 5F | 33 |
| Octal | 12 | 100 | 371 | 140 | 112 | 0 | 2 | 342 | 137 | 63 |
| Binary | 1010 | 1000000 | 11111001 | 1100000 | 1001010 | 0 | 10 | 11100010 | 1011111 | 110011 |
Color Harmonies of #0A40F9
Complementary color
Monochromatic Colors of #0A40F9
Black with #0A40F9
Text Example
Text Example
White with #0A40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A40F9; }
p { color: rgb(10,64,249); }
H1.HeaderClassName
{
color: #0A40F9;
}
.AnyTagClassName
{
color: #0A40F9;
}
</style>
background-color css
<style>
a { background-color: #0A40F9; }
a { background-color: rgb(10,64,249); }
div.DivClassName
{
background-color: #0A40F9;
}
.BgClassName
{
background-color: #0A40F9;
}
</style>
border-color css
<style>
span { border-color: #0A40F9; }
span { border-color: rgb(10,64,249); }
td.TdClassName
{
border-color: #0A40F9;
}
.TagClassName
{
border-color: #0A40F9;
}
</style>