Shades of Navy Blue #0A5CCD
Tints of Navy Blue #0A5CCD
RGB
CMYK
RGB Variations
Color information
#0A5CCD (or 0x0A5CCD) is known color: Navy Blue. HEX triplet: 0A, 5C and CD. RGB value is (10,92,205). Sum of RGB (Red+Green+Blue) = 10+92+205=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A5CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CCD is #F5A332. Grayscale: #4F4F4F. Windows color (decimal): -16098099 or 13458442. OLE color: 13458442.
HSL color Cylindrical-coordinate representation of color #0A5CCD: hue angle of 214.77º 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 #0A5CCD is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 92 | 205 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.20 |
| HSL | 214.77º | 0.91% | 0.42% | - |
| HSV(B) | 214.77º | 0.95% | 0.8% | - |
| XYZ | 14.97 | 12.13 | 59.31 | - |
| YUV | 80.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 92 | 205 | 0.95 | 0.55 | 0 | 0.20 | 214.77 | 0.91 | 0.42 |
| Hex | A | 5C | CD | 5F | 37 | 0 | 14 | D7 | 5B | 2A |
| Octal | 12 | 134 | 315 | 137 | 67 | 0 | 24 | 327 | 133 | 52 |
| Binary | 1010 | 1011100 | 11001101 | 1011111 | 110111 | 0 | 10100 | 11010111 | 1011011 | 101010 |
Color Harmonies of #0A5CCD
Complementary color
Monochromatic Colors of #0A5CCD
Black with #0A5CCD
Text Example
Text Example
White with #0A5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5CCD; }
p { color: rgb(10,92,205); }
H1.HeaderClassName
{
color: #0A5CCD;
}
.AnyTagClassName
{
color: #0A5CCD;
}
</style>
background-color css
<style>
a { background-color: #0A5CCD; }
a { background-color: rgb(10,92,205); }
div.DivClassName
{
background-color: #0A5CCD;
}
.BgClassName
{
background-color: #0A5CCD;
}
</style>
border-color css
<style>
span { border-color: #0A5CCD; }
span { border-color: rgb(10,92,205); }
td.TdClassName
{
border-color: #0A5CCD;
}
.TagClassName
{
border-color: #0A5CCD;
}
</style>