Html Css Color HEX #1331AA Egyptian Blue

📋 copy color: '#1331AA'

red 19 ◦ green 49 ◦ blue 170

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

Shades of Egyptian Blue #1331AA

Tints of Egyptian Blue #1331AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 7.98%
G = 20.59%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1331AA (or 0x1331AA) is known color: Egyptian Blue. HEX triplet: 13, 31 and AA. RGB value is (19,49,170). Sum of RGB (Red+Green+Blue) = 19+49+170=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #1331AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1331AA is #ECCE55. Grayscale: #353535. Windows color (decimal): -15519318 or 11153683. OLE color: 11153683.

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

Color convert

RGB 19 49 170 -
CMYK 0.89 0.71 0 0.33
HSL 228.08º 0.8% 0.37% -
HSV(B) 228.08º 0.89% 0.67% -
XYZ 8.62 5.24 38.59 -
YUV 53.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 19 49 170 0.89 0.71 0 0.33 228.08 0.8 0.37
Hex 13 31 AA 59 47 0 21 E4 50 25
Octal 23 61 252 131 107 0 41 344 120 45
Binary 10011 110001 10101010 1011001 1000111 0 100001 11100100 1010000 100101

Color Harmonies of #1331AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331AA

Black with #1331AA

Text Example


Text Example

White with #1331AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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