Html Css Color HEX #1544AD Egyptian Blue

📋 copy color: '#1544AD'

red 21 ◦ green 68 ◦ blue 173

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

Shades of Egyptian Blue #1544AD

Tints of Egyptian Blue #1544AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 8.02%
G = 25.95%
B = 66.03%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1544AD (or 0x1544AD) is known color: Egyptian Blue. HEX triplet: 15, 44 and AD. RGB value is (21,68,173). Sum of RGB (Red+Green+Blue) = 21+68+173=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #1544AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1544AD is #EABB52. Grayscale: #414141. Windows color (decimal): -15383379 or 11355157. OLE color: 11355157.

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

Color convert

RGB 21 68 173 -
CMYK 0.88 0.61 0 0.32
HSL 221.45º 0.78% 0.38% -
HSV(B) 221.45º 0.88% 0.68% -
XYZ 9.92 7.31 40.42 -
YUV 65.92 188.43 95.96 -
System Red Green Blue C M Y K H S L
Decimal 21 68 173 0.88 0.61 0 0.32 221.45 0.78 0.38
Hex 15 44 AD 58 3D 0 20 DD 4E 26
Octal 25 104 255 130 75 0 40 335 116 46
Binary 10101 1000100 10101101 1011000 111101 0 100000 11011101 1001110 100110

Color Harmonies of #1544AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1544AD

Black with #1544AD

Text Example


Text Example

White with #1544AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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