#18399F

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

Shades of Egyptian Blue #18399F

Tints of Egyptian Blue #18399F

Color information

#18399F (or 0x18399F) is unknown color: approx Egyptian Blue. HEX triplet: 18, 39 and 9F. RGB value is (24,57,159). Sum of RGB (Red+Green+Blue) = 24+57+159=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #18399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18399F is #E7C660. Grayscale: #3A3A3A. Windows color (decimal): -15189601 or 10434840. OLE color: 10434840.

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

Color convert

RGB2457159-
CMYK0.850.6400.38
HSL225.33º73.77%35.88%-
HSV(B)225.33º84.91%62.35%-
XYZ8.15.6233.46-
YUV58.76184.57103.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 159 (62.5% from 255) = 66.25%
R=10%
G=23.75%
B=66.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24571590.850.6400.38225.3373.7735.88
Hex18399F5540026e14a24
Octal307123712510004634111244
Binary1100011100110011111101010110000000100110111000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18399F; }

 p { color: rgb(24,57,159); }

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

<style>
 a { background-color: #18399F; }

 a { background-color: rgb(24,57,159); }

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

<style>
 span { border-color: #18399F; }

 span { border-color: rgb(24,57,159); }

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