Shades of Navy Blue #0640EE
Tints of Navy Blue #0640EE
RGB
CMYK
RGB Variations
Color information
#0640EE (or 0x0640EE) is known color: Navy Blue. HEX triplet: 06, 40 and EE. RGB value is (6,64,238). Sum of RGB (Red+Green+Blue) = 6+64+238=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #0640EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0640EE is #F9BF11. Grayscale: #414141. Windows color (decimal): -16367378 or 15613958. OLE color: 15613958.
HSL color Cylindrical-coordinate representation of color #0640EE: hue angle of 225º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640EE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 64 | 238 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.07 |
| HSL | 225º | 0.95% | 0.48% | - |
| HSV(B) | 225º | 0.97% | 0.93% | - |
| XYZ | 17.34 | 9.88 | 81.88 | - |
| YUV | 66.49 | 224.78 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 238 | 0.97 | 0.73 | 0 | 0.07 | 225 | 0.95 | 0.48 |
| Hex | 6 | 40 | EE | 61 | 49 | 0 | 7 | E1 | 5F | 30 |
| Octal | 6 | 100 | 356 | 141 | 111 | 0 | 7 | 341 | 137 | 60 |
| Binary | 110 | 1000000 | 11101110 | 1100001 | 1001001 | 0 | 111 | 11100001 | 1011111 | 110000 |
Color Harmonies of #0640EE
Complementary color
Monochromatic Colors of #0640EE
Black with #0640EE
Text Example
Text Example
White with #0640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640EE; }
p { color: rgb(6,64,238); }
H1.HeaderClassName
{
color: #0640EE;
}
.AnyTagClassName
{
color: #0640EE;
}
</style>
background-color css
<style>
a { background-color: #0640EE; }
a { background-color: rgb(6,64,238); }
div.DivClassName
{
background-color: #0640EE;
}
.BgClassName
{
background-color: #0640EE;
}
</style>
border-color css
<style>
span { border-color: #0640EE; }
span { border-color: rgb(6,64,238); }
td.TdClassName
{
border-color: #0640EE;
}
.TagClassName
{
border-color: #0640EE;
}
</style>