Html Css Color HEX #1530AE Egyptian Blue

📋 copy color: '#1530AE'

red 21 ◦ green 48 ◦ blue 174

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

Shades of Egyptian Blue #1530AE

Tints of Egyptian Blue #1530AE

RGB

 RED value IS 21 (8.59% from 255) = 8.64%

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

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

R = 8.64%
G = 19.75%
B = 71.6%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1530AE (or 0x1530AE) is known color: Egyptian Blue. HEX triplet: 15, 30 and AE. RGB value is (21,48,174). Sum of RGB (Red+Green+Blue) = 21+48+174=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #1530AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1530AE is #EACF51. Grayscale: #353535. Windows color (decimal): -15388498 or 11415573. OLE color: 11415573.

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

Color convert

RGB 21 48 174 -
CMYK 0.88 0.72 0 0.32
HSL 229.41º 0.78% 0.38% -
HSV(B) 229.41º 0.88% 0.68% -
XYZ 9.01 5.33 40.6 -
YUV 54.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 21 48 174 0.88 0.72 0 0.32 229.41 0.78 0.38
Hex 15 30 AE 58 48 0 20 E5 4E 26
Octal 25 60 256 130 110 0 40 345 116 46
Binary 10101 110000 10101110 1011000 1001000 0 100000 11100101 1001110 100110

Color Harmonies of #1530AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530AE

Black with #1530AE

Text Example


Text Example

White with #1530AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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