Shades of Navy Blue #064AF2
Tints of Navy Blue #064AF2
RGB
CMYK
RGB Variations
Color information
#064AF2 (or 0x064AF2) is known color: Navy Blue. HEX triplet: 06, 4A and F2. RGB value is (6,74,242). Sum of RGB (Red+Green+Blue) = 6+74+242=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #064AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AF2 is #F9B50D. Grayscale: #484848. Windows color (decimal): -16364814 or 15878662. OLE color: 15878662.
HSL color Cylindrical-coordinate representation of color #064AF2: hue angle of 222.71º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064AF2 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 74 | 242 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.05 |
| HSL | 222.71º | 0.95% | 0.49% | - |
| HSV(B) | 222.71º | 0.98% | 0.95% | - |
| XYZ | 18.55 | 11.35 | 85.22 | - |
| YUV | 72.82 | 223.47 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 242 | 0.98 | 0.69 | 0 | 0.05 | 222.71 | 0.95 | 0.49 |
| Hex | 6 | 4A | F2 | 62 | 45 | 0 | 5 | DF | 5F | 31 |
| Octal | 6 | 112 | 362 | 142 | 105 | 0 | 5 | 337 | 137 | 61 |
| Binary | 110 | 1001010 | 11110010 | 1100010 | 1000101 | 0 | 101 | 11011111 | 1011111 | 110001 |
Color Harmonies of #064AF2
Complementary color
Monochromatic Colors of #064AF2
Black with #064AF2
Text Example
Text Example
White with #064AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064AF2; }
p { color: rgb(6,74,242); }
H1.HeaderClassName
{
color: #064AF2;
}
.AnyTagClassName
{
color: #064AF2;
}
</style>
background-color css
<style>
a { background-color: #064AF2; }
a { background-color: rgb(6,74,242); }
div.DivClassName
{
background-color: #064AF2;
}
.BgClassName
{
background-color: #064AF2;
}
</style>
border-color css
<style>
span { border-color: #064AF2; }
span { border-color: rgb(6,74,242); }
td.TdClassName
{
border-color: #064AF2;
}
.TagClassName
{
border-color: #064AF2;
}
</style>