Shades of Navy Blue #0A63E6
Tints of Navy Blue #0A63E6
RGB
CMYK
RGB Variations
Color information
#0A63E6 (or 0x0A63E6) is known color: Navy Blue. HEX triplet: 0A, 63 and E6. RGB value is (10,99,230). Sum of RGB (Red+Green+Blue) = 10+99+230=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #0A63E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A63E6 is #F59C19. Grayscale: #565656. Windows color (decimal): -16096282 or 15098634. OLE color: 15098634.
HSL color Cylindrical-coordinate representation of color #0A63E6: hue angle of 215.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A63E6 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 99 | 230 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.10 |
| HSL | 215.73º | 0.92% | 0.47% | - |
| HSV(B) | 215.73º | 0.96% | 0.9% | - |
| XYZ | 18.87 | 14.7 | 76.71 | - |
| YUV | 87.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 230 | 0.96 | 0.57 | 0 | 0.10 | 215.73 | 0.92 | 0.47 |
| Hex | A | 63 | E6 | 60 | 39 | 0 | A | D8 | 5C | 2F |
| Octal | 12 | 143 | 346 | 140 | 71 | 0 | 12 | 330 | 134 | 57 |
| Binary | 1010 | 1100011 | 11100110 | 1100000 | 111001 | 0 | 1010 | 11011000 | 1011100 | 101111 |
Color Harmonies of #0A63E6
Complementary color
Monochromatic Colors of #0A63E6
Black with #0A63E6
Text Example
Text Example
White with #0A63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A63E6; }
p { color: rgb(10,99,230); }
H1.HeaderClassName
{
color: #0A63E6;
}
.AnyTagClassName
{
color: #0A63E6;
}
</style>
background-color css
<style>
a { background-color: #0A63E6; }
a { background-color: rgb(10,99,230); }
div.DivClassName
{
background-color: #0A63E6;
}
.BgClassName
{
background-color: #0A63E6;
}
</style>
border-color css
<style>
span { border-color: #0A63E6; }
span { border-color: rgb(10,99,230); }
td.TdClassName
{
border-color: #0A63E6;
}
.TagClassName
{
border-color: #0A63E6;
}
</style>