Shades of Navy Blue #0D7ACC
Tints of Navy Blue #0D7ACC
RGB
CMYK
RGB Variations
Color information
#0D7ACC (or 0x0D7ACC) is known color: Navy Blue. HEX triplet: 0D, 7A and CC. RGB value is (13,122,204). Sum of RGB (Red+Green+Blue) = 13+122+204=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D7ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ACC is #F28533. Grayscale: #626262. Windows color (decimal): -15893812 or 13400589. OLE color: 13400589.
HSL color Cylindrical-coordinate representation of color #0D7ACC: hue angle of 205.76º 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 #0D7ACC is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 122 | 204 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.2 |
| HSL | 205.76º | 0.88% | 0.43% | - |
| HSV(B) | 205.76º | 0.94% | 0.8% | - |
| XYZ | 18.02 | 18.36 | 59.72 | - |
| YUV | 98.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 204 | 0.94 | 0.40 | 0 | 0.2 | 205.76 | 0.88 | 0.43 |
| Hex | D | 7A | CC | 5E | 28 | 0 | 14 | CE | 58 | 2B |
| Octal | 15 | 172 | 314 | 136 | 50 | 0 | 24 | 316 | 130 | 53 |
| Binary | 1101 | 1111010 | 11001100 | 1011110 | 101000 | 0 | 10100 | 11001110 | 1011000 | 101011 |
Color Harmonies of #0D7ACC
Complementary color
Monochromatic Colors of #0D7ACC
Black with #0D7ACC
Text Example
Text Example
White with #0D7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7ACC; }
p { color: rgb(13,122,204); }
H1.HeaderClassName
{
color: #0D7ACC;
}
.AnyTagClassName
{
color: #0D7ACC;
}
</style>
background-color css
<style>
a { background-color: #0D7ACC; }
a { background-color: rgb(13,122,204); }
div.DivClassName
{
background-color: #0D7ACC;
}
.BgClassName
{
background-color: #0D7ACC;
}
</style>
border-color css
<style>
span { border-color: #0D7ACC; }
span { border-color: rgb(13,122,204); }
td.TdClassName
{
border-color: #0D7ACC;
}
.TagClassName
{
border-color: #0D7ACC;
}
</style>