Html Css Color HEX #1544AA Egyptian Blue

📋 copy color: '#1544AA'

red 21 ◦ green 68 ◦ blue 170

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

Shades of Egyptian Blue #1544AA

Tints of Egyptian Blue #1544AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 8.11%
G = 26.25%
B = 65.64%

CMYK

 C value IS 0.88

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1544AA (or 0x1544AA) is known color: Egyptian Blue. HEX triplet: 15, 44 and AA. RGB value is (21,68,170). Sum of RGB (Red+Green+Blue) = 21+68+170=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1544AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1544AA is #EABB55. Grayscale: #414141. Windows color (decimal): -15383382 or 11158549. OLE color: 11158549.

HSL color Cylindrical-coordinate representation of color #1544AA: hue angle of 221.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1544AA is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 68 170 -
CMYK 0.88 0.6 0 0.33
HSL 221.07º 0.78% 0.37% -
HSV(B) 221.07º 0.88% 0.67% -
XYZ 9.63 7.2 38.91 -
YUV 65.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 21 68 170 0.88 0.6 0 0.33 221.07 0.78 0.37
Hex 15 44 AA 58 3C 0 21 DD 4E 25
Octal 25 104 252 130 74 0 41 335 116 45
Binary 10101 1000100 10101010 1011000 111100 0 100001 11011101 1001110 100101

Color Harmonies of #1544AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1544AA

Black with #1544AA

Text Example


Text Example

White with #1544AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1544AA; }

 p { color: rgb(21,68,170); }

 H1.HeaderClassName
 {
   color: #1544AA;
 }
 .AnyTagClassName
 {
   color: #1544AA;
 }
</style>

background-color css

<style>
 a { background-color: #1544AA; }

 a { background-color: rgb(21,68,170); }

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

border-color css

<style>
 span { border-color: #1544AA; }

 span { border-color: rgb(21,68,170); }

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