Shades of Navy Blue #0A56DF
Tints of Navy Blue #0A56DF
RGB
CMYK
RGB Variations
Color information
#0A56DF (or 0x0A56DF) is known color: Navy Blue. HEX triplet: 0A, 56 and DF. RGB value is (10,86,223). Sum of RGB (Red+Green+Blue) = 10+86+223=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A56DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A56DF is #F5A920. Grayscale: #4E4E4E. Windows color (decimal): -16099617 or 14636554. OLE color: 14636554.
HSL color Cylindrical-coordinate representation of color #0A56DF: hue angle of 218.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A56DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 86 | 223 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 218.59º | 0.91% | 0.46% | - |
| HSV(B) | 218.59º | 0.96% | 0.87% | - |
| XYZ | 16.77 | 12.05 | 71.25 | - |
| YUV | 78.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 223 | 0.96 | 0.61 | 0 | 0.13 | 218.59 | 0.91 | 0.46 |
| Hex | A | 56 | DF | 60 | 3D | 0 | D | DB | 5B | 2E |
| Octal | 12 | 126 | 337 | 140 | 75 | 0 | 15 | 333 | 133 | 56 |
| Binary | 1010 | 1010110 | 11011111 | 1100000 | 111101 | 0 | 1101 | 11011011 | 1011011 | 101110 |
Color Harmonies of #0A56DF
Complementary color
Monochromatic Colors of #0A56DF
Black with #0A56DF
Text Example
Text Example
White with #0A56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A56DF; }
p { color: rgb(10,86,223); }
H1.HeaderClassName
{
color: #0A56DF;
}
.AnyTagClassName
{
color: #0A56DF;
}
</style>
background-color css
<style>
a { background-color: #0A56DF; }
a { background-color: rgb(10,86,223); }
div.DivClassName
{
background-color: #0A56DF;
}
.BgClassName
{
background-color: #0A56DF;
}
</style>
border-color css
<style>
span { border-color: #0A56DF; }
span { border-color: rgb(10,86,223); }
td.TdClassName
{
border-color: #0A56DF;
}
.TagClassName
{
border-color: #0A56DF;
}
</style>