Html Css Color HEX #064EE2 Navy Blue

📋 copy color: '#064EE2'

red 6 ◦ green 78 ◦ blue 226

#064EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #064EE2

Tints of Navy Blue #064EE2

RGB

 RED value IS 6 (2.73% from 255) = 1.94%

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 226 (88.67% from 255) = 72.9%

R = 1.94%
G = 25.16%
B = 72.9%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#064EE2 (or 0x064EE2) is known color: Navy Blue. HEX triplet: 06, 4E and E2. RGB value is (6,78,226). Sum of RGB (Red+Green+Blue) = 6+78+226=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 226 (88.67% from 255 or 72.90% from 310); Max value from RGB is 226 - color contains mainly: blue. Hex color #064EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064EE2 is #F9B11D. Grayscale: #484848. Windows color (decimal): -16363806 or 14831110. OLE color: 14831110.

HSL color Cylindrical-coordinate representation of color #064EE2: hue angle of 220.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EE2 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 78 226 -
CMYK 0.97 0.65 0 0.11
HSL 220.36º 0.95% 0.45% -
HSV(B) 220.36º 0.97% 0.89% -
XYZ 16.53 10.98 73.2 -
YUV 73.34 214.15 79.97 -
System Red Green Blue C M Y K H S L
Decimal 6 78 226 0.97 0.65 0 0.11 220.36 0.95 0.45
Hex 6 4E E2 61 41 0 B DC 5F 2D
Octal 6 116 342 141 101 0 13 334 137 55
Binary 110 1001110 11100010 1100001 1000001 0 1011 11011100 1011111 101101

Color Harmonies of #064EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EE2

Black with #064EE2

Text Example


Text Example

White with #064EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064EE2; }

 p { color: rgb(6,78,226); }

 H1.HeaderClassName
 {
   color: #064EE2;
 }
 .AnyTagClassName
 {
   color: #064EE2;
 }
</style>

background-color css

<style>
 a { background-color: #064EE2; }

 a { background-color: rgb(6,78,226); }

 div.DivClassName
 {
   background-color: #064EE2;
 }
 .BgClassName
 {
   background-color: #064EE2;
 }
</style>

border-color css

<style>
 span { border-color: #064EE2; }

 span { border-color: rgb(6,78,226); }

 td.TdClassName
 {
   border-color: #064EE2;
 }
 .TagClassName
 {
   border-color: #064EE2;
 }
</style>