Shades of Navy Blue #0D7ACE
Tints of Navy Blue #0D7ACE
RGB
CMYK
RGB Variations
Color information
#0D7ACE (or 0x0D7ACE) is known color: Navy Blue. HEX triplet: 0D, 7A and CE. RGB value is (13,122,206). Sum of RGB (Red+Green+Blue) = 13+122+206=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D7ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ACE is #F28531. Grayscale: #626262. Windows color (decimal): -15893810 or 13531661. OLE color: 13531661.
HSL color Cylindrical-coordinate representation of color #0D7ACE: hue angle of 206.11º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7ACE is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 122 | 206 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.19 |
| HSL | 206.11º | 0.88% | 0.43% | - |
| HSV(B) | 206.11º | 0.94% | 0.81% | - |
| XYZ | 18.27 | 18.46 | 60.99 | - |
| YUV | 98.99 | 188.39 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 206 | 0.94 | 0.41 | 0 | 0.19 | 206.11 | 0.88 | 0.43 |
| Hex | D | 7A | CE | 5E | 29 | 0 | 13 | CE | 58 | 2B |
| Octal | 15 | 172 | 316 | 136 | 51 | 0 | 23 | 316 | 130 | 53 |
| Binary | 1101 | 1111010 | 11001110 | 1011110 | 101001 | 0 | 10011 | 11001110 | 1011000 | 101011 |
Color Harmonies of #0D7ACE
Complementary color
Monochromatic Colors of #0D7ACE
Black with #0D7ACE
Text Example
Text Example
White with #0D7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7ACE; }
p { color: rgb(13,122,206); }
H1.HeaderClassName
{
color: #0D7ACE;
}
.AnyTagClassName
{
color: #0D7ACE;
}
</style>
background-color css
<style>
a { background-color: #0D7ACE; }
a { background-color: rgb(13,122,206); }
div.DivClassName
{
background-color: #0D7ACE;
}
.BgClassName
{
background-color: #0D7ACE;
}
</style>
border-color css
<style>
span { border-color: #0D7ACE; }
span { border-color: rgb(13,122,206); }
td.TdClassName
{
border-color: #0D7ACE;
}
.TagClassName
{
border-color: #0D7ACE;
}
</style>