#152EB2

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

Shades of Egyptian Blue #152EB2

Tints of Egyptian Blue #152EB2

Color information

#152EB2 (or 0x152EB2) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and B2. RGB value is (21,46,178). Sum of RGB (Red+Green+Blue) = 21+46+178=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 178 (69.92% from 255 or 72.65% from 245); Max value from RGB is 178 - color contains mainly: blue. Hex color #152EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152EB2 is #EAD14D. Grayscale: #353535. Windows color (decimal): -15389006 or 11677205. OLE color: 11677205.

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

Color convert

RGB2146178-
CMYK0.880.7400.30
HSL230.45º78.89%39.02%-
HSV(B)230.45º88.2%69.8%-
XYZ9.325.3342.66-
YUV53.57198.22104.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 178 (69.92% from 255) = 72.65%
R=8.57%
G=18.78%
B=72.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21461780.880.7400.30230.4578.8939.02
Hex152EB2584A01Ee64f27
Octal255626213011203634611747
Binary101011011101011001010110001001010011110111001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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