Html Css Color HEX #1340AB Egyptian Blue

📋 copy color: '#1340AB'

red 19 ◦ green 64 ◦ blue 171

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

Shades of Egyptian Blue #1340AB

Tints of Egyptian Blue #1340AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.32%

R = 7.48%
G = 25.2%
B = 67.32%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1340AB (or 0x1340AB) is known color: Egyptian Blue. HEX triplet: 13, 40 and AB. RGB value is (19,64,171). Sum of RGB (Red+Green+Blue) = 19+64+171=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #1340AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1340AB is #ECBF54. Grayscale: #3E3E3E. Windows color (decimal): -15515477 or 11223059. OLE color: 11223059.

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

Color convert

RGB 19 64 171 -
CMYK 0.89 0.63 0 0.33
HSL 222.24º 0.8% 0.37% -
HSV(B) 222.24º 0.89% 0.67% -
XYZ 9.45 6.75 39.33 -
YUV 62.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 19 64 171 0.89 0.63 0 0.33 222.24 0.8 0.37
Hex 13 40 AB 59 3F 0 21 DE 50 25
Octal 23 100 253 131 77 0 41 336 120 45
Binary 10011 1000000 10101011 1011001 111111 0 100001 11011110 1010000 100101

Color Harmonies of #1340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340AB

Black with #1340AB

Text Example


Text Example

White with #1340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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