Shades of Navy Blue #0D6CDA
Tints of Navy Blue #0D6CDA
RGB
CMYK
RGB Variations
Color information
#0D6CDA (or 0x0D6CDA) is known color: Navy Blue. HEX triplet: 0D, 6C and DA. RGB value is (13,108,218). Sum of RGB (Red+Green+Blue) = 13+108+218=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D6CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6CDA is #F29325. Grayscale: #5B5B5B. Windows color (decimal): -15897382 or 14314509. OLE color: 14314509.
HSL color Cylindrical-coordinate representation of color #0D6CDA: hue angle of 212.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6CDA is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 108 | 218 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.15 |
| HSL | 212.2º | 0.89% | 0.45% | - |
| HSV(B) | 212.2º | 0.94% | 0.85% | - |
| XYZ | 18.18 | 15.87 | 68.44 | - |
| YUV | 92.14 | 199.03 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 108 | 218 | 0.94 | 0.50 | 0 | 0.15 | 212.2 | 0.89 | 0.45 |
| Hex | D | 6C | DA | 5E | 32 | 0 | F | D4 | 59 | 2D |
| Octal | 15 | 154 | 332 | 136 | 62 | 0 | 17 | 324 | 131 | 55 |
| Binary | 1101 | 1101100 | 11011010 | 1011110 | 110010 | 0 | 1111 | 11010100 | 1011001 | 101101 |
Color Harmonies of #0D6CDA
Complementary color
Monochromatic Colors of #0D6CDA
Black with #0D6CDA
Text Example
Text Example
White with #0D6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6CDA; }
p { color: rgb(13,108,218); }
H1.HeaderClassName
{
color: #0D6CDA;
}
.AnyTagClassName
{
color: #0D6CDA;
}
</style>
background-color css
<style>
a { background-color: #0D6CDA; }
a { background-color: rgb(13,108,218); }
div.DivClassName
{
background-color: #0D6CDA;
}
.BgClassName
{
background-color: #0D6CDA;
}
</style>
border-color css
<style>
span { border-color: #0D6CDA; }
span { border-color: rgb(13,108,218); }
td.TdClassName
{
border-color: #0D6CDA;
}
.TagClassName
{
border-color: #0D6CDA;
}
</style>