#18279B

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

Shades of Egyptian Blue #18279B

Tints of Egyptian Blue #18279B

Color information

#18279B (or 0x18279B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 27 and 9B. RGB value is (24,39,155). Sum of RGB (Red+Green+Blue) = 24+39+155=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #18279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18279B is #E7D864. Grayscale: #2F2F2F. Windows color (decimal): -15194213 or 10168088. OLE color: 10168088.

HSL color Cylindrical-coordinate representation of color #18279B: hue angle of 233.13º 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 #18279B is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2439155-
CMYK0.850.7500.39
HSL233.13º73.18%35.1%-
HSV(B)233.13º84.52%60.78%-
XYZ7.024.0131.41-
YUV47.74188.53111.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=11.01%
G=17.89%
B=71.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24391550.850.7500.39233.1373.1835.1
Hex18279B554B027e94923
Octal304723312511304735111143
Binary1100010011110011011101010110010110100111111010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18279B; }

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

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

<style>
 a { background-color: #18279B; }

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

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

<style>
 span { border-color: #18279B; }

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

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