Shades of Navy Blue #0680DC
Tints of Navy Blue #0680DC
RGB
CMYK
RGB Variations
Color information
#0680DC (or 0x0680DC) is known color: Navy Blue. HEX triplet: 06, 80 and DC. RGB value is (6,128,220). Sum of RGB (Red+Green+Blue) = 6+128+220=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #0680DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680DC is #F97F23. Grayscale: #656565. Windows color (decimal): -16351012 or 14450694. OLE color: 14450694.
HSL color Cylindrical-coordinate representation of color #0680DC: hue angle of 205.79º 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 #0680DC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 128 | 220 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.14 |
| HSL | 205.79º | 0.95% | 0.44% | - |
| HSV(B) | 205.79º | 0.97% | 0.86% | - |
| XYZ | 20.71 | 20.64 | 70.6 | - |
| YUV | 102.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 220 | 0.97 | 0.42 | 0 | 0.14 | 205.79 | 0.95 | 0.44 |
| Hex | 6 | 80 | DC | 61 | 2A | 0 | E | CE | 5F | 2C |
| Octal | 6 | 200 | 334 | 141 | 52 | 0 | 16 | 316 | 137 | 54 |
| Binary | 110 | 10000000 | 11011100 | 1100001 | 101010 | 0 | 1110 | 11001110 | 1011111 | 101100 |
Color Harmonies of #0680DC
Complementary color
Monochromatic Colors of #0680DC
Black with #0680DC
Text Example
Text Example
White with #0680DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680DC; }
p { color: rgb(6,128,220); }
H1.HeaderClassName
{
color: #0680DC;
}
.AnyTagClassName
{
color: #0680DC;
}
</style>
background-color css
<style>
a { background-color: #0680DC; }
a { background-color: rgb(6,128,220); }
div.DivClassName
{
background-color: #0680DC;
}
.BgClassName
{
background-color: #0680DC;
}
</style>
border-color css
<style>
span { border-color: #0680DC; }
span { border-color: rgb(6,128,220); }
td.TdClassName
{
border-color: #0680DC;
}
.TagClassName
{
border-color: #0680DC;
}
</style>