Html Css Color HEX #1543AC Egyptian Blue

📋 copy color: '#1543AC'

red 21 ◦ green 67 ◦ blue 172

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

Shades of Egyptian Blue #1543AC

Tints of Egyptian Blue #1543AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 8.08%
G = 25.77%
B = 66.15%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1543AC (or 0x1543AC) is known color: Egyptian Blue. HEX triplet: 15, 43 and AC. RGB value is (21,67,172). Sum of RGB (Red+Green+Blue) = 21+67+172=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1543AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1543AC is #EABC53. Grayscale: #404040. Windows color (decimal): -15383636 or 11289365. OLE color: 11289365.

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

Color convert

RGB 21 67 172 -
CMYK 0.88 0.61 0 0.33
HSL 221.72º 0.78% 0.38% -
HSV(B) 221.72º 0.88% 0.67% -
XYZ 9.76 7.15 39.9 -
YUV 65.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 21 67 172 0.88 0.61 0 0.33 221.72 0.78 0.38
Hex 15 43 AC 58 3D 0 21 DE 4E 26
Octal 25 103 254 130 75 0 41 336 116 46
Binary 10101 1000011 10101100 1011000 111101 0 100001 11011110 1001110 100110

Color Harmonies of #1543AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1543AC

Black with #1543AC

Text Example


Text Example

White with #1543AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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