Html Css Color HEX #1330AA Egyptian Blue

📋 copy color: '#1330AA'

red 19 ◦ green 48 ◦ blue 170

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

Shades of Egyptian Blue #1330AA

Tints of Egyptian Blue #1330AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 8.02%
G = 20.25%
B = 71.73%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1330AA (or 0x1330AA) is known color: Egyptian Blue. HEX triplet: 13, 30 and AA. RGB value is (19,48,170). Sum of RGB (Red+Green+Blue) = 19+48+170=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #1330AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1330AA is #ECCF55. Grayscale: #343434. Windows color (decimal): -15519574 or 11153427. OLE color: 11153427.

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

Color convert

RGB 19 48 170 -
CMYK 0.89 0.72 0 0.33
HSL 228.48º 0.8% 0.37% -
HSV(B) 228.48º 0.89% 0.67% -
XYZ 8.58 5.15 38.57 -
YUV 53.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 19 48 170 0.89 0.72 0 0.33 228.48 0.8 0.37
Hex 13 30 AA 59 48 0 21 E4 50 25
Octal 23 60 252 131 110 0 41 344 120 45
Binary 10011 110000 10101010 1011001 1001000 0 100001 11100100 1010000 100101

Color Harmonies of #1330AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330AA

Black with #1330AA

Text Example


Text Example

White with #1330AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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