Shades of Navy Blue #0685DB
Tints of Navy Blue #0685DB
RGB
CMYK
RGB Variations
Color information
#0685DB (or 0x0685DB) is known color: Navy Blue. HEX triplet: 06, 85 and DB. RGB value is (6,133,219). Sum of RGB (Red+Green+Blue) = 6+133+219=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #0685DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685DB is #F97A24. Grayscale: #686868. Windows color (decimal): -16349733 or 14386438. OLE color: 14386438.
HSL color Cylindrical-coordinate representation of color #0685DB: hue angle of 204.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685DB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 133 | 219 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.14 |
| HSL | 204.23º | 0.95% | 0.44% | - |
| HSV(B) | 204.23º | 0.97% | 0.86% | - |
| XYZ | 21.25 | 21.93 | 70.13 | - |
| YUV | 104.83 | 192.42 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 219 | 0.97 | 0.39 | 0 | 0.14 | 204.23 | 0.95 | 0.44 |
| Hex | 6 | 85 | DB | 61 | 27 | 0 | E | CC | 5F | 2C |
| Octal | 6 | 205 | 333 | 141 | 47 | 0 | 16 | 314 | 137 | 54 |
| Binary | 110 | 10000101 | 11011011 | 1100001 | 100111 | 0 | 1110 | 11001100 | 1011111 | 101100 |
Color Harmonies of #0685DB
Complementary color
Monochromatic Colors of #0685DB
Black with #0685DB
Text Example
Text Example
White with #0685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685DB; }
p { color: rgb(6,133,219); }
H1.HeaderClassName
{
color: #0685DB;
}
.AnyTagClassName
{
color: #0685DB;
}
</style>
background-color css
<style>
a { background-color: #0685DB; }
a { background-color: rgb(6,133,219); }
div.DivClassName
{
background-color: #0685DB;
}
.BgClassName
{
background-color: #0685DB;
}
</style>
border-color css
<style>
span { border-color: #0685DB; }
span { border-color: rgb(6,133,219); }
td.TdClassName
{
border-color: #0685DB;
}
.TagClassName
{
border-color: #0685DB;
}
</style>