Shades of Navy Blue #0D7CC3
Tints of Navy Blue #0D7CC3
RGB
CMYK
RGB Variations
Color information
#0D7CC3 (or 0x0D7CC3) is known color: Navy Blue. HEX triplet: 0D, 7C and C3. RGB value is (13,124,195). Sum of RGB (Red+Green+Blue) = 13+124+195=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 195 (76.56% from 255 or 58.73% from 332); Max value from RGB is 195 - color contains mainly: blue. Hex color #0D7CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7CC3 is #F2833C. Grayscale: #626262. Windows color (decimal): -15893309 or 12811277. OLE color: 12811277.
HSL color Cylindrical-coordinate representation of color #0D7CC3: hue angle of 203.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7CC3 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 124 | 195 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.24 |
| HSL | 203.41º | 0.88% | 0.41% | - |
| HSV(B) | 203.41º | 0.93% | 0.76% | - |
| XYZ | 17.22 | 18.44 | 54.28 | - |
| YUV | 98.91 | 182.23 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 195 | 0.93 | 0.36 | 0 | 0.24 | 203.41 | 0.88 | 0.41 |
| Hex | D | 7C | C3 | 5D | 24 | 0 | 18 | CB | 58 | 29 |
| Octal | 15 | 174 | 303 | 135 | 44 | 0 | 30 | 313 | 130 | 51 |
| Binary | 1101 | 1111100 | 11000011 | 1011101 | 100100 | 0 | 11000 | 11001011 | 1011000 | 101001 |
Color Harmonies of #0D7CC3
Complementary color
Monochromatic Colors of #0D7CC3
Black with #0D7CC3
Text Example
Text Example
White with #0D7CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7CC3; }
p { color: rgb(13,124,195); }
H1.HeaderClassName
{
color: #0D7CC3;
}
.AnyTagClassName
{
color: #0D7CC3;
}
</style>
background-color css
<style>
a { background-color: #0D7CC3; }
a { background-color: rgb(13,124,195); }
div.DivClassName
{
background-color: #0D7CC3;
}
.BgClassName
{
background-color: #0D7CC3;
}
</style>
border-color css
<style>
span { border-color: #0D7CC3; }
span { border-color: rgb(13,124,195); }
td.TdClassName
{
border-color: #0D7CC3;
}
.TagClassName
{
border-color: #0D7CC3;
}
</style>