Html Css Color HEX #1541AA Egyptian Blue

📋 copy color: '#1541AA'

red 21 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1541AA

Tints of Egyptian Blue #1541AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 8.2%
G = 25.39%
B = 66.41%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1541AA (or 0x1541AA) is known color: Egyptian Blue. HEX triplet: 15, 41 and AA. RGB value is (21,65,170). Sum of RGB (Red+Green+Blue) = 21+65+170=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1541AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AA is #EABE55. Grayscale: #3F3F3F. Windows color (decimal): -15384150 or 11157781. OLE color: 11157781.

HSL color Cylindrical-coordinate representation of color #1541AA: hue angle of 222.28º 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 #1541AA is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 65 170 -
CMYK 0.88 0.62 0 0.33
HSL 222.28º 0.78% 0.37% -
HSV(B) 222.28º 0.88% 0.67% -
XYZ 9.46 6.84 38.85 -
YUV 63.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 21 65 170 0.88 0.62 0 0.33 222.28 0.78 0.37
Hex 15 41 AA 58 3E 0 21 DE 4E 25
Octal 25 101 252 130 76 0 41 336 116 45
Binary 10101 1000001 10101010 1011000 111110 0 100001 11011110 1001110 100101

Color Harmonies of #1541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541AA

Black with #1541AA

Text Example


Text Example

White with #1541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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