#18399E

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

Shades of Egyptian Blue #18399E

Tints of Egyptian Blue #18399E

Color information

#18399E (or 0x18399E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 39 and 9E. RGB value is (24,57,158). Sum of RGB (Red+Green+Blue) = 24+57+158=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #18399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18399E is #E7C661. Grayscale: #3A3A3A. Windows color (decimal): -15189602 or 10369304. OLE color: 10369304.

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

Color convert

RGB2457158-
CMYK0.850.6400.38
HSL225.22º73.63%35.69%-
HSV(B)225.22º84.81%61.96%-
XYZ8.015.5933-
YUV58.65184.07103.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=10.04%
G=23.85%
B=66.11%

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
Decimal24571580.850.6400.38225.2273.6335.69
Hex18399E5540026e14a24
Octal307123612510004634111244
Binary1100011100110011110101010110000000100110111000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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