#15288D

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

Shades of Egyptian Blue #15288D

Tints of Egyptian Blue #15288D

Color information

#15288D (or 0x15288D) is unknown color: approx Egyptian Blue. HEX triplet: 15, 28 and 8D. RGB value is (21,40,141). Sum of RGB (Red+Green+Blue) = 21+40+141=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #15288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15288D is #EAD772. Grayscale: #2D2D2D. Windows color (decimal): -15390579 or 9250837. OLE color: 9250837.

HSL color Cylindrical-coordinate representation of color #15288D: hue angle of 230.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15288D is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2140141-
CMYK0.850.7200.45
HSL230.5º74.07%31.76%-
HSV(B)230.5º85.11%55.29%-
XYZ5.883.625.58-
YUV45.83181.71110.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 141 (55.47% from 255) = 69.80%
R=10.40%
G=19.80%
B=69.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21401410.850.7200.45230.574.0731.76
Hex15288D554802De64a20
Octal255021512511005534611240
Binary1010110100010001101101010110010000101101111001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15288D; }

 p { color: rgb(21,40,141); }

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

<style>
 a { background-color: #15288D; }

 a { background-color: rgb(21,40,141); }

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

<style>
 span { border-color: #15288D; }

 span { border-color: rgb(21,40,141); }

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