#153C93

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

Shades of Egyptian Blue #153C93

Tints of Egyptian Blue #153C93

Color information

#153C93 (or 0x153C93) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3C and 93. RGB value is (21,60,147). Sum of RGB (Red+Green+Blue) = 21+60+147=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #153C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C93 is #EAC36C. Grayscale: #393939. Windows color (decimal): -15385453 or 9649173. OLE color: 9649173.

HSL color Cylindrical-coordinate representation of color #153C93: hue angle of 221.43º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153C93 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2160147-
CMYK0.860.5900.42
HSL221.43º75%32.94%-
HSV(B)221.43º85.71%57.65%-
XYZ7.195.528.29-
YUV58.26178.08101.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=9.21%
G=26.32%
B=64.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21601470.860.5900.42221.437532.94
Hex153C93563B02Add4b21
Octal25742231267305233511341
Binary101011111001001001110101101110110101010110111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C93; }

 p { color: rgb(21,60,147); }

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

<style>
 a { background-color: #153C93; }

 a { background-color: rgb(21,60,147); }

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

<style>
 span { border-color: #153C93; }

 span { border-color: rgb(21,60,147); }

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