Shades of Navy Blue #0D85DB
Tints of Navy Blue #0D85DB
RGB
CMYK
RGB Variations
Color information
#0D85DB (or 0x0D85DB) is known color: Navy Blue. HEX triplet: 0D, 85 and DB. RGB value is (13,133,219). Sum of RGB (Red+Green+Blue) = 13+133+219=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D85DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D85DB is #F27A24. Grayscale: #6A6A6A. Windows color (decimal): -15890981 or 14386445. OLE color: 14386445.
HSL color Cylindrical-coordinate representation of color #0D85DB: hue angle of 205.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D85DB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 133 | 219 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.14 |
| HSL | 205.05º | 0.89% | 0.45% | - |
| HSV(B) | 205.05º | 0.94% | 0.86% | - |
| XYZ | 21.34 | 21.98 | 70.13 | - |
| YUV | 106.92 | 191.24 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 219 | 0.94 | 0.39 | 0 | 0.14 | 205.05 | 0.89 | 0.45 |
| Hex | D | 85 | DB | 5E | 27 | 0 | E | CD | 59 | 2D |
| Octal | 15 | 205 | 333 | 136 | 47 | 0 | 16 | 315 | 131 | 55 |
| Binary | 1101 | 10000101 | 11011011 | 1011110 | 100111 | 0 | 1110 | 11001101 | 1011001 | 101101 |
Color Harmonies of #0D85DB
Complementary color
Monochromatic Colors of #0D85DB
Black with #0D85DB
Text Example
Text Example
White with #0D85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D85DB; }
p { color: rgb(13,133,219); }
H1.HeaderClassName
{
color: #0D85DB;
}
.AnyTagClassName
{
color: #0D85DB;
}
</style>
background-color css
<style>
a { background-color: #0D85DB; }
a { background-color: rgb(13,133,219); }
div.DivClassName
{
background-color: #0D85DB;
}
.BgClassName
{
background-color: #0D85DB;
}
</style>
border-color css
<style>
span { border-color: #0D85DB; }
span { border-color: rgb(13,133,219); }
td.TdClassName
{
border-color: #0D85DB;
}
.TagClassName
{
border-color: #0D85DB;
}
</style>