Html Css Color HEX #1541AE Egyptian Blue

📋 copy color: '#1541AE'

red 21 ◦ green 65 ◦ blue 174

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

Shades of Egyptian Blue #1541AE

Tints of Egyptian Blue #1541AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 8.08%
G = 25%
B = 66.92%

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

#1541AE (or 0x1541AE) is known color: Egyptian Blue. HEX triplet: 15, 41 and AE. RGB value is (21,65,174). Sum of RGB (Red+Green+Blue) = 21+65+174=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #1541AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AE is #EABE51. Grayscale: #3F3F3F. Windows color (decimal): -15384146 or 11419925. OLE color: 11419925.

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

Color convert

RGB 21 65 174 -
CMYK 0.88 0.63 0 0.32
HSL 222.75º 0.78% 0.38% -
HSV(B) 222.75º 0.88% 0.68% -
XYZ 9.84 7 40.88 -
YUV 64.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 21 65 174 0.88 0.63 0 0.32 222.75 0.78 0.38
Hex 15 41 AE 58 3F 0 20 DF 4E 26
Octal 25 101 256 130 77 0 40 337 116 46
Binary 10101 1000001 10101110 1011000 111111 0 100000 11011111 1001110 100110

Color Harmonies of #1541AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541AE

Black with #1541AE

Text Example


Text Example

White with #1541AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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