Shades of Navy Blue #0D6BDC
Tints of Navy Blue #0D6BDC
RGB
CMYK
RGB Variations
Color information
#0D6BDC (or 0x0D6BDC) is known color: Navy Blue. HEX triplet: 0D, 6B and DC. RGB value is (13,107,220). Sum of RGB (Red+Green+Blue) = 13+107+220=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D6BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6BDC is #F29423. Grayscale: #5B5B5B. Windows color (decimal): -15897636 or 14445325. OLE color: 14445325.
HSL color Cylindrical-coordinate representation of color #0D6BDC: hue angle of 212.75º 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 #0D6BDC is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 107 | 220 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.14 |
| HSL | 212.75º | 0.89% | 0.46% | - |
| HSV(B) | 212.75º | 0.94% | 0.86% | - |
| XYZ | 18.34 | 15.77 | 69.79 | - |
| YUV | 91.78 | 200.36 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 220 | 0.94 | 0.51 | 0 | 0.14 | 212.75 | 0.89 | 0.46 |
| Hex | D | 6B | DC | 5E | 33 | 0 | E | D5 | 59 | 2E |
| Octal | 15 | 153 | 334 | 136 | 63 | 0 | 16 | 325 | 131 | 56 |
| Binary | 1101 | 1101011 | 11011100 | 1011110 | 110011 | 0 | 1110 | 11010101 | 1011001 | 101110 |
Color Harmonies of #0D6BDC
Complementary color
Monochromatic Colors of #0D6BDC
Black with #0D6BDC
Text Example
Text Example
White with #0D6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BDC; }
p { color: rgb(13,107,220); }
H1.HeaderClassName
{
color: #0D6BDC;
}
.AnyTagClassName
{
color: #0D6BDC;
}
</style>
background-color css
<style>
a { background-color: #0D6BDC; }
a { background-color: rgb(13,107,220); }
div.DivClassName
{
background-color: #0D6BDC;
}
.BgClassName
{
background-color: #0D6BDC;
}
</style>
border-color css
<style>
span { border-color: #0D6BDC; }
span { border-color: rgb(13,107,220); }
td.TdClassName
{
border-color: #0D6BDC;
}
.TagClassName
{
border-color: #0D6BDC;
}
</style>