Html Css Color HEX #1547AB Egyptian Blue

📋 copy color: '#1547AB'

red 21 ◦ green 71 ◦ blue 171

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

Shades of Egyptian Blue #1547AB

Tints of Egyptian Blue #1547AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 7.98%
G = 27%
B = 65.02%

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

#1547AB (or 0x1547AB) is known color: Egyptian Blue. HEX triplet: 15, 47 and AB. RGB value is (21,71,171). Sum of RGB (Red+Green+Blue) = 21+71+171=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1547AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547AB is #EAB854. Grayscale: #434343. Windows color (decimal): -15382613 or 11224853. OLE color: 11224853.

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

Color convert

RGB 21 71 171 -
CMYK 0.88 0.58 0 0.33
HSL 220º 0.78% 0.38% -
HSV(B) 220º 0.88% 0.67% -
XYZ 9.91 7.61 39.47 -
YUV 67.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 21 71 171 0.88 0.58 0 0.33 220 0.78 0.38
Hex 15 47 AB 58 3A 0 21 DC 4E 26
Octal 25 107 253 130 72 0 41 334 116 46
Binary 10101 1000111 10101011 1011000 111010 0 100001 11011100 1001110 100110

Color Harmonies of #1547AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547AB

Black with #1547AB

Text Example


Text Example

White with #1547AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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