#15258E

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

Shades of Egyptian Blue #15258E

Tints of Egyptian Blue #15258E

Color information

#15258E (or 0x15258E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 25 and 8E. RGB value is (21,37,142). Sum of RGB (Red+Green+Blue) = 21+37+142=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #15258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15258E is #EADA71. Grayscale: #2B2B2B. Windows color (decimal): -15391346 or 9315605. OLE color: 9315605.

HSL color Cylindrical-coordinate representation of color #15258E: hue angle of 232.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15258E is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2137142-
CMYK0.850.7400.44
HSL232.07º74.23%31.96%-
HSV(B)232.07º85.21%55.69%-
XYZ5.853.4425.95-
YUV44.19183.2111.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 142 (55.86% from 255) = 71%
R=10.5%
G=18.5%
B=71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21371420.850.7400.44232.0774.2331.96
Hex15258E554A02Ce84a20
Octal254521612511205435011240
Binary1010110010110001110101010110010100101100111010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15258E; }

 p { color: rgb(21,37,142); }

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

<style>
 a { background-color: #15258E; }

 a { background-color: rgb(21,37,142); }

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

<style>
 span { border-color: #15258E; }

 span { border-color: rgb(21,37,142); }

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