Shades of Navy Blue #0680DD
Tints of Navy Blue #0680DD
RGB
CMYK
RGB Variations
Color information
#0680DD (or 0x0680DD) is known color: Navy Blue. HEX triplet: 06, 80 and DD. RGB value is (6,128,221). Sum of RGB (Red+Green+Blue) = 6+128+221=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #0680DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680DD is #F97F22. Grayscale: #656565. Windows color (decimal): -16351011 or 14516230. OLE color: 14516230.
HSL color Cylindrical-coordinate representation of color #0680DD: hue angle of 205.95º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680DD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 128 | 221 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.13 |
| HSL | 205.95º | 0.95% | 0.45% | - |
| HSV(B) | 205.95º | 0.97% | 0.87% | - |
| XYZ | 20.85 | 20.7 | 71.3 | - |
| YUV | 102.12 | 195.08 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 221 | 0.97 | 0.42 | 0 | 0.13 | 205.95 | 0.95 | 0.45 |
| Hex | 6 | 80 | DD | 61 | 2A | 0 | D | CE | 5F | 2D |
| Octal | 6 | 200 | 335 | 141 | 52 | 0 | 15 | 316 | 137 | 55 |
| Binary | 110 | 10000000 | 11011101 | 1100001 | 101010 | 0 | 1101 | 11001110 | 1011111 | 101101 |
Color Harmonies of #0680DD
Complementary color
Monochromatic Colors of #0680DD
Black with #0680DD
Text Example
Text Example
White with #0680DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680DD; }
p { color: rgb(6,128,221); }
H1.HeaderClassName
{
color: #0680DD;
}
.AnyTagClassName
{
color: #0680DD;
}
</style>
background-color css
<style>
a { background-color: #0680DD; }
a { background-color: rgb(6,128,221); }
div.DivClassName
{
background-color: #0680DD;
}
.BgClassName
{
background-color: #0680DD;
}
</style>
border-color css
<style>
span { border-color: #0680DD; }
span { border-color: rgb(6,128,221); }
td.TdClassName
{
border-color: #0680DD;
}
.TagClassName
{
border-color: #0680DD;
}
</style>