Shades of Navy Blue #0D68D1
Tints of Navy Blue #0D68D1
RGB
CMYK
RGB Variations
Color information
#0D68D1 (or 0x0D68D1) is known color: Navy Blue. HEX triplet: 0D, 68 and D1. RGB value is (13,104,209). Sum of RGB (Red+Green+Blue) = 13+104+209=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 209 (82.03% from 255 or 64.11% from 326); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D68D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D68D1 is #F2972E. Grayscale: #585858. Windows color (decimal): -15898415 or 13723661. OLE color: 13723661.
HSL color Cylindrical-coordinate representation of color #0D68D1: hue angle of 212.14º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D68D1 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 104 | 209 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.18 |
| HSL | 212.14º | 0.88% | 0.44% | - |
| HSV(B) | 212.14º | 0.94% | 0.82% | - |
| XYZ | 16.62 | 14.59 | 62.26 | - |
| YUV | 88.76 | 195.85 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 209 | 0.94 | 0.50 | 0 | 0.18 | 212.14 | 0.88 | 0.44 |
| Hex | D | 68 | D1 | 5E | 32 | 0 | 12 | D4 | 58 | 2C |
| Octal | 15 | 150 | 321 | 136 | 62 | 0 | 22 | 324 | 130 | 54 |
| Binary | 1101 | 1101000 | 11010001 | 1011110 | 110010 | 0 | 10010 | 11010100 | 1011000 | 101100 |
Color Harmonies of #0D68D1
Complementary color
Monochromatic Colors of #0D68D1
Black with #0D68D1
Text Example
Text Example
White with #0D68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D68D1; }
p { color: rgb(13,104,209); }
H1.HeaderClassName
{
color: #0D68D1;
}
.AnyTagClassName
{
color: #0D68D1;
}
</style>
background-color css
<style>
a { background-color: #0D68D1; }
a { background-color: rgb(13,104,209); }
div.DivClassName
{
background-color: #0D68D1;
}
.BgClassName
{
background-color: #0D68D1;
}
</style>
border-color css
<style>
span { border-color: #0D68D1; }
span { border-color: rgb(13,104,209); }
td.TdClassName
{
border-color: #0D68D1;
}
.TagClassName
{
border-color: #0D68D1;
}
</style>