Html Css Color HEX #064EEF Navy Blue

📋 copy color: '#064EEF'

red 6 ◦ green 78 ◦ blue 239

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

Shades of Navy Blue #064EEF

Tints of Navy Blue #064EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.99%

R = 1.86%
G = 24.15%
B = 73.99%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#064EEF (or 0x064EEF) is known color: Navy Blue. HEX triplet: 06, 4E and EF. RGB value is (6,78,239). Sum of RGB (Red+Green+Blue) = 6+78+239=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #064EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EEF is #F9B110. Grayscale: #4A4A4A. Windows color (decimal): -16363793 or 15683078. OLE color: 15683078.

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

Color convert

RGB 6 78 239 -
CMYK 0.97 0.67 0 0.06
HSL 221.46º 0.95% 0.48% -
HSV(B) 221.46º 0.97% 0.94% -
XYZ 18.38 11.72 82.95 -
YUV 74.83 220.65 78.91 -
System Red Green Blue C M Y K H S L
Decimal 6 78 239 0.97 0.67 0 0.06 221.46 0.95 0.48
Hex 6 4E EF 61 43 0 6 DD 5F 30
Octal 6 116 357 141 103 0 6 335 137 60
Binary 110 1001110 11101111 1100001 1000011 0 110 11011101 1011111 110000

Color Harmonies of #064EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EEF

Black with #064EEF

Text Example


Text Example

White with #064EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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