#18239D

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

Shades of Egyptian Blue #18239D

Tints of Egyptian Blue #18239D

Color information

#18239D (or 0x18239D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 23 and 9D. RGB value is (24,35,157). Sum of RGB (Red+Green+Blue) = 24+35+157=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #18239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18239D is #E7DC62. Grayscale: #2D2D2D. Windows color (decimal): -15195235 or 10298136. OLE color: 10298136.

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

Color convert

RGB2435157-
CMYK0.850.7800.38
HSL235.04º73.48%35.49%-
HSV(B)235.04º84.71%61.57%-
XYZ7.063.8332.27-
YUV45.62190.86112.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 157 (61.72% from 255) = 72.69%
R=11.11%
G=16.20%
B=72.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24351570.850.7800.38235.0473.4835.49
Hex18239D554E026eb4923
Octal304323512511604635311143
Binary1100010001110011101101010110011100100110111010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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