Shades of Navy Blue #0680CE
Tints of Navy Blue #0680CE
RGB
CMYK
RGB Variations
Color information
#0680CE (or 0x0680CE) is known color: Navy Blue. HEX triplet: 06, 80 and CE. RGB value is (6,128,206). Sum of RGB (Red+Green+Blue) = 6+128+206=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0680CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680CE is #F97F31. Grayscale: #636363. Windows color (decimal): -16351026 or 13533190. OLE color: 13533190.
HSL color Cylindrical-coordinate representation of color #0680CE: hue angle of 203.4º 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 #0680CE is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 128 | 206 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.19 |
| HSL | 203.4º | 0.94% | 0.42% | - |
| HSV(B) | 203.4º | 0.97% | 0.81% | - |
| XYZ | 18.93 | 19.93 | 61.24 | - |
| YUV | 100.41 | 187.58 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 206 | 0.97 | 0.38 | 0 | 0.19 | 203.4 | 0.94 | 0.42 |
| Hex | 6 | 80 | CE | 61 | 26 | 0 | 13 | CB | 5E | 2A |
| Octal | 6 | 200 | 316 | 141 | 46 | 0 | 23 | 313 | 136 | 52 |
| Binary | 110 | 10000000 | 11001110 | 1100001 | 100110 | 0 | 10011 | 11001011 | 1011110 | 101010 |
Color Harmonies of #0680CE
Complementary color
Monochromatic Colors of #0680CE
Black with #0680CE
Text Example
Text Example
White with #0680CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680CE; }
p { color: rgb(6,128,206); }
H1.HeaderClassName
{
color: #0680CE;
}
.AnyTagClassName
{
color: #0680CE;
}
</style>
background-color css
<style>
a { background-color: #0680CE; }
a { background-color: rgb(6,128,206); }
div.DivClassName
{
background-color: #0680CE;
}
.BgClassName
{
background-color: #0680CE;
}
</style>
border-color css
<style>
span { border-color: #0680CE; }
span { border-color: rgb(6,128,206); }
td.TdClassName
{
border-color: #0680CE;
}
.TagClassName
{
border-color: #0680CE;
}
</style>