Html Css Color HEX #064FE0 Navy Blue

📋 copy color: '#064FE0'

red 6 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #064FE0

Tints of Navy Blue #064FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

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

R = 1.94%
G = 25.57%
B = 72.49%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#064FE0 (or 0x064FE0) is known color: Navy Blue. HEX triplet: 06, 4F and E0. RGB value is (6,79,224). Sum of RGB (Red+Green+Blue) = 6+79+224=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #064FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FE0 is #F9B01F. Grayscale: #494949. Windows color (decimal): -16363552 or 14700294. OLE color: 14700294.

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

Color convert

RGB 6 79 224 -
CMYK 0.97 0.65 0 0.12
HSL 219.91º 0.95% 0.45% -
HSV(B) 219.91º 0.97% 0.88% -
XYZ 16.33 11.01 71.79 -
YUV 73.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 6 79 224 0.97 0.65 0 0.12 219.91 0.95 0.45
Hex 6 4F E0 61 41 0 C DC 5F 2D
Octal 6 117 340 141 101 0 14 334 137 55
Binary 110 1001111 11100000 1100001 1000001 0 1100 11011100 1011111 101101

Color Harmonies of #064FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FE0

Black with #064FE0

Text Example


Text Example

White with #064FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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