#152DB2

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

Shades of Egyptian Blue #152DB2

Tints of Egyptian Blue #152DB2

Color information

#152DB2 (or 0x152DB2) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2D and B2. RGB value is (21,45,178). Sum of RGB (Red+Green+Blue) = 21+45+178=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 178 (69.92% from 255 or 72.95% from 244); Max value from RGB is 178 - color contains mainly: blue. Hex color #152DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DB2 is #EAD24D. Grayscale: #343434. Windows color (decimal): -15389262 or 11676949. OLE color: 11676949.

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

Color convert

RGB2145178-
CMYK0.880.7500.30
HSL230.83º78.89%39.02%-
HSV(B)230.83º88.2%69.8%-
XYZ9.285.2542.64-
YUV52.99198.55105.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 45 (17.97% from 255) = 18.44%
BLUE value IS 178 (69.92% from 255) = 72.95%
R=8.61%
G=18.44%
B=72.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21451780.880.7500.30230.8378.8939.02
Hex152DB2584B01Ee74f27
Octal255526213011303634711747
Binary101011011011011001010110001001011011110111001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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