#18359b

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

Shades of Egyptian Blue #18359B

Tints of Egyptian Blue #18359B

Color information

#18359B (or 0x18359B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 35 and 9B. RGB value is (24,53,155). Sum of RGB (Red+Green+Blue) = 24+53+155=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #18359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18359B is #E7CA64. Grayscale: #373737. Windows color (decimal): -15190629 or 10171672. OLE color: 10171672.

HSL color Cylindrical-coordinate representation of color #18359B: hue angle of 226.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18359B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2453155-
CMYK0.850.6600.39
HSL226.72º73.18%35.1%-
HSV(B)226.72º84.52%60.78%-
XYZ7.575.1131.6-
YUV55.96183.89105.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=10.34%
G=22.84%
B=66.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24531550.850.6600.39226.7273.1835.1
Hex18359B5542027e34923
Octal306523312510204734311143
Binary1100011010110011011101010110000100100111111000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18359b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18359b; }

 p { color: rgb(24,53,155); }

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

<style>
 a { background-color: #18359b; }

 a { background-color: rgb(24,53,155); }

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

<style>
 span { border-color: #18359b; }

 span { border-color: rgb(24,53,155); }

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