Shades of Navy Blue #0A5BCD
Tints of Navy Blue #0A5BCD
RGB
CMYK
RGB Variations
Color information
#0A5BCD (or 0x0A5BCD) is known color: Navy Blue. HEX triplet: 0A, 5B and CD. RGB value is (10,91,205). Sum of RGB (Red+Green+Blue) = 10+91+205=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A5BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BCD is #F5A432. Grayscale: #4F4F4F. Windows color (decimal): -16098355 or 13458186. OLE color: 13458186.
HSL color Cylindrical-coordinate representation of color #0A5BCD: hue angle of 215.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5BCD is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 91 | 205 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.20 |
| HSL | 215.08º | 0.91% | 0.42% | - |
| HSV(B) | 215.08º | 0.95% | 0.8% | - |
| XYZ | 14.89 | 11.95 | 59.28 | - |
| YUV | 79.78 | 198.66 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 205 | 0.95 | 0.56 | 0 | 0.20 | 215.08 | 0.91 | 0.42 |
| Hex | A | 5B | CD | 5F | 38 | 0 | 14 | D7 | 5B | 2A |
| Octal | 12 | 133 | 315 | 137 | 70 | 0 | 24 | 327 | 133 | 52 |
| Binary | 1010 | 1011011 | 11001101 | 1011111 | 111000 | 0 | 10100 | 11010111 | 1011011 | 101010 |
Color Harmonies of #0A5BCD
Complementary color
Monochromatic Colors of #0A5BCD
Black with #0A5BCD
Text Example
Text Example
White with #0A5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5BCD; }
p { color: rgb(10,91,205); }
H1.HeaderClassName
{
color: #0A5BCD;
}
.AnyTagClassName
{
color: #0A5BCD;
}
</style>
background-color css
<style>
a { background-color: #0A5BCD; }
a { background-color: rgb(10,91,205); }
div.DivClassName
{
background-color: #0A5BCD;
}
.BgClassName
{
background-color: #0A5BCD;
}
</style>
border-color css
<style>
span { border-color: #0A5BCD; }
span { border-color: rgb(10,91,205); }
td.TdClassName
{
border-color: #0A5BCD;
}
.TagClassName
{
border-color: #0A5BCD;
}
</style>