Html Css Color HEX #064EEE Navy Blue

📋 copy color: '#064EEE'

red 6 ◦ green 78 ◦ blue 238

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

Shades of Navy Blue #064EEE

Tints of Navy Blue #064EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 1.86%
G = 24.22%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064EEE (or 0x064EEE) is known color: Navy Blue. HEX triplet: 06, 4E and EE. RGB value is (6,78,238). Sum of RGB (Red+Green+Blue) = 6+78+238=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #064EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EEE is #F9B111. Grayscale: #4A4A4A. Windows color (decimal): -16363794 or 15617542. OLE color: 15617542.

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

Color convert

RGB 6 78 238 -
CMYK 0.97 0.67 0 0.07
HSL 221.38º 0.95% 0.48% -
HSV(B) 221.38º 0.97% 0.93% -
XYZ 18.23 11.66 82.18 -
YUV 74.71 220.15 78.99 -
System Red Green Blue C M Y K H S L
Decimal 6 78 238 0.97 0.67 0 0.07 221.38 0.95 0.48
Hex 6 4E EE 61 43 0 7 DD 5F 30
Octal 6 116 356 141 103 0 7 335 137 60
Binary 110 1001110 11101110 1100001 1000011 0 111 11011101 1011111 110000

Color Harmonies of #064EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064EEE

Black with #064EEE

Text Example


Text Example

White with #064EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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