Shades of Navy Blue #0647FE
Tints of Navy Blue #0647FE
RGB
CMYK
RGB Variations
Color information
#0647FE (or 0x0647FE) is known color: Navy Blue. HEX triplet: 06, 47 and FE. RGB value is (6,71,254). Sum of RGB (Red+Green+Blue) = 6+71+254=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #0647FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0647FE is #F9B801. Grayscale: #474747. Windows color (decimal): -16365570 or 16664326. OLE color: 16664326.
HSL color Cylindrical-coordinate representation of color #0647FE: hue angle of 224.27º 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 #0647FE is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 71 | 254 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.00 |
| HSL | 224.27º | 0.99% | 0.51% | - |
| HSV(B) | 224.27º | 0.98% | 1% | - |
| XYZ | 20.22 | 11.7 | 94.96 | - |
| YUV | 72.43 | 230.47 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 254 | 0.98 | 0.72 | 0 | 0.00 | 224.27 | 0.99 | 0.51 |
| Hex | 6 | 47 | FE | 62 | 48 | 0 | 0 | E0 | 63 | 33 |
| Octal | 6 | 107 | 376 | 142 | 110 | 0 | 0 | 340 | 143 | 63 |
| Binary | 110 | 1000111 | 11111110 | 1100010 | 1001000 | 0 | 0 | 11100000 | 1100011 | 110011 |
Color Harmonies of #0647FE
Complementary color
Monochromatic Colors of #0647FE
Black with #0647FE
Text Example
Text Example
White with #0647FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0647FE; }
p { color: rgb(6,71,254); }
H1.HeaderClassName
{
color: #0647FE;
}
.AnyTagClassName
{
color: #0647FE;
}
</style>
background-color css
<style>
a { background-color: #0647FE; }
a { background-color: rgb(6,71,254); }
div.DivClassName
{
background-color: #0647FE;
}
.BgClassName
{
background-color: #0647FE;
}
</style>
border-color css
<style>
span { border-color: #0647FE; }
span { border-color: rgb(6,71,254); }
td.TdClassName
{
border-color: #0647FE;
}
.TagClassName
{
border-color: #0647FE;
}
</style>