Html Css Color HEX #064EEA Navy Blue

📋 copy color: '#064EEA'

red 6 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #064EEA

Tints of Navy Blue #064EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.58%

R = 1.89%
G = 24.53%
B = 73.58%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#064EEA (or 0x064EEA) is known color: Navy Blue. HEX triplet: 06, 4E and EA. RGB value is (6,78,234). Sum of RGB (Red+Green+Blue) = 6+78+234=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #064EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EEA is #F9B115. Grayscale: #494949. Windows color (decimal): -16363798 or 15355398. OLE color: 15355398.

HSL color Cylindrical-coordinate representation of color #064EEA: hue angle of 221.05º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064EEA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 78 234 -
CMYK 0.97 0.67 0 0.08
HSL 221.05º 0.95% 0.47% -
HSV(B) 221.05º 0.97% 0.92% -
XYZ 17.65 11.43 79.12 -
YUV 74.26 218.15 79.32 -
System Red Green Blue C M Y K H S L
Decimal 6 78 234 0.97 0.67 0 0.08 221.05 0.95 0.47
Hex 6 4E EA 61 43 0 8 DD 5F 2F
Octal 6 116 352 141 103 0 10 335 137 57
Binary 110 1001110 11101010 1100001 1000011 0 1000 11011101 1011111 101111

Color Harmonies of #064EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EEA

Black with #064EEA

Text Example


Text Example

White with #064EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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