#18259D

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

Shades of Egyptian Blue #18259D

Tints of Egyptian Blue #18259D

Color information

#18259D (or 0x18259D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 25 and 9D. RGB value is (24,37,157). Sum of RGB (Red+Green+Blue) = 24+37+157=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #18259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259D is #E7DA62. Grayscale: #2E2E2E. Windows color (decimal): -15194723 or 10298648. OLE color: 10298648.

HSL color Cylindrical-coordinate representation of color #18259D: hue angle of 234.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18259D is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2437157-
CMYK0.850.7600.38
HSL234.14º73.48%35.49%-
HSV(B)234.14º84.71%61.57%-
XYZ7.123.9532.29-
YUV46.79190.19111.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 157 (61.72% from 255) = 72.02%
R=11.01%
G=16.97%
B=72.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24371570.850.7600.38234.1473.4835.49
Hex18259D554C026ea4923
Octal304523512511404635211143
Binary1100010010110011101101010110011000100110111010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,37,157); }

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

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

 a { background-color: rgb(24,37,157); }

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

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

 span { border-color: rgb(24,37,157); }

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