Html Css Color HEX #1547AA Egyptian Blue

📋 copy color: '#1547AA'

red 21 ◦ green 71 ◦ blue 170

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

Shades of Egyptian Blue #1547AA

Tints of Egyptian Blue #1547AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 8.02%
G = 27.1%
B = 64.89%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1547AA (or 0x1547AA) is known color: Egyptian Blue. HEX triplet: 15, 47 and AA. RGB value is (21,71,170). Sum of RGB (Red+Green+Blue) = 21+71+170=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #1547AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547AA is #EAB855. Grayscale: #424242. Windows color (decimal): -15382614 or 11159317. OLE color: 11159317.

HSL color Cylindrical-coordinate representation of color #1547AA: hue angle of 219.87º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1547AA is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 71 170 -
CMYK 0.88 0.58 0 0.33
HSL 219.87º 0.78% 0.37% -
HSV(B) 219.87º 0.88% 0.67% -
XYZ 9.82 7.57 38.97 -
YUV 67.34 185.94 94.95 -
System Red Green Blue C M Y K H S L
Decimal 21 71 170 0.88 0.58 0 0.33 219.87 0.78 0.37
Hex 15 47 AA 58 3A 0 21 DC 4E 25
Octal 25 107 252 130 72 0 41 334 116 45
Binary 10101 1000111 10101010 1011000 111010 0 100001 11011100 1001110 100101

Color Harmonies of #1547AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547AA

Black with #1547AA

Text Example


Text Example

White with #1547AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,71,170); }

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

background-color css

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

 a { background-color: rgb(21,71,170); }

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

border-color css

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

 span { border-color: rgb(21,71,170); }

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