Html Css Color HEX #1542AC Egyptian Blue

📋 copy color: '#1542AC'

red 21 ◦ green 66 ◦ blue 172

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

Shades of Egyptian Blue #1542AC

Tints of Egyptian Blue #1542AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.41%

R = 8.11%
G = 25.48%
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

#1542AC (or 0x1542AC) is known color: Egyptian Blue. HEX triplet: 15, 42 and AC. RGB value is (21,66,172). Sum of RGB (Red+Green+Blue) = 21+66+172=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1542AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1542AC is #EABD53. Grayscale: #404040. Windows color (decimal): -15383892 or 11289109. OLE color: 11289109.

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

Color convert

RGB 21 66 172 -
CMYK 0.88 0.62 0 0.33
HSL 222.12º 0.78% 0.38% -
HSV(B) 222.12º 0.88% 0.67% -
XYZ 9.7 7.03 39.88 -
YUV 64.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 21 66 172 0.88 0.62 0 0.33 222.12 0.78 0.38
Hex 15 42 AC 58 3E 0 21 DE 4E 26
Octal 25 102 254 130 76 0 41 336 116 46
Binary 10101 1000010 10101100 1011000 111110 0 100001 11011110 1001110 100110

Color Harmonies of #1542AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542AC

Black with #1542AC

Text Example


Text Example

White with #1542AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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