Html Css Color HEX #064CE0 Navy Blue

📋 copy color: '#064CE0'

red 6 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #064CE0

Tints of Navy Blue #064CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 1.96%
G = 24.84%
B = 73.2%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#064CE0 (or 0x064CE0) is known color: Navy Blue. HEX triplet: 06, 4C and E0. RGB value is (6,76,224). Sum of RGB (Red+Green+Blue) = 6+76+224=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #064CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CE0 is #F9B31F. Grayscale: #474747. Windows color (decimal): -16364320 or 14699526. OLE color: 14699526.

HSL color Cylindrical-coordinate representation of color #064CE0: hue angle of 220.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064CE0 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 76 224 -
CMYK 0.97 0.66 0 0.12
HSL 220.73º 0.95% 0.45% -
HSV(B) 220.73º 0.97% 0.88% -
XYZ 16.11 10.59 71.72 -
YUV 71.94 213.81 80.97 -
System Red Green Blue C M Y K H S L
Decimal 6 76 224 0.97 0.66 0 0.12 220.73 0.95 0.45
Hex 6 4C E0 61 42 0 C DD 5F 2D
Octal 6 114 340 141 102 0 14 335 137 55
Binary 110 1001100 11100000 1100001 1000010 0 1100 11011101 1011111 101101

Color Harmonies of #064CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CE0

Black with #064CE0

Text Example


Text Example

White with #064CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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