#152BA2

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

Shades of Egyptian Blue #152BA2

Tints of Egyptian Blue #152BA2

Color information

#152BA2 (or 0x152BA2) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and A2. RGB value is (21,43,162). Sum of RGB (Red+Green+Blue) = 21+43+162=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #152BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA2 is #EAD45D. Grayscale: #313131. Windows color (decimal): -15389790 or 10627861. OLE color: 10627861.

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

Color convert

RGB2143162-
CMYK0.870.7300.36
HSL230.64º77.05%35.88%-
HSV(B)230.64º87.04%63.53%-
XYZ7.694.534.64-
YUV49.99191.21107.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 162 (63.67% from 255) = 71.68%
R=9.29%
G=19.03%
B=71.68%

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
Decimal21431620.870.7300.36230.6477.0535.88
Hex152BA25749024e74d24
Octal255324212711104434711544
Binary1010110101110100010101011110010010100100111001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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