Html Css Color HEX #1330AE Egyptian Blue

📋 copy color: '#1330AE'

red 19 ◦ green 48 ◦ blue 174

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

Shades of Egyptian Blue #1330AE

Tints of Egyptian Blue #1330AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 7.88%
G = 19.92%
B = 72.2%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1330AE (or 0x1330AE) is known color: Egyptian Blue. HEX triplet: 13, 30 and AE. RGB value is (19,48,174). Sum of RGB (Red+Green+Blue) = 19+48+174=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #1330AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1330AE is #ECCF51. Grayscale: #353535. Windows color (decimal): -15519570 or 11415571. OLE color: 11415571.

HSL color Cylindrical-coordinate representation of color #1330AE: hue angle of 228.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1330AE is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 48 174 -
CMYK 0.89 0.72 0 0.32
HSL 228.77º 0.8% 0.38% -
HSV(B) 228.77º 0.89% 0.68% -
XYZ 8.97 5.31 40.6 -
YUV 53.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 19 48 174 0.89 0.72 0 0.32 228.77 0.8 0.38
Hex 13 30 AE 59 48 0 20 E5 50 26
Octal 23 60 256 131 110 0 40 345 120 46
Binary 10011 110000 10101110 1011001 1001000 0 100000 11100101 1010000 100110

Color Harmonies of #1330AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1330AE

Black with #1330AE

Text Example


Text Example

White with #1330AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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