Shades of Navy Blue #0678CB
Tints of Navy Blue #0678CB
RGB
CMYK
RGB Variations
Color information
#0678CB (or 0x0678CB) is known color: Navy Blue. HEX triplet: 06, 78 and CB. RGB value is (6,120,203). Sum of RGB (Red+Green+Blue) = 6+120+203=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #0678CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0678CB is #F98734. Grayscale: #5E5E5E. Windows color (decimal): -16353077 or 13334534. OLE color: 13334534.
HSL color Cylindrical-coordinate representation of color #0678CB: hue angle of 205.28º 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 #0678CB is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 120 | 203 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.20 |
| HSL | 205.28º | 0.94% | 0.41% | - |
| HSV(B) | 205.28º | 0.97% | 0.8% | - |
| XYZ | 17.57 | 17.78 | 59.01 | - |
| YUV | 95.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 203 | 0.97 | 0.41 | 0 | 0.20 | 205.28 | 0.94 | 0.41 |
| Hex | 6 | 78 | CB | 61 | 29 | 0 | 14 | CD | 5E | 29 |
| Octal | 6 | 170 | 313 | 141 | 51 | 0 | 24 | 315 | 136 | 51 |
| Binary | 110 | 1111000 | 11001011 | 1100001 | 101001 | 0 | 10100 | 11001101 | 1011110 | 101001 |
Color Harmonies of #0678CB
Complementary color
Monochromatic Colors of #0678CB
Black with #0678CB
Text Example
Text Example
White with #0678CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0678CB; }
p { color: rgb(6,120,203); }
H1.HeaderClassName
{
color: #0678CB;
}
.AnyTagClassName
{
color: #0678CB;
}
</style>
background-color css
<style>
a { background-color: #0678CB; }
a { background-color: rgb(6,120,203); }
div.DivClassName
{
background-color: #0678CB;
}
.BgClassName
{
background-color: #0678CB;
}
</style>
border-color css
<style>
span { border-color: #0678CB; }
span { border-color: rgb(6,120,203); }
td.TdClassName
{
border-color: #0678CB;
}
.TagClassName
{
border-color: #0678CB;
}
</style>