Html Css Color HEX #1547AD Egyptian Blue

📋 copy color: '#1547AD'

red 21 ◦ green 71 ◦ blue 173

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

Shades of Egyptian Blue #1547AD

Tints of Egyptian Blue #1547AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 7.92%
G = 26.79%
B = 65.28%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1547AD (or 0x1547AD) is known color: Egyptian Blue. HEX triplet: 15, 47 and AD. RGB value is (21,71,173). Sum of RGB (Red+Green+Blue) = 21+71+173=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #1547AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547AD is #EAB852. Grayscale: #434343. Windows color (decimal): -15382611 or 11355925. OLE color: 11355925.

HSL color Cylindrical-coordinate representation of color #1547AD: hue angle of 220.26º 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 #1547AD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 71 173 -
CMYK 0.88 0.59 0 0.32
HSL 220.26º 0.78% 0.38% -
HSV(B) 220.26º 0.88% 0.68% -
XYZ 10.11 7.68 40.49 -
YUV 67.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 21 71 173 0.88 0.59 0 0.32 220.26 0.78 0.38
Hex 15 47 AD 58 3B 0 20 DC 4E 26
Octal 25 107 255 130 73 0 40 334 116 46
Binary 10101 1000111 10101101 1011000 111011 0 100000 11011100 1001110 100110

Color Harmonies of #1547AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547AD

Black with #1547AD

Text Example


Text Example

White with #1547AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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