Shades of Navy Blue #0684DB
Tints of Navy Blue #0684DB
RGB
CMYK
RGB Variations
Color information
#0684DB (or 0x0684DB) is known color: Navy Blue. HEX triplet: 06, 84 and DB. RGB value is (6,132,219). Sum of RGB (Red+Green+Blue) = 6+132+219=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #0684DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684DB is #F97B24. Grayscale: #676767. Windows color (decimal): -16349989 or 14386182. OLE color: 14386182.
HSL color Cylindrical-coordinate representation of color #0684DB: hue angle of 204.51º 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 #0684DB is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 132 | 219 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.14 |
| HSL | 204.51º | 0.95% | 0.44% | - |
| HSV(B) | 204.51º | 0.97% | 0.86% | - |
| XYZ | 21.11 | 21.66 | 70.09 | - |
| YUV | 104.24 | 192.76 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 219 | 0.97 | 0.40 | 0 | 0.14 | 204.51 | 0.95 | 0.44 |
| Hex | 6 | 84 | DB | 61 | 28 | 0 | E | CD | 5F | 2C |
| Octal | 6 | 204 | 333 | 141 | 50 | 0 | 16 | 315 | 137 | 54 |
| Binary | 110 | 10000100 | 11011011 | 1100001 | 101000 | 0 | 1110 | 11001101 | 1011111 | 101100 |
Color Harmonies of #0684DB
Complementary color
Monochromatic Colors of #0684DB
Black with #0684DB
Text Example
Text Example
White with #0684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684DB; }
p { color: rgb(6,132,219); }
H1.HeaderClassName
{
color: #0684DB;
}
.AnyTagClassName
{
color: #0684DB;
}
</style>
background-color css
<style>
a { background-color: #0684DB; }
a { background-color: rgb(6,132,219); }
div.DivClassName
{
background-color: #0684DB;
}
.BgClassName
{
background-color: #0684DB;
}
</style>
border-color css
<style>
span { border-color: #0684DB; }
span { border-color: rgb(6,132,219); }
td.TdClassName
{
border-color: #0684DB;
}
.TagClassName
{
border-color: #0684DB;
}
</style>