Shades of Navy Blue #0677CF
Tints of Navy Blue #0677CF
RGB
CMYK
RGB Variations
Color information
#0677CF (or 0x0677CF) is known color: Navy Blue. HEX triplet: 06, 77 and CF. RGB value is (6,119,207). Sum of RGB (Red+Green+Blue) = 6+119+207=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #0677CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677CF is #F98830. Grayscale: #5E5E5E. Windows color (decimal): -16353329 or 13596422. OLE color: 13596422.
HSL color Cylindrical-coordinate representation of color #0677CF: hue angle of 206.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0677CF is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 119 | 207 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.19 |
| HSL | 206.27º | 0.94% | 0.42% | - |
| HSV(B) | 206.27º | 0.97% | 0.81% | - |
| XYZ | 17.93 | 17.74 | 61.51 | - |
| YUV | 95.25 | 191.06 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 207 | 0.97 | 0.43 | 0 | 0.19 | 206.27 | 0.94 | 0.42 |
| Hex | 6 | 77 | CF | 61 | 2B | 0 | 13 | CE | 5E | 2A |
| Octal | 6 | 167 | 317 | 141 | 53 | 0 | 23 | 316 | 136 | 52 |
| Binary | 110 | 1110111 | 11001111 | 1100001 | 101011 | 0 | 10011 | 11001110 | 1011110 | 101010 |
Color Harmonies of #0677CF
Complementary color
Monochromatic Colors of #0677CF
Black with #0677CF
Text Example
Text Example
White with #0677CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0677CF; }
p { color: rgb(6,119,207); }
H1.HeaderClassName
{
color: #0677CF;
}
.AnyTagClassName
{
color: #0677CF;
}
</style>
background-color css
<style>
a { background-color: #0677CF; }
a { background-color: rgb(6,119,207); }
div.DivClassName
{
background-color: #0677CF;
}
.BgClassName
{
background-color: #0677CF;
}
</style>
border-color css
<style>
span { border-color: #0677CF; }
span { border-color: rgb(6,119,207); }
td.TdClassName
{
border-color: #0677CF;
}
.TagClassName
{
border-color: #0677CF;
}
</style>