Shades of Navy Blue #0650CE
Tints of Navy Blue #0650CE
RGB
CMYK
RGB Variations
Color information
#0650CE (or 0x0650CE) is known color: Navy Blue. HEX triplet: 06, 50 and CE. RGB value is (6,80,206). Sum of RGB (Red+Green+Blue) = 6+80+206=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0650CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650CE is #F9AF31. Grayscale: #474747. Windows color (decimal): -16363314 or 13520902. OLE color: 13520902.
HSL color Cylindrical-coordinate representation of color #0650CE: hue angle of 217.8º 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 #0650CE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 80 | 206 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.19 |
| HSL | 217.8º | 0.94% | 0.42% | - |
| HSV(B) | 217.8º | 0.97% | 0.81% | - |
| XYZ | 14.08 | 10.23 | 59.63 | - |
| YUV | 72.24 | 203.48 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 206 | 0.97 | 0.61 | 0 | 0.19 | 217.8 | 0.94 | 0.42 |
| Hex | 6 | 50 | CE | 61 | 3D | 0 | 13 | DA | 5E | 2A |
| Octal | 6 | 120 | 316 | 141 | 75 | 0 | 23 | 332 | 136 | 52 |
| Binary | 110 | 1010000 | 11001110 | 1100001 | 111101 | 0 | 10011 | 11011010 | 1011110 | 101010 |
Color Harmonies of #0650CE
Complementary color
Monochromatic Colors of #0650CE
Black with #0650CE
Text Example
Text Example
White with #0650CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650CE; }
p { color: rgb(6,80,206); }
H1.HeaderClassName
{
color: #0650CE;
}
.AnyTagClassName
{
color: #0650CE;
}
</style>
background-color css
<style>
a { background-color: #0650CE; }
a { background-color: rgb(6,80,206); }
div.DivClassName
{
background-color: #0650CE;
}
.BgClassName
{
background-color: #0650CE;
}
</style>
border-color css
<style>
span { border-color: #0650CE; }
span { border-color: rgb(6,80,206); }
td.TdClassName
{
border-color: #0650CE;
}
.TagClassName
{
border-color: #0650CE;
}
</style>