Shades of Navy Blue #0D6ACC
Tints of Navy Blue #0D6ACC
RGB
CMYK
RGB Variations
Color information
#0D6ACC (or 0x0D6ACC) is known color: Navy Blue. HEX triplet: 0D, 6A and CC. RGB value is (13,106,204). Sum of RGB (Red+Green+Blue) = 13+106+204=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D6ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ACC is #F29533. Grayscale: #585858. Windows color (decimal): -15897908 or 13396493. OLE color: 13396493.
HSL color Cylindrical-coordinate representation of color #0D6ACC: hue angle of 210.79º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6ACC is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 106 | 204 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.2 |
| HSL | 210.79º | 0.88% | 0.43% | - |
| HSV(B) | 210.79º | 0.94% | 0.8% | - |
| XYZ | 16.22 | 14.75 | 59.12 | - |
| YUV | 89.37 | 192.69 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 204 | 0.94 | 0.48 | 0 | 0.2 | 210.79 | 0.88 | 0.43 |
| Hex | D | 6A | CC | 5E | 30 | 0 | 14 | D3 | 58 | 2B |
| Octal | 15 | 152 | 314 | 136 | 60 | 0 | 24 | 323 | 130 | 53 |
| Binary | 1101 | 1101010 | 11001100 | 1011110 | 110000 | 0 | 10100 | 11010011 | 1011000 | 101011 |
Color Harmonies of #0D6ACC
Complementary color
Monochromatic Colors of #0D6ACC
Black with #0D6ACC
Text Example
Text Example
White with #0D6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6ACC; }
p { color: rgb(13,106,204); }
H1.HeaderClassName
{
color: #0D6ACC;
}
.AnyTagClassName
{
color: #0D6ACC;
}
</style>
background-color css
<style>
a { background-color: #0D6ACC; }
a { background-color: rgb(13,106,204); }
div.DivClassName
{
background-color: #0D6ACC;
}
.BgClassName
{
background-color: #0D6ACC;
}
</style>
border-color css
<style>
span { border-color: #0D6ACC; }
span { border-color: rgb(13,106,204); }
td.TdClassName
{
border-color: #0D6ACC;
}
.TagClassName
{
border-color: #0D6ACC;
}
</style>