Html Css Color HEX #1540AD Egyptian Blue

📋 copy color: '#1540AD'

red 21 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #1540AD

Tints of Egyptian Blue #1540AD

RGB

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

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

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

R = 8.14%
G = 24.81%
B = 67.05%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1540AD (or 0x1540AD) is known color: Egyptian Blue. HEX triplet: 15, 40 and AD. RGB value is (21,64,173). Sum of RGB (Red+Green+Blue) = 21+64+173=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #1540AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1540AD is #EABF52. Grayscale: #3F3F3F. Windows color (decimal): -15384403 or 11354133. OLE color: 11354133.

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

Color convert

RGB 21 64 173 -
CMYK 0.88 0.63 0 0.32
HSL 223.03º 0.78% 0.38% -
HSV(B) 223.03º 0.88% 0.68% -
XYZ 9.69 6.84 40.35 -
YUV 63.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 21 64 173 0.88 0.63 0 0.32 223.03 0.78 0.38
Hex 15 40 AD 58 3F 0 20 DF 4E 26
Octal 25 100 255 130 77 0 40 337 116 46
Binary 10101 1000000 10101101 1011000 111111 0 100000 11011111 1001110 100110

Color Harmonies of #1540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540AD

Black with #1540AD

Text Example


Text Example

White with #1540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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