Html Css Color HEX #064FE7 Navy Blue

📋 copy color: '#064FE7'

red 6 ◦ green 79 ◦ blue 231

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

Shades of Navy Blue #064FE7

Tints of Navy Blue #064FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 73.1%

R = 1.9%
G = 25%
B = 73.1%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#064FE7 (or 0x064FE7) is known color: Navy Blue. HEX triplet: 06, 4F and E7. RGB value is (6,79,231). Sum of RGB (Red+Green+Blue) = 6+79+231=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 231 (90.62% from 255 or 73.10% from 316); Max value from RGB is 231 - color contains mainly: blue. Hex color #064FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064FE7 is #F9B018. Grayscale: #494949. Windows color (decimal): -16363545 or 15159046. OLE color: 15159046.

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

Color convert

RGB 6 79 231 -
CMYK 0.97 0.66 0 0.09
HSL 220.53º 0.95% 0.46% -
HSV(B) 220.53º 0.97% 0.91% -
XYZ 17.29 11.4 76.89 -
YUV 74.5 216.32 79.14 -
System Red Green Blue C M Y K H S L
Decimal 6 79 231 0.97 0.66 0 0.09 220.53 0.95 0.46
Hex 6 4F E7 61 42 0 9 DD 5F 2E
Octal 6 117 347 141 102 0 11 335 137 56
Binary 110 1001111 11100111 1100001 1000010 0 1001 11011101 1011111 101110

Color Harmonies of #064FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FE7

Black with #064FE7

Text Example


Text Example

White with #064FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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