#151EA2

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

Shades of Egyptian Blue #151EA2

Tints of Egyptian Blue #151EA2

Color information

#151EA2 (or 0x151EA2) is unknown color: approx Egyptian Blue. HEX triplet: 15, 1E and A2. RGB value is (21,30,162). Sum of RGB (Red+Green+Blue) = 21+30+162=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #151EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151EA2 is #EAE15D. Grayscale: #292929. Windows color (decimal): -15393118 or 10624533. OLE color: 10624533.

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

Color convert

RGB2130162-
CMYK0.870.8100.36
HSL236.17º77.05%35.88%-
HSV(B)236.17º87.04%63.53%-
XYZ7.33.734.51-
YUV42.36195.52112.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 162 (63.67% from 255) = 76.06%
R=9.86%
G=14.08%
B=76.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21301620.870.8100.36236.1777.0535.88
Hex151EA25751024ec4d24
Octal253624212712104435411544
Binary101011111010100010101011110100010100100111011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151EA2; }

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

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

<style>
 a { background-color: #151EA2; }

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

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

<style>
 span { border-color: #151EA2; }

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

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