#18338D

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

Shades of Egyptian Blue #18338D

Tints of Egyptian Blue #18338D

Color information

#18338D (or 0x18338D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 33 and 8D. RGB value is (24,51,141). Sum of RGB (Red+Green+Blue) = 24+51+141=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #18338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18338D is #E7CC72. Grayscale: #343434. Windows color (decimal): -15191155 or 9253656. OLE color: 9253656.

HSL color Cylindrical-coordinate representation of color #18338D: hue angle of 226.15º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18338D is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2451141-
CMYK0.830.6400.45
HSL226.15º70.91%32.35%-
HSV(B)226.15º82.98%55.29%-
XYZ6.374.4825.73-
YUV53.19177.55107.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=11.11%
G=23.61%
B=65.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24511410.830.6400.45226.1570.9132.35
Hex18338D534002De24720
Octal306321512310005534210740
Binary1100011001110001101101001110000000101101111000101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,51,141); }

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

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

 a { background-color: rgb(24,51,141); }

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

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

 span { border-color: rgb(24,51,141); }

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