#18389E

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

Shades of Egyptian Blue #18389E

Tints of Egyptian Blue #18389E

Color information

#18389E (or 0x18389E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 38 and 9E. RGB value is (24,56,158). Sum of RGB (Red+Green+Blue) = 24+56+158=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #18389E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18389E is #E7C761. Grayscale: #393939. Windows color (decimal): -15189858 or 10369048. OLE color: 10369048.

HSL color Cylindrical-coordinate representation of color #18389E: hue angle of 225.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18389E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2456158-
CMYK0.850.6500.38
HSL225.67º73.63%35.69%-
HSV(B)225.67º84.81%61.96%-
XYZ7.965.4932.99-
YUV58.06184.4103.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=10.08%
G=23.53%
B=66.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24561580.850.6500.38225.6773.6335.69
Hex18389E5541026e24a24
Octal307023612510104634211244
Binary1100011100010011110101010110000010100110111000101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,56,158); }

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

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

 a { background-color: rgb(24,56,158); }

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

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

 span { border-color: rgb(24,56,158); }

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