Html Css Color HEX #064CE5 Navy Blue

📋 copy color: '#064CE5'

red 6 ◦ green 76 ◦ blue 229

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

Shades of Navy Blue #064CE5

Tints of Navy Blue #064CE5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 229 (89.84% from 255) = 73.63%

R = 1.93%
G = 24.44%
B = 73.63%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#064CE5 (or 0x064CE5) is known color: Navy Blue. HEX triplet: 06, 4C and E5. RGB value is (6,76,229). Sum of RGB (Red+Green+Blue) = 6+76+229=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 229 (89.84% from 255 or 73.63% from 311); Max value from RGB is 229 - color contains mainly: blue. Hex color #064CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CE5 is #F9B31A. Grayscale: #474747. Windows color (decimal): -16364315 or 15027206. OLE color: 15027206.

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

Color convert

RGB 6 76 229 -
CMYK 0.97 0.67 0 0.10
HSL 221.17º 0.95% 0.46% -
HSV(B) 221.17º 0.97% 0.9% -
XYZ 16.8 10.86 75.34 -
YUV 72.51 216.31 80.56 -
System Red Green Blue C M Y K H S L
Decimal 6 76 229 0.97 0.67 0 0.10 221.17 0.95 0.46
Hex 6 4C E5 61 43 0 A DD 5F 2E
Octal 6 114 345 141 103 0 12 335 137 56
Binary 110 1001100 11100101 1100001 1000011 0 1010 11011101 1011111 101110

Color Harmonies of #064CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CE5

Black with #064CE5

Text Example


Text Example

White with #064CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,229); }

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

background-color css

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

 a { background-color: rgb(6,76,229); }

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

border-color css

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

 span { border-color: rgb(6,76,229); }

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