#18328D

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

Shades of Egyptian Blue #18328D

Tints of Egyptian Blue #18328D

Color information

#18328D (or 0x18328D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 32 and 8D. RGB value is (24,50,141). Sum of RGB (Red+Green+Blue) = 24+50+141=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #18328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18328D is #E7CD72. Grayscale: #343434. Windows color (decimal): -15191411 or 9253400. OLE color: 9253400.

HSL color Cylindrical-coordinate representation of color #18328D: hue angle of 226.67º 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 #18328D is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2450141-
CMYK0.830.6500.45
HSL226.67º70.91%32.35%-
HSV(B)226.67º82.98%55.29%-
XYZ6.334.425.71-
YUV52.6177.89107.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 141 (55.47% from 255) = 65.58%
R=11.16%
G=23.26%
B=65.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24501410.830.6500.45226.6770.9132.35
Hex18328D534102De34720
Octal306221512310105534310740
Binary1100011001010001101101001110000010101101111000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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