Shades of Navy Blue #0676DB
Tints of Navy Blue #0676DB
RGB
CMYK
RGB Variations
Color information
#0676DB (or 0x0676DB) is known color: Navy Blue. HEX triplet: 06, 76 and DB. RGB value is (6,118,219). Sum of RGB (Red+Green+Blue) = 6+118+219=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0676DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676DB is #F98924. Grayscale: #5F5F5F. Windows color (decimal): -16353573 or 14382598. OLE color: 14382598.
HSL color Cylindrical-coordinate representation of color #0676DB: hue angle of 208.45º 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 #0676DB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 118 | 219 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.14 |
| HSL | 208.45º | 0.95% | 0.44% | - |
| HSV(B) | 208.45º | 0.97% | 0.86% | - |
| XYZ | 19.34 | 18.11 | 69.49 | - |
| YUV | 96.03 | 197.39 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 219 | 0.97 | 0.46 | 0 | 0.14 | 208.45 | 0.95 | 0.44 |
| Hex | 6 | 76 | DB | 61 | 2E | 0 | E | D0 | 5F | 2C |
| Octal | 6 | 166 | 333 | 141 | 56 | 0 | 16 | 320 | 137 | 54 |
| Binary | 110 | 1110110 | 11011011 | 1100001 | 101110 | 0 | 1110 | 11010000 | 1011111 | 101100 |
Color Harmonies of #0676DB
Complementary color
Monochromatic Colors of #0676DB
Black with #0676DB
Text Example
Text Example
White with #0676DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0676DB; }
p { color: rgb(6,118,219); }
H1.HeaderClassName
{
color: #0676DB;
}
.AnyTagClassName
{
color: #0676DB;
}
</style>
background-color css
<style>
a { background-color: #0676DB; }
a { background-color: rgb(6,118,219); }
div.DivClassName
{
background-color: #0676DB;
}
.BgClassName
{
background-color: #0676DB;
}
</style>
border-color css
<style>
span { border-color: #0676DB; }
span { border-color: rgb(6,118,219); }
td.TdClassName
{
border-color: #0676DB;
}
.TagClassName
{
border-color: #0676DB;
}
</style>