Html Css Color HEX #1340A4 Egyptian Blue

📋 copy color: '#1340A4'

red 19 ◦ green 64 ◦ blue 164

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

Shades of Egyptian Blue #1340A4

Tints of Egyptian Blue #1340A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 66.4%

R = 7.69%
G = 25.91%
B = 66.4%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1340A4 (or 0x1340A4) is known color: Egyptian Blue. HEX triplet: 13, 40 and A4. RGB value is (19,64,164). Sum of RGB (Red+Green+Blue) = 19+64+164=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 164 (64.45% from 255 or 66.40% from 247); Max value from RGB is 164 - color contains mainly: blue. Hex color #1340A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1340A4 is #ECBF5B. Grayscale: #3D3D3D. Windows color (decimal): -15515484 or 10764307. OLE color: 10764307.

HSL color Cylindrical-coordinate representation of color #1340A4: hue angle of 221.38º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1340A4 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 64 164 -
CMYK 0.88 0.61 0 0.36
HSL 221.38º 0.79% 0.36% -
HSV(B) 221.38º 0.88% 0.64% -
XYZ 8.8 6.49 35.91 -
YUV 61.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 19 64 164 0.88 0.61 0 0.36 221.38 0.79 0.36
Hex 13 40 A4 58 3D 0 24 DD 4F 24
Octal 23 100 244 130 75 0 44 335 117 44
Binary 10011 1000000 10100100 1011000 111101 0 100100 11011101 1001111 100100

Color Harmonies of #1340A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340A4

Black with #1340A4

Text Example


Text Example

White with #1340A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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