#152D93

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

Shades of Egyptian Blue #152D93

Tints of Egyptian Blue #152D93

Color information

#152D93 (or 0x152D93) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2D and 93. RGB value is (21,45,147). Sum of RGB (Red+Green+Blue) = 21+45+147=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #152D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D93 is #EAD26C. Grayscale: #313131. Windows color (decimal): -15389293 or 9645333. OLE color: 9645333.

HSL color Cylindrical-coordinate representation of color #152D93: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152D93 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2145147-
CMYK0.860.6900.42
HSL228.57º75%32.94%-
HSV(B)228.57º85.71%57.65%-
XYZ6.514.1428.06-
YUV49.45183.05107.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 147 (57.81% from 255) = 69.01%
R=9.86%
G=21.13%
B=69.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21451470.860.6900.42228.577532.94
Hex152D93564502Ae54b21
Octal255522312610505234511341
Binary1010110110110010011101011010001010101010111001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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