Shades of Navy Blue #0640FD
Tints of Navy Blue #0640FD
RGB
CMYK
RGB Variations
Color information
#0640FD (or 0x0640FD) is known color: Navy Blue. HEX triplet: 06, 40 and FD. RGB value is (6,64,253). Sum of RGB (Red+Green+Blue) = 6+64+253=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #0640FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0640FD is #F9BF02. Grayscale: #434343. Windows color (decimal): -16367363 or 16596998. OLE color: 16596998.
HSL color Cylindrical-coordinate representation of color #0640FD: hue angle of 225.91º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0640FD is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 64 | 253 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.01 |
| HSL | 225.91º | 0.98% | 0.51% | - |
| HSV(B) | 225.91º | 0.98% | 0.99% | - |
| XYZ | 19.64 | 10.8 | 93.98 | - |
| YUV | 68.2 | 232.28 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 253 | 0.98 | 0.75 | 0 | 0.01 | 225.91 | 0.98 | 0.51 |
| Hex | 6 | 40 | FD | 62 | 4B | 0 | 1 | E2 | 62 | 33 |
| Octal | 6 | 100 | 375 | 142 | 113 | 0 | 1 | 342 | 142 | 63 |
| Binary | 110 | 1000000 | 11111101 | 1100010 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #0640FD
Complementary color
Monochromatic Colors of #0640FD
Black with #0640FD
Text Example
Text Example
White with #0640FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640FD; }
p { color: rgb(6,64,253); }
H1.HeaderClassName
{
color: #0640FD;
}
.AnyTagClassName
{
color: #0640FD;
}
</style>
background-color css
<style>
a { background-color: #0640FD; }
a { background-color: rgb(6,64,253); }
div.DivClassName
{
background-color: #0640FD;
}
.BgClassName
{
background-color: #0640FD;
}
</style>
border-color css
<style>
span { border-color: #0640FD; }
span { border-color: rgb(6,64,253); }
td.TdClassName
{
border-color: #0640FD;
}
.TagClassName
{
border-color: #0640FD;
}
</style>