Html Css Color HEX #064CE4 Navy Blue

📋 copy color: '#064CE4'

red 6 ◦ green 76 ◦ blue 228

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

Shades of Navy Blue #064CE4

Tints of Navy Blue #064CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 73.55%

R = 1.94%
G = 24.52%
B = 73.55%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#064CE4 (or 0x064CE4) is known color: Navy Blue. HEX triplet: 06, 4C and E4. RGB value is (6,76,228). Sum of RGB (Red+Green+Blue) = 6+76+228=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 228 (89.45% from 255 or 73.55% from 310); Max value from RGB is 228 - color contains mainly: blue. Hex color #064CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CE4 is #F9B31B. Grayscale: #474747. Windows color (decimal): -16364316 or 14961670. OLE color: 14961670.

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

Color convert

RGB 6 76 228 -
CMYK 0.97 0.67 0 0.11
HSL 221.08º 0.95% 0.46% -
HSV(B) 221.08º 0.97% 0.89% -
XYZ 16.66 10.81 74.61 -
YUV 72.4 215.81 80.64 -
System Red Green Blue C M Y K H S L
Decimal 6 76 228 0.97 0.67 0 0.11 221.08 0.95 0.46
Hex 6 4C E4 61 43 0 B DD 5F 2E
Octal 6 114 344 141 103 0 13 335 137 56
Binary 110 1001100 11100100 1100001 1000011 0 1011 11011101 1011111 101110

Color Harmonies of #064CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CE4

Black with #064CE4

Text Example


Text Example

White with #064CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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