Shades of Navy Blue #064EFB
Tints of Navy Blue #064EFB
RGB
CMYK
RGB Variations
Color information
#064EFB (or 0x064EFB) is known color: Navy Blue. HEX triplet: 06, 4E and FB. RGB value is (6,78,251). Sum of RGB (Red+Green+Blue) = 6+78+251=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #064EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EFB is #F9B104. Grayscale: #4B4B4B. Windows color (decimal): -16363781 or 16469510. OLE color: 16469510.
HSL color Cylindrical-coordinate representation of color #064EFB: hue angle of 222.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064EFB is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 78 | 251 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.02 |
| HSL | 222.37º | 0.97% | 0.5% | - |
| HSV(B) | 222.37º | 0.98% | 0.98% | - |
| XYZ | 20.21 | 12.45 | 92.61 | - |
| YUV | 76.19 | 226.65 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 251 | 0.98 | 0.69 | 0 | 0.02 | 222.37 | 0.97 | 0.5 |
| Hex | 6 | 4E | FB | 62 | 45 | 0 | 2 | DE | 61 | 32 |
| Octal | 6 | 116 | 373 | 142 | 105 | 0 | 2 | 336 | 141 | 62 |
| Binary | 110 | 1001110 | 11111011 | 1100010 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110010 |
Color Harmonies of #064EFB
Complementary color
Monochromatic Colors of #064EFB
Black with #064EFB
Text Example
Text Example
White with #064EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064EFB; }
p { color: rgb(6,78,251); }
H1.HeaderClassName
{
color: #064EFB;
}
.AnyTagClassName
{
color: #064EFB;
}
</style>
background-color css
<style>
a { background-color: #064EFB; }
a { background-color: rgb(6,78,251); }
div.DivClassName
{
background-color: #064EFB;
}
.BgClassName
{
background-color: #064EFB;
}
</style>
border-color css
<style>
span { border-color: #064EFB; }
span { border-color: rgb(6,78,251); }
td.TdClassName
{
border-color: #064EFB;
}
.TagClassName
{
border-color: #064EFB;
}
</style>