Html Css Color HEX #1340AE Egyptian Blue

📋 copy color: '#1340AE'

red 19 ◦ green 64 ◦ blue 174

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

Shades of Egyptian Blue #1340AE

Tints of Egyptian Blue #1340AE

RGB

 RED value IS 19 (7.81% from 255) = 7.39%

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 7.39%
G = 24.9%
B = 67.7%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1340AE (or 0x1340AE) is known color: Egyptian Blue. HEX triplet: 13, 40 and AE. RGB value is (19,64,174). Sum of RGB (Red+Green+Blue) = 19+64+174=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #1340AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1340AE is #ECBF51. Grayscale: #3E3E3E. Windows color (decimal): -15515474 or 11419667. OLE color: 11419667.

HSL color Cylindrical-coordinate representation of color #1340AE: hue angle of 222.58º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1340AE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 64 174 -
CMYK 0.89 0.63 0 0.32
HSL 222.58º 0.8% 0.38% -
HSV(B) 222.58º 0.89% 0.68% -
XYZ 9.74 6.86 40.86 -
YUV 63.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 19 64 174 0.89 0.63 0 0.32 222.58 0.8 0.38
Hex 13 40 AE 59 3F 0 20 DF 50 26
Octal 23 100 256 131 77 0 40 337 120 46
Binary 10011 1000000 10101110 1011001 111111 0 100000 11011111 1010000 100110

Color Harmonies of #1340AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340AE

Black with #1340AE

Text Example


Text Example

White with #1340AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1340AE; }

 p { color: rgb(19,64,174); }

 H1.HeaderClassName
 {
   color: #1340AE;
 }
 .AnyTagClassName
 {
   color: #1340AE;
 }
</style>

background-color css

<style>
 a { background-color: #1340AE; }

 a { background-color: rgb(19,64,174); }

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

border-color css

<style>
 span { border-color: #1340AE; }

 span { border-color: rgb(19,64,174); }

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