Shades of Navy Blue #0650FE
Tints of Navy Blue #0650FE
RGB
CMYK
RGB Variations
Color information
#0650FE (or 0x0650FE) is known color: Navy Blue. HEX triplet: 06, 50 and FE. RGB value is (6,80,254). Sum of RGB (Red+Green+Blue) = 6+80+254=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0650FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0650FE is #F9AF01. Grayscale: #4C4C4C. Windows color (decimal): -16363266 or 16666630. OLE color: 16666630.
HSL color Cylindrical-coordinate representation of color #0650FE: hue angle of 222.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0650FE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 80 | 254 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.00 |
| HSL | 222.1º | 0.99% | 0.51% | - |
| HSV(B) | 222.1º | 0.98% | 1% | - |
| XYZ | 20.83 | 12.93 | 95.16 | - |
| YUV | 77.71 | 227.48 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 254 | 0.98 | 0.69 | 0 | 0.00 | 222.1 | 0.99 | 0.51 |
| Hex | 6 | 50 | FE | 62 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 6 | 120 | 376 | 142 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 110 | 1010000 | 11111110 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #0650FE
Complementary color
Monochromatic Colors of #0650FE
Black with #0650FE
Text Example
Text Example
White with #0650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650FE; }
p { color: rgb(6,80,254); }
H1.HeaderClassName
{
color: #0650FE;
}
.AnyTagClassName
{
color: #0650FE;
}
</style>
background-color css
<style>
a { background-color: #0650FE; }
a { background-color: rgb(6,80,254); }
div.DivClassName
{
background-color: #0650FE;
}
.BgClassName
{
background-color: #0650FE;
}
</style>
border-color css
<style>
span { border-color: #0650FE; }
span { border-color: rgb(6,80,254); }
td.TdClassName
{
border-color: #0650FE;
}
.TagClassName
{
border-color: #0650FE;
}
</style>