#153EAA

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

Shades of Egyptian Blue #153EAA

Tints of Egyptian Blue #153EAA

Color information

#153EAA (or 0x153EAA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3E and AA. RGB value is (21,62,170). Sum of RGB (Red+Green+Blue) = 21+62+170=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #153EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153EAA is #EAC155. Grayscale: #3D3D3D. Windows color (decimal): -15384918 or 11157013. OLE color: 11157013.

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

Color convert

RGB2162170-
CMYK0.880.6400.33
HSL223.49º78.01%37.45%-
HSV(B)223.49º87.65%66.67%-
XYZ9.296.5138.8-
YUV62.05188.9298.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=8.30%
G=24.51%
B=67.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21621700.880.6400.33223.4978.0137.45
Hex153EAA5840021df4e25
Octal257625213010004133711645
Binary1010111111010101010101100010000000100001110111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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