Html Css Color HEX #1541AC Egyptian Blue

📋 copy color: '#1541AC'

red 21 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #1541AC

Tints of Egyptian Blue #1541AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

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

R = 8.14%
G = 25.19%
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

#1541AC (or 0x1541AC) is known color: Egyptian Blue. HEX triplet: 15, 41 and AC. RGB value is (21,65,172). Sum of RGB (Red+Green+Blue) = 21+65+172=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #1541AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AC is #EABE53. Grayscale: #3F3F3F. Windows color (decimal): -15384148 or 11288853. OLE color: 11288853.

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

Color convert

RGB 21 65 172 -
CMYK 0.88 0.62 0 0.33
HSL 222.52º 0.78% 0.38% -
HSV(B) 222.52º 0.88% 0.67% -
XYZ 9.65 6.92 39.86 -
YUV 64.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 21 65 172 0.88 0.62 0 0.33 222.52 0.78 0.38
Hex 15 41 AC 58 3E 0 21 DF 4E 26
Octal 25 101 254 130 76 0 41 337 116 46
Binary 10101 1000001 10101100 1011000 111110 0 100001 11011111 1001110 100110

Color Harmonies of #1541AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541AC

Black with #1541AC

Text Example


Text Example

White with #1541AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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