Shades of Navy Blue #0686DD
Tints of Navy Blue #0686DD
RGB
CMYK
RGB Variations
Color information
#0686DD (or 0x0686DD) is known color: Navy Blue. HEX triplet: 06, 86 and DD. RGB value is (6,134,221). Sum of RGB (Red+Green+Blue) = 6+134+221=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0686DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686DD is #F97922. Grayscale: #696969. Windows color (decimal): -16349475 or 14517766. OLE color: 14517766.
HSL color Cylindrical-coordinate representation of color #0686DD: hue angle of 204.28º 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 #0686DD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 134 | 221 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.13 |
| HSL | 204.28º | 0.95% | 0.45% | - |
| HSV(B) | 204.28º | 0.97% | 0.87% | - |
| XYZ | 21.65 | 22.31 | 71.57 | - |
| YUV | 105.65 | 193.09 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 221 | 0.97 | 0.39 | 0 | 0.13 | 204.28 | 0.95 | 0.45 |
| Hex | 6 | 86 | DD | 61 | 27 | 0 | D | CC | 5F | 2D |
| Octal | 6 | 206 | 335 | 141 | 47 | 0 | 15 | 314 | 137 | 55 |
| Binary | 110 | 10000110 | 11011101 | 1100001 | 100111 | 0 | 1101 | 11001100 | 1011111 | 101101 |
Color Harmonies of #0686DD
Complementary color
Monochromatic Colors of #0686DD
Black with #0686DD
Text Example
Text Example
White with #0686DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0686DD; }
p { color: rgb(6,134,221); }
H1.HeaderClassName
{
color: #0686DD;
}
.AnyTagClassName
{
color: #0686DD;
}
</style>
background-color css
<style>
a { background-color: #0686DD; }
a { background-color: rgb(6,134,221); }
div.DivClassName
{
background-color: #0686DD;
}
.BgClassName
{
background-color: #0686DD;
}
</style>
border-color css
<style>
span { border-color: #0686DD; }
span { border-color: rgb(6,134,221); }
td.TdClassName
{
border-color: #0686DD;
}
.TagClassName
{
border-color: #0686DD;
}
</style>