Html Css Color HEX #1540AA Egyptian Blue

📋 copy color: '#1540AA'

red 21 ◦ green 64 ◦ blue 170

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

Shades of Egyptian Blue #1540AA

Tints of Egyptian Blue #1540AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 8.24%
G = 25.1%
B = 66.67%

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

#1540AA (or 0x1540AA) is known color: Egyptian Blue. HEX triplet: 15, 40 and AA. RGB value is (21,64,170). Sum of RGB (Red+Green+Blue) = 21+64+170=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1540AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1540AA is #EABF55. Grayscale: #3E3E3E. Windows color (decimal): -15384406 or 11157525. OLE color: 11157525.

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

Color convert

RGB 21 64 170 -
CMYK 0.88 0.62 0 0.33
HSL 222.68º 0.78% 0.37% -
HSV(B) 222.68º 0.88% 0.67% -
XYZ 9.4 6.73 38.83 -
YUV 63.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 21 64 170 0.88 0.62 0 0.33 222.68 0.78 0.37
Hex 15 40 AA 58 3E 0 21 DF 4E 25
Octal 25 100 252 130 76 0 41 337 116 45
Binary 10101 1000000 10101010 1011000 111110 0 100001 11011111 1001110 100101

Color Harmonies of #1540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540AA

Black with #1540AA

Text Example


Text Example

White with #1540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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