Shades of Navy Blue #0650CB
Tints of Navy Blue #0650CB
RGB
CMYK
RGB Variations
Color information
#0650CB (or 0x0650CB) is known color: Navy Blue. HEX triplet: 06, 50 and CB. RGB value is (6,80,203). Sum of RGB (Red+Green+Blue) = 6+80+203=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #0650CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650CB is #F9AF34. Grayscale: #474747. Windows color (decimal): -16363317 or 13324294. OLE color: 13324294.
HSL color Cylindrical-coordinate representation of color #0650CB: hue angle of 217.46º 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 #0650CB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 80 | 203 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.20 |
| HSL | 217.46º | 0.94% | 0.41% | - |
| HSV(B) | 217.46º | 0.97% | 0.8% | - |
| XYZ | 13.72 | 10.09 | 57.72 | - |
| YUV | 71.9 | 201.98 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 203 | 0.97 | 0.61 | 0 | 0.20 | 217.46 | 0.94 | 0.41 |
| Hex | 6 | 50 | CB | 61 | 3D | 0 | 14 | D9 | 5E | 29 |
| Octal | 6 | 120 | 313 | 141 | 75 | 0 | 24 | 331 | 136 | 51 |
| Binary | 110 | 1010000 | 11001011 | 1100001 | 111101 | 0 | 10100 | 11011001 | 1011110 | 101001 |
Color Harmonies of #0650CB
Complementary color
Monochromatic Colors of #0650CB
Black with #0650CB
Text Example
Text Example
White with #0650CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650CB; }
p { color: rgb(6,80,203); }
H1.HeaderClassName
{
color: #0650CB;
}
.AnyTagClassName
{
color: #0650CB;
}
</style>
background-color css
<style>
a { background-color: #0650CB; }
a { background-color: rgb(6,80,203); }
div.DivClassName
{
background-color: #0650CB;
}
.BgClassName
{
background-color: #0650CB;
}
</style>
border-color css
<style>
span { border-color: #0650CB; }
span { border-color: rgb(6,80,203); }
td.TdClassName
{
border-color: #0650CB;
}
.TagClassName
{
border-color: #0650CB;
}
</style>