Html Css Color HEX #1324AA Egyptian Blue

📋 copy color: '#1324AA'

red 19 ◦ green 36 ◦ blue 170

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

Shades of Egyptian Blue #1324AA

Tints of Egyptian Blue #1324AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

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

R = 8.44%
G = 16%
B = 75.56%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1324AA (or 0x1324AA) is known color: Egyptian Blue. HEX triplet: 13, 24 and AA. RGB value is (19,36,170). Sum of RGB (Red+Green+Blue) = 19+36+170=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1324AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1324AA is #ECDB55. Grayscale: #2D2D2D. Windows color (decimal): -15522646 or 11150355. OLE color: 11150355.

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

Color convert

RGB 19 36 170 -
CMYK 0.89 0.79 0 0.33
HSL 233.25º 0.8% 0.37% -
HSV(B) 233.25º 0.89% 0.67% -
XYZ 8.16 4.3 38.43 -
YUV 46.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 19 36 170 0.89 0.79 0 0.33 233.25 0.8 0.37
Hex 13 24 AA 59 4F 0 21 E9 50 25
Octal 23 44 252 131 117 0 41 351 120 45
Binary 10011 100100 10101010 1011001 1001111 0 100001 11101001 1010000 100101

Color Harmonies of #1324AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324AA

Black with #1324AA

Text Example


Text Example

White with #1324AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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