Shades of Navy Blue #0D6EC3
Tints of Navy Blue #0D6EC3
RGB
CMYK
RGB Variations
Color information
#0D6EC3 (or 0x0D6EC3) is known color: Navy Blue. HEX triplet: 0D, 6E and C3. RGB value is (13,110,195). Sum of RGB (Red+Green+Blue) = 13+110+195=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 195 (76.56% from 255 or 61.32% from 318); Max value from RGB is 195 - color contains mainly: blue. Hex color #0D6EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EC3 is #F2913C. Grayscale: #5A5A5A. Windows color (decimal): -15896893 or 12807693. OLE color: 12807693.
HSL color Cylindrical-coordinate representation of color #0D6EC3: hue angle of 208.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6EC3 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 110 | 195 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.24 |
| HSL | 208.02º | 0.88% | 0.41% | - |
| HSV(B) | 208.02º | 0.93% | 0.76% | - |
| XYZ | 15.59 | 15.18 | 53.74 | - |
| YUV | 90.69 | 186.86 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 195 | 0.93 | 0.44 | 0 | 0.24 | 208.02 | 0.88 | 0.41 |
| Hex | D | 6E | C3 | 5D | 2C | 0 | 18 | D0 | 58 | 29 |
| Octal | 15 | 156 | 303 | 135 | 54 | 0 | 30 | 320 | 130 | 51 |
| Binary | 1101 | 1101110 | 11000011 | 1011101 | 101100 | 0 | 11000 | 11010000 | 1011000 | 101001 |
Color Harmonies of #0D6EC3
Complementary color
Monochromatic Colors of #0D6EC3
Black with #0D6EC3
Text Example
Text Example
White with #0D6EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EC3; }
p { color: rgb(13,110,195); }
H1.HeaderClassName
{
color: #0D6EC3;
}
.AnyTagClassName
{
color: #0D6EC3;
}
</style>
background-color css
<style>
a { background-color: #0D6EC3; }
a { background-color: rgb(13,110,195); }
div.DivClassName
{
background-color: #0D6EC3;
}
.BgClassName
{
background-color: #0D6EC3;
}
</style>
border-color css
<style>
span { border-color: #0D6EC3; }
span { border-color: rgb(13,110,195); }
td.TdClassName
{
border-color: #0D6EC3;
}
.TagClassName
{
border-color: #0D6EC3;
}
</style>