Shades of Navy Blue #0D6BC6
Tints of Navy Blue #0D6BC6
RGB
CMYK
RGB Variations
Color information
#0D6BC6 (or 0x0D6BC6) is known color: Navy Blue. HEX triplet: 0D, 6B and C6. RGB value is (13,107,198). Sum of RGB (Red+Green+Blue) = 13+107+198=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D6BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6BC6 is #F29439. Grayscale: #585858. Windows color (decimal): -15897658 or 13003533. OLE color: 13003533.
HSL color Cylindrical-coordinate representation of color #0D6BC6: hue angle of 209.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6BC6 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 107 | 198 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.22 |
| HSL | 209.51º | 0.88% | 0.41% | - |
| HSV(B) | 209.51º | 0.93% | 0.78% | - |
| XYZ | 15.62 | 14.68 | 55.44 | - |
| YUV | 89.27 | 189.36 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 198 | 0.93 | 0.46 | 0 | 0.22 | 209.51 | 0.88 | 0.41 |
| Hex | D | 6B | C6 | 5D | 2E | 0 | 16 | D2 | 58 | 29 |
| Octal | 15 | 153 | 306 | 135 | 56 | 0 | 26 | 322 | 130 | 51 |
| Binary | 1101 | 1101011 | 11000110 | 1011101 | 101110 | 0 | 10110 | 11010010 | 1011000 | 101001 |
Color Harmonies of #0D6BC6
Complementary color
Monochromatic Colors of #0D6BC6
Black with #0D6BC6
Text Example
Text Example
White with #0D6BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BC6; }
p { color: rgb(13,107,198); }
H1.HeaderClassName
{
color: #0D6BC6;
}
.AnyTagClassName
{
color: #0D6BC6;
}
</style>
background-color css
<style>
a { background-color: #0D6BC6; }
a { background-color: rgb(13,107,198); }
div.DivClassName
{
background-color: #0D6BC6;
}
.BgClassName
{
background-color: #0D6BC6;
}
</style>
border-color css
<style>
span { border-color: #0D6BC6; }
span { border-color: rgb(13,107,198); }
td.TdClassName
{
border-color: #0D6BC6;
}
.TagClassName
{
border-color: #0D6BC6;
}
</style>