Shades of Navy Blue #0D7ABF
Tints of Navy Blue #0D7ABF
RGB
CMYK
RGB Variations
Color information
#0D7ABF (or 0x0D7ABF) is known color: Navy Blue. HEX triplet: 0D, 7A and BF. RGB value is (13,122,191). Sum of RGB (Red+Green+Blue) = 13+122+191=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D7ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ABF is #F28540. Grayscale: #606060. Windows color (decimal): -15893825 or 12548621. OLE color: 12548621.
HSL color Cylindrical-coordinate representation of color #0D7ABF: hue angle of 203.26º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7ABF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 122 | 191 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.25 |
| HSL | 203.26º | 0.87% | 0.4% | - |
| HSV(B) | 203.26º | 0.93% | 0.75% | - |
| XYZ | 16.53 | 17.77 | 51.85 | - |
| YUV | 97.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 122 | 191 | 0.93 | 0.36 | 0 | 0.25 | 203.26 | 0.87 | 0.4 |
| Hex | D | 7A | BF | 5D | 24 | 0 | 19 | CB | 57 | 28 |
| Octal | 15 | 172 | 277 | 135 | 44 | 0 | 31 | 313 | 127 | 50 |
| Binary | 1101 | 1111010 | 10111111 | 1011101 | 100100 | 0 | 11001 | 11001011 | 1010111 | 101000 |
Color Harmonies of #0D7ABF
Complementary color
Monochromatic Colors of #0D7ABF
Black with #0D7ABF
Text Example
Text Example
White with #0D7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7ABF; }
p { color: rgb(13,122,191); }
H1.HeaderClassName
{
color: #0D7ABF;
}
.AnyTagClassName
{
color: #0D7ABF;
}
</style>
background-color css
<style>
a { background-color: #0D7ABF; }
a { background-color: rgb(13,122,191); }
div.DivClassName
{
background-color: #0D7ABF;
}
.BgClassName
{
background-color: #0D7ABF;
}
</style>
border-color css
<style>
span { border-color: #0D7ABF; }
span { border-color: rgb(13,122,191); }
td.TdClassName
{
border-color: #0D7ABF;
}
.TagClassName
{
border-color: #0D7ABF;
}
</style>