Html Css Color HEX #1343AA Egyptian Blue

📋 copy color: '#1343AA'

red 19 ◦ green 67 ◦ blue 170

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

Shades of Egyptian Blue #1343AA

Tints of Egyptian Blue #1343AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 7.42%
G = 26.17%
B = 66.41%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1343AA (or 0x1343AA) is known color: Egyptian Blue. HEX triplet: 13, 43 and AA. RGB value is (19,67,170). Sum of RGB (Red+Green+Blue) = 19+67+170=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1343AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1343AA is #ECBC55. Grayscale: #3F3F3F. Windows color (decimal): -15514710 or 11158291. OLE color: 11158291.

HSL color Cylindrical-coordinate representation of color #1343AA: hue angle of 220.93º 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 #1343AA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 67 170 -
CMYK 0.89 0.61 0 0.33
HSL 220.93º 0.8% 0.37% -
HSV(B) 220.93º 0.89% 0.67% -
XYZ 9.53 7.06 38.89 -
YUV 64.39 187.6 95.62 -
System Red Green Blue C M Y K H S L
Decimal 19 67 170 0.89 0.61 0 0.33 220.93 0.8 0.37
Hex 13 43 AA 59 3D 0 21 DD 50 25
Octal 23 103 252 131 75 0 41 335 120 45
Binary 10011 1000011 10101010 1011001 111101 0 100001 11011101 1010000 100101

Color Harmonies of #1343AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343AA

Black with #1343AA

Text Example


Text Example

White with #1343AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1343AA; }

 p { color: rgb(19,67,170); }

 H1.HeaderClassName
 {
   color: #1343AA;
 }
 .AnyTagClassName
 {
   color: #1343AA;
 }
</style>

background-color css

<style>
 a { background-color: #1343AA; }

 a { background-color: rgb(19,67,170); }

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

border-color css

<style>
 span { border-color: #1343AA; }

 span { border-color: rgb(19,67,170); }

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