#152CAE

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

Shades of Egyptian Blue #152CAE

Tints of Egyptian Blue #152CAE

Color information

#152CAE (or 0x152CAE) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2C and AE. RGB value is (21,44,174). Sum of RGB (Red+Green+Blue) = 21+44+174=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #152CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152CAE is #EAD351. Grayscale: #333333. Windows color (decimal): -15389522 or 11414549. OLE color: 11414549.

HSL color Cylindrical-coordinate representation of color #152CAE: hue angle of 230.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152CAE is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2144174-
CMYK0.880.7500.32
HSL230.98º78.46%38.24%-
HSV(B)230.98º87.93%68.24%-
XYZ8.855.0240.55-
YUV51.94196.88105.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=8.79%
G=18.41%
B=72.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21441740.880.7500.32230.9878.4638.24
Hex152CAE584B020e74e26
Octal255425613011304034711646
Binary1010110110010101110101100010010110100000111001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152CAE; }

 p { color: rgb(21,44,174); }

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

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

 a { background-color: rgb(21,44,174); }

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

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

 span { border-color: rgb(21,44,174); }

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