Shades of Navy Blue #0A6DC4
Tints of Navy Blue #0A6DC4
RGB
CMYK
RGB Variations
Color information
#0A6DC4 (or 0x0A6DC4) is known color: Navy Blue. HEX triplet: 0A, 6D and C4. RGB value is (10,109,196). Sum of RGB (Red+Green+Blue) = 10+109+196=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #0A6DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DC4 is #F5923B. Grayscale: #585858. Windows color (decimal): -16093756 or 12872970. OLE color: 12872970.
HSL color Cylindrical-coordinate representation of color #0A6DC4: hue angle of 208.06º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6DC4 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 109 | 196 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.23 |
| HSL | 208.06º | 0.9% | 0.4% | - |
| HSV(B) | 208.06º | 0.95% | 0.77% | - |
| XYZ | 15.56 | 14.99 | 54.3 | - |
| YUV | 89.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 196 | 0.95 | 0.44 | 0 | 0.23 | 208.06 | 0.9 | 0.4 |
| Hex | A | 6D | C4 | 5F | 2C | 0 | 17 | D0 | 5A | 28 |
| Octal | 12 | 155 | 304 | 137 | 54 | 0 | 27 | 320 | 132 | 50 |
| Binary | 1010 | 1101101 | 11000100 | 1011111 | 101100 | 0 | 10111 | 11010000 | 1011010 | 101000 |
Color Harmonies of #0A6DC4
Complementary color
Monochromatic Colors of #0A6DC4
Black with #0A6DC4
Text Example
Text Example
White with #0A6DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6DC4; }
p { color: rgb(10,109,196); }
H1.HeaderClassName
{
color: #0A6DC4;
}
.AnyTagClassName
{
color: #0A6DC4;
}
</style>
background-color css
<style>
a { background-color: #0A6DC4; }
a { background-color: rgb(10,109,196); }
div.DivClassName
{
background-color: #0A6DC4;
}
.BgClassName
{
background-color: #0A6DC4;
}
</style>
border-color css
<style>
span { border-color: #0A6DC4; }
span { border-color: rgb(10,109,196); }
td.TdClassName
{
border-color: #0A6DC4;
}
.TagClassName
{
border-color: #0A6DC4;
}
</style>