Shades of Navy Blue #0A40FD
Tints of Navy Blue #0A40FD
RGB
CMYK
RGB Variations
Color information
#0A40FD (or 0x0A40FD) is known color: Navy Blue. HEX triplet: 0A, 40 and FD. RGB value is (10,64,253). Sum of RGB (Red+Green+Blue) = 10+64+253=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A40FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A40FD is #F5BF02. Grayscale: #444444. Windows color (decimal): -16105219 or 16597002. OLE color: 16597002.
HSL color Cylindrical-coordinate representation of color #0A40FD: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A40FD is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 64 | 253 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.01 |
| HSL | 226.67º | 0.98% | 0.52% | - |
| HSV(B) | 226.67º | 0.96% | 0.99% | - |
| XYZ | 19.69 | 10.82 | 93.98 | - |
| YUV | 69.4 | 231.61 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 253 | 0.96 | 0.75 | 0 | 0.01 | 226.67 | 0.98 | 0.52 |
| Hex | A | 40 | FD | 60 | 4B | 0 | 1 | E3 | 62 | 34 |
| Octal | 12 | 100 | 375 | 140 | 113 | 0 | 1 | 343 | 142 | 64 |
| Binary | 1010 | 1000000 | 11111101 | 1100000 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110100 |
Color Harmonies of #0A40FD
Complementary color
Monochromatic Colors of #0A40FD
Black with #0A40FD
Text Example
Text Example
White with #0A40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A40FD; }
p { color: rgb(10,64,253); }
H1.HeaderClassName
{
color: #0A40FD;
}
.AnyTagClassName
{
color: #0A40FD;
}
</style>
background-color css
<style>
a { background-color: #0A40FD; }
a { background-color: rgb(10,64,253); }
div.DivClassName
{
background-color: #0A40FD;
}
.BgClassName
{
background-color: #0A40FD;
}
</style>
border-color css
<style>
span { border-color: #0A40FD; }
span { border-color: rgb(10,64,253); }
td.TdClassName
{
border-color: #0A40FD;
}
.TagClassName
{
border-color: #0A40FD;
}
</style>