#152AB2

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

Shades of Egyptian Blue #152AB2

Tints of Egyptian Blue #152AB2

Color information

#152AB2 (or 0x152AB2) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2A and B2. RGB value is (21,42,178). Sum of RGB (Red+Green+Blue) = 21+42+178=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #152AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AB2 is #EAD54D. Grayscale: #323232. Windows color (decimal): -15390030 or 11676181. OLE color: 11676181.

HSL color Cylindrical-coordinate representation of color #152AB2: hue angle of 231.97º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152AB2 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2142178-
CMYK0.880.7600.30
HSL231.97º78.89%39.02%-
HSV(B)231.97º88.2%69.8%-
XYZ9.175.0342.61-
YUV51.22199.54106.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 178 (69.92% from 255) = 73.86%
R=8.71%
G=17.43%
B=73.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21421780.880.7600.30231.9778.8939.02
Hex152AB2584C01Ee84f27
Octal255226213011403635011747
Binary101011010101011001010110001001100011110111010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,178); }

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

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

 a { background-color: rgb(21,42,178); }

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

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

 span { border-color: rgb(21,42,178); }

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