#152CA4

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

Shades of Egyptian Blue #152CA4

Tints of Egyptian Blue #152CA4

Color information

#152CA4 (or 0x152CA4) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2C and A4. RGB value is (21,44,164). Sum of RGB (Red+Green+Blue) = 21+44+164=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #152CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152CA4 is #EAD35B. Grayscale: #323232. Windows color (decimal): -15389532 or 10759189. OLE color: 10759189.

HSL color Cylindrical-coordinate representation of color #152CA4: hue angle of 230.35º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152CA4 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2144164-
CMYK0.870.7300.36
HSL230.35º77.3%36.27%-
HSV(B)230.35º87.2%64.31%-
XYZ7.914.6435.6-
YUV50.8191.88106.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 164 (64.45% from 255) = 71.62%
R=9.17%
G=19.21%
B=71.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21441640.870.7300.36230.3577.336.27
Hex152CA45749024e64d24
Octal255424412711104434611544
Binary1010110110010100100101011110010010100100111001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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