Html Css Color HEX #064DEE Navy Blue

📋 copy color: '#064DEE'

red 6 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #064DEE

Tints of Navy Blue #064DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

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

R = 1.87%
G = 23.99%
B = 74.14%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064DEE (or 0x064DEE) is known color: Navy Blue. HEX triplet: 06, 4D and EE. RGB value is (6,77,238). Sum of RGB (Red+Green+Blue) = 6+77+238=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #064DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DEE is #F9B211. Grayscale: #494949. Windows color (decimal): -16364050 or 15617286. OLE color: 15617286.

HSL color Cylindrical-coordinate representation of color #064DEE: hue angle of 221.64º 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 #064DEE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 77 238 -
CMYK 0.97 0.68 0 0.07
HSL 221.64º 0.95% 0.48% -
HSV(B) 221.64º 0.97% 0.93% -
XYZ 18.16 11.52 82.16 -
YUV 74.13 220.48 79.41 -
System Red Green Blue C M Y K H S L
Decimal 6 77 238 0.97 0.68 0 0.07 221.64 0.95 0.48
Hex 6 4D EE 61 44 0 7 DE 5F 30
Octal 6 115 356 141 104 0 7 336 137 60
Binary 110 1001101 11101110 1100001 1000100 0 111 11011110 1011111 110000

Color Harmonies of #064DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DEE

Black with #064DEE

Text Example


Text Example

White with #064DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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