#153894

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

Shades of Egyptian Blue #153894

Tints of Egyptian Blue #153894

Color information

#153894 (or 0x153894) is unknown color: approx Egyptian Blue. HEX triplet: 15, 38 and 94. RGB value is (21,56,148). Sum of RGB (Red+Green+Blue) = 21+56+148=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #153894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153894 is #EAC76B. Grayscale: #373737. Windows color (decimal): -15386476 or 9713685. OLE color: 9713685.

HSL color Cylindrical-coordinate representation of color #153894: hue angle of 223.46º 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 #153894 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2156148-
CMYK0.860.6200.42
HSL223.46º75.15%33.14%-
HSV(B)223.46º85.81%58.04%-
XYZ7.075.1328.63-
YUV56.02179.9103.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=9.33%
G=24.89%
B=65.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21561480.860.6200.42223.4675.1533.14
Hex153894563E02Adf4b21
Octal25702241267605233711341
Binary101011110001001010010101101111100101010110111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153894; }

 p { color: rgb(21,56,148); }

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

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

 a { background-color: rgb(21,56,148); }

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

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

 span { border-color: rgb(21,56,148); }

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