Shades of Navy Blue #0D7CC1
Tints of Navy Blue #0D7CC1
RGB
CMYK
RGB Variations
Color information
#0D7CC1 (or 0x0D7CC1) is known color: Navy Blue. HEX triplet: 0D, 7C and C1. RGB value is (13,124,193). Sum of RGB (Red+Green+Blue) = 13+124+193=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D7CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7CC1 is #F2833E. Grayscale: #626262. Windows color (decimal): -15893311 or 12680205. OLE color: 12680205.
HSL color Cylindrical-coordinate representation of color #0D7CC1: hue angle of 203º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7CC1 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 124 | 193 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.24 |
| HSL | 203º | 0.87% | 0.4% | - |
| HSV(B) | 203º | 0.93% | 0.76% | - |
| XYZ | 17 | 18.35 | 53.1 | - |
| YUV | 98.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 193 | 0.93 | 0.36 | 0 | 0.24 | 203 | 0.87 | 0.4 |
| Hex | D | 7C | C1 | 5D | 24 | 0 | 18 | CB | 57 | 28 |
| Octal | 15 | 174 | 301 | 135 | 44 | 0 | 30 | 313 | 127 | 50 |
| Binary | 1101 | 1111100 | 11000001 | 1011101 | 100100 | 0 | 11000 | 11001011 | 1010111 | 101000 |
Color Harmonies of #0D7CC1
Complementary color
Monochromatic Colors of #0D7CC1
Black with #0D7CC1
Text Example
Text Example
White with #0D7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7CC1; }
p { color: rgb(13,124,193); }
H1.HeaderClassName
{
color: #0D7CC1;
}
.AnyTagClassName
{
color: #0D7CC1;
}
</style>
background-color css
<style>
a { background-color: #0D7CC1; }
a { background-color: rgb(13,124,193); }
div.DivClassName
{
background-color: #0D7CC1;
}
.BgClassName
{
background-color: #0D7CC1;
}
</style>
border-color css
<style>
span { border-color: #0D7CC1; }
span { border-color: rgb(13,124,193); }
td.TdClassName
{
border-color: #0D7CC1;
}
.TagClassName
{
border-color: #0D7CC1;
}
</style>