Html Css Color HEX #1542AD Egyptian Blue

📋 copy color: '#1542AD'

red 21 ◦ green 66 ◦ blue 173

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

Shades of Egyptian Blue #1542AD

Tints of Egyptian Blue #1542AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 8.08%
G = 25.38%
B = 66.54%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1542AD (or 0x1542AD) is known color: Egyptian Blue. HEX triplet: 15, 42 and AD. RGB value is (21,66,173). Sum of RGB (Red+Green+Blue) = 21+66+173=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #1542AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1542AD is #EABD52. Grayscale: #404040. Windows color (decimal): -15383891 or 11354645. OLE color: 11354645.

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

Color convert

RGB 21 66 173 -
CMYK 0.88 0.62 0 0.32
HSL 222.24º 0.78% 0.38% -
HSV(B) 222.24º 0.88% 0.68% -
XYZ 9.8 7.07 40.38 -
YUV 64.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 21 66 173 0.88 0.62 0 0.32 222.24 0.78 0.38
Hex 15 42 AD 58 3E 0 20 DE 4E 26
Octal 25 102 255 130 76 0 40 336 116 46
Binary 10101 1000010 10101101 1011000 111110 0 100000 11011110 1001110 100110

Color Harmonies of #1542AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542AD

Black with #1542AD

Text Example


Text Example

White with #1542AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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