Shades of Navy Blue #0A6CDA
Tints of Navy Blue #0A6CDA
RGB
CMYK
RGB Variations
Color information
#0A6CDA (or 0x0A6CDA) is known color: Navy Blue. HEX triplet: 0A, 6C and DA. RGB value is (10,108,218). Sum of RGB (Red+Green+Blue) = 10+108+218=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A6CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6CDA is #F59325. Grayscale: #5A5A5A. Windows color (decimal): -16093990 or 14314506. OLE color: 14314506.
HSL color Cylindrical-coordinate representation of color #0A6CDA: hue angle of 211.73º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6CDA is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 108 | 218 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.15 |
| HSL | 211.73º | 0.91% | 0.45% | - |
| HSV(B) | 211.73º | 0.95% | 0.85% | - |
| XYZ | 18.14 | 15.85 | 68.43 | - |
| YUV | 91.24 | 199.53 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 218 | 0.95 | 0.50 | 0 | 0.15 | 211.73 | 0.91 | 0.45 |
| Hex | A | 6C | DA | 5F | 32 | 0 | F | D4 | 5B | 2D |
| Octal | 12 | 154 | 332 | 137 | 62 | 0 | 17 | 324 | 133 | 55 |
| Binary | 1010 | 1101100 | 11011010 | 1011111 | 110010 | 0 | 1111 | 11010100 | 1011011 | 101101 |
Color Harmonies of #0A6CDA
Complementary color
Monochromatic Colors of #0A6CDA
Black with #0A6CDA
Text Example
Text Example
White with #0A6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6CDA; }
p { color: rgb(10,108,218); }
H1.HeaderClassName
{
color: #0A6CDA;
}
.AnyTagClassName
{
color: #0A6CDA;
}
</style>
background-color css
<style>
a { background-color: #0A6CDA; }
a { background-color: rgb(10,108,218); }
div.DivClassName
{
background-color: #0A6CDA;
}
.BgClassName
{
background-color: #0A6CDA;
}
</style>
border-color css
<style>
span { border-color: #0A6CDA; }
span { border-color: rgb(10,108,218); }
td.TdClassName
{
border-color: #0A6CDA;
}
.TagClassName
{
border-color: #0A6CDA;
}
</style>