#152BA3

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

Shades of Egyptian Blue #152BA3

Tints of Egyptian Blue #152BA3

Color information

#152BA3 (or 0x152BA3) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2B and A3. RGB value is (21,43,163). Sum of RGB (Red+Green+Blue) = 21+43+163=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #152BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA3 is #EAD45C. Grayscale: #313131. Windows color (decimal): -15389789 or 10693397. OLE color: 10693397.

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

Color convert

RGB2143163-
CMYK0.870.7400.36
HSL230.7º77.17%36.08%-
HSV(B)230.7º87.12%63.92%-
XYZ7.784.5335.11-
YUV50.1191.71107.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 163 (64.06% from 255) = 71.81%
R=9.25%
G=18.94%
B=71.81%

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
Decimal21431630.870.7400.36230.777.1736.08
Hex152BA3574A024e74d24
Octal255324312711204434711544
Binary1010110101110100011101011110010100100100111001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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