#153EAF

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

Shades of Egyptian Blue #153EAF

Tints of Egyptian Blue #153EAF

Color information

#153EAF (or 0x153EAF) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3E and AF. RGB value is (21,62,175). Sum of RGB (Red+Green+Blue) = 21+62+175=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #153EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153EAF is #EAC150. Grayscale: #3E3E3E. Windows color (decimal): -15384913 or 11484693. OLE color: 11484693.

HSL color Cylindrical-coordinate representation of color #153EAF: hue angle of 224.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153EAF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2162175-
CMYK0.880.6500.31
HSL224.03º78.57%38.43%-
HSV(B)224.03º88%68.63%-
XYZ9.776.741.34-
YUV62.62191.4298.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 175 (68.75% from 255) = 67.83%
R=8.14%
G=24.03%
B=67.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21621750.880.6500.31224.0378.5738.43
Hex153EAF584101Fe04f26
Octal257625713010103734011746
Binary101011111101010111110110001000001011111111000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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