#18268E

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

Shades of Egyptian Blue #18268E

Tints of Egyptian Blue #18268E

Color information

#18268E (or 0x18268E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 26 and 8E. RGB value is (24,38,142). Sum of RGB (Red+Green+Blue) = 24+38+142=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #18268E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18268E is #E7D971. Grayscale: #2D2D2D. Windows color (decimal): -15194482 or 9315864. OLE color: 9315864.

HSL color Cylindrical-coordinate representation of color #18268E: hue angle of 232.88º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18268E is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2438142-
CMYK0.830.7300.44
HSL232.88º71.08%32.55%-
HSV(B)232.88º83.1%55.69%-
XYZ5.953.5325.96-
YUV45.67182.36112.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=11.76%
G=18.63%
B=69.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24381420.830.7300.44232.8871.0832.55
Hex18268E534902Ce94721
Octal304621612311105435110741
Binary1100010011010001110101001110010010101100111010011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,38,142); }

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

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

 a { background-color: rgb(24,38,142); }

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

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

 span { border-color: rgb(24,38,142); }

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