#1544AB

Color #1544AB Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1544AB

Tints of Egyptian Blue #1544AB

Color information

#1544AB (or 0x1544AB) is unknown color: approx Egyptian Blue. HEX triplet: 15, 44 and AB. RGB value is (21,68,171). Sum of RGB (Red+Green+Blue) = 21+68+171=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1544AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1544AB is #EABB54. Grayscale: #414141. Windows color (decimal): -15383381 or 11224085. OLE color: 11224085.

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

Color convert

RGB2168171-
CMYK0.880.6000.33
HSL221.2º78.12%37.65%-
HSV(B)221.2º87.72%67.06%-
XYZ9.737.2339.41-
YUV65.69187.4396.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 171 (67.19% from 255) = 65.77%
R=8.08%
G=26.15%
B=65.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21681710.880.6000.33221.278.1237.65
Hex1544AB583C021dd4e26
Octal251042531307404133511646
Binary1010110001001010101110110001111000100001110111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1544AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1544AB;
 }
 .AnyTagClassName
 {
   color: #1544AB;
 }
</style>
background-color css

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

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

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

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

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

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