#18319E

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

Shades of Egyptian Blue #18319E

Tints of Egyptian Blue #18319E

Color information

#18319E (or 0x18319E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 31 and 9E. RGB value is (24,49,158). Sum of RGB (Red+Green+Blue) = 24+49+158=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #18319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18319E is #E7CE61. Grayscale: #353535. Windows color (decimal): -15191650 or 10367256. OLE color: 10367256.

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

Color convert

RGB2449158-
CMYK0.850.6900.38
HSL228.81º73.63%35.69%-
HSV(B)228.81º84.81%61.96%-
XYZ7.654.8632.88-
YUV53.95186.72106.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 158 (62.11% from 255) = 68.40%
R=10.39%
G=21.21%
B=68.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24491580.850.6900.38228.8173.6335.69
Hex18319E5545026e54a24
Octal306123612510504634511244
Binary1100011000110011110101010110001010100110111001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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