Shades of Navy Blue #0A5FFF
Tints of Navy Blue #0A5FFF
RGB
CMYK
RGB Variations
Color information
#0A5FFF (or 0x0A5FFF) is known color: Navy Blue. HEX triplet: 0A, 5F and FF. RGB value is (10,95,255). Sum of RGB (Red+Green+Blue) = 10+95+255=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A5FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5FFF is #F5A000. Grayscale: #575757. Windows color (decimal): -16097281 or 16736010. OLE color: 16736010.
HSL color Cylindrical-coordinate representation of color #0A5FFF: hue angle of 219.18º 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 #0A5FFF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 95 | 255 | - |
| CMYK | 0.96 | 0.63 | 0 | 0 |
| HSL | 219.18º | 1% | 0.52% | - |
| HSV(B) | 219.18º | 0.96% | 1% | - |
| XYZ | 22.27 | 15.47 | 96.42 | - |
| YUV | 87.83 | 222.34 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 255 | 0.96 | 0.63 | 0 | 0 | 219.18 | 1 | 0.52 |
| Hex | A | 5F | FF | 60 | 3F | 0 | 0 | DB | 64 | 34 |
| Octal | 12 | 137 | 377 | 140 | 77 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1010 | 1011111 | 11111111 | 1100000 | 111111 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #0A5FFF
Complementary color
Monochromatic Colors of #0A5FFF
Black with #0A5FFF
Text Example
Text Example
White with #0A5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5FFF; }
p { color: rgb(10,95,255); }
H1.HeaderClassName
{
color: #0A5FFF;
}
.AnyTagClassName
{
color: #0A5FFF;
}
</style>
background-color css
<style>
a { background-color: #0A5FFF; }
a { background-color: rgb(10,95,255); }
div.DivClassName
{
background-color: #0A5FFF;
}
.BgClassName
{
background-color: #0A5FFF;
}
</style>
border-color css
<style>
span { border-color: #0A5FFF; }
span { border-color: rgb(10,95,255); }
td.TdClassName
{
border-color: #0A5FFF;
}
.TagClassName
{
border-color: #0A5FFF;
}
</style>