Shades of Navy Blue #0680CC
Tints of Navy Blue #0680CC
RGB
CMYK
RGB Variations
Color information
#0680CC (or 0x0680CC) is known color: Navy Blue. HEX triplet: 06, 80 and CC. RGB value is (6,128,204). Sum of RGB (Red+Green+Blue) = 6+128+204=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #0680CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680CC is #F97F33. Grayscale: #636363. Windows color (decimal): -16351028 or 13402118. OLE color: 13402118.
HSL color Cylindrical-coordinate representation of color #0680CC: hue angle of 203.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680CC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 128 | 204 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.2 |
| HSL | 203.03º | 0.94% | 0.41% | - |
| HSV(B) | 203.03º | 0.97% | 0.8% | - |
| XYZ | 18.69 | 19.84 | 59.97 | - |
| YUV | 100.19 | 186.58 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 204 | 0.97 | 0.37 | 0 | 0.2 | 203.03 | 0.94 | 0.41 |
| Hex | 6 | 80 | CC | 61 | 25 | 0 | 14 | CB | 5E | 29 |
| Octal | 6 | 200 | 314 | 141 | 45 | 0 | 24 | 313 | 136 | 51 |
| Binary | 110 | 10000000 | 11001100 | 1100001 | 100101 | 0 | 10100 | 11001011 | 1011110 | 101001 |
Color Harmonies of #0680CC
Complementary color
Monochromatic Colors of #0680CC
Black with #0680CC
Text Example
Text Example
White with #0680CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680CC; }
p { color: rgb(6,128,204); }
H1.HeaderClassName
{
color: #0680CC;
}
.AnyTagClassName
{
color: #0680CC;
}
</style>
background-color css
<style>
a { background-color: #0680CC; }
a { background-color: rgb(6,128,204); }
div.DivClassName
{
background-color: #0680CC;
}
.BgClassName
{
background-color: #0680CC;
}
</style>
border-color css
<style>
span { border-color: #0680CC; }
span { border-color: rgb(6,128,204); }
td.TdClassName
{
border-color: #0680CC;
}
.TagClassName
{
border-color: #0680CC;
}
</style>