#15298D

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

Shades of Egyptian Blue #15298D

Tints of Egyptian Blue #15298D

Color information

#15298D (or 0x15298D) is unknown color: approx Egyptian Blue. HEX triplet: 15, 29 and 8D. RGB value is (21,41,141). Sum of RGB (Red+Green+Blue) = 21+41+141=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #15298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15298D is #EAD672. Grayscale: #2E2E2E. Windows color (decimal): -15390323 or 9251093. OLE color: 9251093.

HSL color Cylindrical-coordinate representation of color #15298D: hue angle of 230º 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 #15298D is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2141141-
CMYK0.850.7100.45
HSL230º74.07%31.76%-
HSV(B)230º85.11%55.29%-
XYZ5.913.6725.6-
YUV46.42181.37109.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=10.34%
G=20.20%
B=69.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21411410.850.7100.4523074.0731.76
Hex15298D554702De64a20
Octal255121512510705534611240
Binary1010110100110001101101010110001110101101111001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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