#152BA4

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

Shades of Egyptian Blue #152BA4

Tints of Egyptian Blue #152BA4

Color information

#152BA4 (or 0x152BA4) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and A4. RGB value is (21,43,164). Sum of RGB (Red+Green+Blue) = 21+43+164=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #152BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA4 is #EAD45B. Grayscale: #313131. Windows color (decimal): -15389788 or 10758933. OLE color: 10758933.

HSL color Cylindrical-coordinate representation of color #152BA4: hue angle of 230.77º 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 #152BA4 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2143164-
CMYK0.870.7400.36
HSL230.77º77.3%36.27%-
HSV(B)230.77º87.2%64.31%-
XYZ7.874.5735.59-
YUV50.22192.21107.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 164 (64.45% from 255) = 71.93%
R=9.21%
G=18.86%
B=71.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21431640.870.7400.36230.7777.336.27
Hex152BA4574A024e74d24
Octal255324412711204434711544
Binary1010110101110100100101011110010100100100111001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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