Shades of Navy Blue #064AFE
Tints of Navy Blue #064AFE
RGB
CMYK
RGB Variations
Color information
#064AFE (or 0x064AFE) is known color: Navy Blue. HEX triplet: 06, 4A and FE. RGB value is (6,74,254). Sum of RGB (Red+Green+Blue) = 6+74+254=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #064AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AFE is #F9B501. Grayscale: #494949. Windows color (decimal): -16364802 or 16665094. OLE color: 16665094.
HSL color Cylindrical-coordinate representation of color #064AFE: hue angle of 223.55º 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 #064AFE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 74 | 254 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.00 |
| HSL | 223.55º | 0.99% | 0.51% | - |
| HSV(B) | 223.55º | 0.98% | 1% | - |
| XYZ | 20.41 | 12.09 | 95.02 | - |
| YUV | 74.19 | 229.47 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 254 | 0.98 | 0.71 | 0 | 0.00 | 223.55 | 0.99 | 0.51 |
| Hex | 6 | 4A | FE | 62 | 47 | 0 | 0 | E0 | 63 | 33 |
| Octal | 6 | 112 | 376 | 142 | 107 | 0 | 0 | 340 | 143 | 63 |
| Binary | 110 | 1001010 | 11111110 | 1100010 | 1000111 | 0 | 0 | 11100000 | 1100011 | 110011 |
Color Harmonies of #064AFE
Complementary color
Monochromatic Colors of #064AFE
Black with #064AFE
Text Example
Text Example
White with #064AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AFE; }
p { color: rgb(6,74,254); }
H1.HeaderClassName
{
color: #064AFE;
}
.AnyTagClassName
{
color: #064AFE;
}
</style>
background-color css
<style>
a { background-color: #064AFE; }
a { background-color: rgb(6,74,254); }
div.DivClassName
{
background-color: #064AFE;
}
.BgClassName
{
background-color: #064AFE;
}
</style>
border-color css
<style>
span { border-color: #064AFE; }
span { border-color: rgb(6,74,254); }
td.TdClassName
{
border-color: #064AFE;
}
.TagClassName
{
border-color: #064AFE;
}
</style>