Shades of Navy Blue #0677DB
Tints of Navy Blue #0677DB
RGB
CMYK
RGB Variations
Color information
#0677DB (or 0x0677DB) is known color: Navy Blue. HEX triplet: 06, 77 and DB. RGB value is (6,119,219). Sum of RGB (Red+Green+Blue) = 6+119+219=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #0677DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677DB is #F98824. Grayscale: #606060. Windows color (decimal): -16353317 or 14382854. OLE color: 14382854.
HSL color Cylindrical-coordinate representation of color #0677DB: hue angle of 208.17º 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 #0677DB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 119 | 219 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.14 |
| HSL | 208.17º | 0.95% | 0.44% | - |
| HSV(B) | 208.17º | 0.97% | 0.86% | - |
| XYZ | 19.46 | 18.35 | 69.53 | - |
| YUV | 96.61 | 197.06 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 219 | 0.97 | 0.46 | 0 | 0.14 | 208.17 | 0.95 | 0.44 |
| Hex | 6 | 77 | DB | 61 | 2E | 0 | E | D0 | 5F | 2C |
| Octal | 6 | 167 | 333 | 141 | 56 | 0 | 16 | 320 | 137 | 54 |
| Binary | 110 | 1110111 | 11011011 | 1100001 | 101110 | 0 | 1110 | 11010000 | 1011111 | 101100 |
Color Harmonies of #0677DB
Complementary color
Monochromatic Colors of #0677DB
Black with #0677DB
Text Example
Text Example
White with #0677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0677DB; }
p { color: rgb(6,119,219); }
H1.HeaderClassName
{
color: #0677DB;
}
.AnyTagClassName
{
color: #0677DB;
}
</style>
background-color css
<style>
a { background-color: #0677DB; }
a { background-color: rgb(6,119,219); }
div.DivClassName
{
background-color: #0677DB;
}
.BgClassName
{
background-color: #0677DB;
}
</style>
border-color css
<style>
span { border-color: #0677DB; }
span { border-color: rgb(6,119,219); }
td.TdClassName
{
border-color: #0677DB;
}
.TagClassName
{
border-color: #0677DB;
}
</style>