Shades of Navy Blue #0A5DCA
Tints of Navy Blue #0A5DCA
RGB
CMYK
RGB Variations
Color information
#0A5DCA (or 0x0A5DCA) is known color: Navy Blue. HEX triplet: 0A, 5D and CA. RGB value is (10,93,202). Sum of RGB (Red+Green+Blue) = 10+93+202=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A5DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5DCA is #F5A235. Grayscale: #505050. Windows color (decimal): -16097846 or 13262090. OLE color: 13262090.
HSL color Cylindrical-coordinate representation of color #0A5DCA: hue angle of 214.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5DCA is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 93 | 202 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.21 |
| HSL | 214.06º | 0.91% | 0.42% | - |
| HSV(B) | 214.06º | 0.95% | 0.79% | - |
| XYZ | 14.7 | 12.16 | 57.45 | - |
| YUV | 80.61 | 196.5 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 93 | 202 | 0.95 | 0.54 | 0 | 0.21 | 214.06 | 0.91 | 0.42 |
| Hex | A | 5D | CA | 5F | 36 | 0 | 15 | D6 | 5B | 2A |
| Octal | 12 | 135 | 312 | 137 | 66 | 0 | 25 | 326 | 133 | 52 |
| Binary | 1010 | 1011101 | 11001010 | 1011111 | 110110 | 0 | 10101 | 11010110 | 1011011 | 101010 |
Color Harmonies of #0A5DCA
Complementary color
Monochromatic Colors of #0A5DCA
Black with #0A5DCA
Text Example
Text Example
White with #0A5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5DCA; }
p { color: rgb(10,93,202); }
H1.HeaderClassName
{
color: #0A5DCA;
}
.AnyTagClassName
{
color: #0A5DCA;
}
</style>
background-color css
<style>
a { background-color: #0A5DCA; }
a { background-color: rgb(10,93,202); }
div.DivClassName
{
background-color: #0A5DCA;
}
.BgClassName
{
background-color: #0A5DCA;
}
</style>
border-color css
<style>
span { border-color: #0A5DCA; }
span { border-color: rgb(10,93,202); }
td.TdClassName
{
border-color: #0A5DCA;
}
.TagClassName
{
border-color: #0A5DCA;
}
</style>