Shades of Navy Blue #0D76DC
Tints of Navy Blue #0D76DC
RGB
CMYK
RGB Variations
Color information
#0D76DC (or 0x0D76DC) is known color: Navy Blue. HEX triplet: 0D, 76 and DC. RGB value is (13,118,220). Sum of RGB (Red+Green+Blue) = 13+118+220=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D76DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D76DC is #F28923. Grayscale: #616161. Windows color (decimal): -15894820 or 14448141. OLE color: 14448141.
HSL color Cylindrical-coordinate representation of color #0D76DC: hue angle of 209.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D76DC is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 118 | 220 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.14 |
| HSL | 209.57º | 0.89% | 0.46% | - |
| HSV(B) | 209.57º | 0.94% | 0.86% | - |
| XYZ | 19.56 | 18.21 | 70.19 | - |
| YUV | 98.23 | 196.71 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 220 | 0.94 | 0.46 | 0 | 0.14 | 209.57 | 0.89 | 0.46 |
| Hex | D | 76 | DC | 5E | 2E | 0 | E | D2 | 59 | 2E |
| Octal | 15 | 166 | 334 | 136 | 56 | 0 | 16 | 322 | 131 | 56 |
| Binary | 1101 | 1110110 | 11011100 | 1011110 | 101110 | 0 | 1110 | 11010010 | 1011001 | 101110 |
Color Harmonies of #0D76DC
Complementary color
Monochromatic Colors of #0D76DC
Black with #0D76DC
Text Example
Text Example
White with #0D76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D76DC; }
p { color: rgb(13,118,220); }
H1.HeaderClassName
{
color: #0D76DC;
}
.AnyTagClassName
{
color: #0D76DC;
}
</style>
background-color css
<style>
a { background-color: #0D76DC; }
a { background-color: rgb(13,118,220); }
div.DivClassName
{
background-color: #0D76DC;
}
.BgClassName
{
background-color: #0D76DC;
}
</style>
border-color css
<style>
span { border-color: #0D76DC; }
span { border-color: rgb(13,118,220); }
td.TdClassName
{
border-color: #0D76DC;
}
.TagClassName
{
border-color: #0D76DC;
}
</style>