Shades of Navy Blue #0677DD
Tints of Navy Blue #0677DD
RGB
CMYK
RGB Variations
Color information
#0677DD (or 0x0677DD) is known color: Navy Blue. HEX triplet: 06, 77 and DD. RGB value is (6,119,221). Sum of RGB (Red+Green+Blue) = 6+119+221=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #0677DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677DD is #F98822. Grayscale: #606060. Windows color (decimal): -16353315 or 14513926. OLE color: 14513926.
HSL color Cylindrical-coordinate representation of color #0677DD: hue angle of 208.47º 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 #0677DD is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 119 | 221 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.13 |
| HSL | 208.47º | 0.95% | 0.45% | - |
| HSV(B) | 208.47º | 0.97% | 0.87% | - |
| XYZ | 19.72 | 18.45 | 70.93 | - |
| YUV | 96.84 | 198.06 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 221 | 0.97 | 0.46 | 0 | 0.13 | 208.47 | 0.95 | 0.45 |
| Hex | 6 | 77 | DD | 61 | 2E | 0 | D | D0 | 5F | 2D |
| Octal | 6 | 167 | 335 | 141 | 56 | 0 | 15 | 320 | 137 | 55 |
| Binary | 110 | 1110111 | 11011101 | 1100001 | 101110 | 0 | 1101 | 11010000 | 1011111 | 101101 |
Color Harmonies of #0677DD
Complementary color
Monochromatic Colors of #0677DD
Black with #0677DD
Text Example
Text Example
White with #0677DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0677DD; }
p { color: rgb(6,119,221); }
H1.HeaderClassName
{
color: #0677DD;
}
.AnyTagClassName
{
color: #0677DD;
}
</style>
background-color css
<style>
a { background-color: #0677DD; }
a { background-color: rgb(6,119,221); }
div.DivClassName
{
background-color: #0677DD;
}
.BgClassName
{
background-color: #0677DD;
}
</style>
border-color css
<style>
span { border-color: #0677DD; }
span { border-color: rgb(6,119,221); }
td.TdClassName
{
border-color: #0677DD;
}
.TagClassName
{
border-color: #0677DD;
}
</style>