#15298B

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

Shades of Egyptian Blue #15298B

Tints of Egyptian Blue #15298B

Color information

#15298B (or 0x15298B) is unknown color: approx Egyptian Blue. HEX triplet: 15, 29 and 8B. RGB value is (21,41,139). Sum of RGB (Red+Green+Blue) = 21+41+139=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #15298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15298B is #EAD674. Grayscale: #2D2D2D. Windows color (decimal): -15390325 or 9120021. OLE color: 9120021.

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

Color convert

RGB2141139-
CMYK0.850.7100.45
HSL229.83º73.75%31.37%-
HSV(B)229.83º84.89%54.51%-
XYZ5.763.6124.82-
YUV46.19180.37110.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=10.45%
G=20.40%
B=69.15%

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
Decimal21411390.850.7100.45229.8373.7531.37
Hex15298B554702De64a1f
Octal255121312510705534611237
Binary101011010011000101110101011000111010110111100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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