#18279F

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

Shades of Egyptian Blue #18279F

Tints of Egyptian Blue #18279F

Color information

#18279F (or 0x18279F) is unknown color: approx Egyptian Blue. HEX triplet: 18, 27 and 9F. RGB value is (24,39,159). Sum of RGB (Red+Green+Blue) = 24+39+159=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #18279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18279F is #E7D860. Grayscale: #2F2F2F. Windows color (decimal): -15194209 or 10430232. OLE color: 10430232.

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

Color convert

RGB2439159-
CMYK0.850.7500.38
HSL233.33º73.77%35.88%-
HSV(B)233.33º84.91%62.35%-
XYZ7.364.1533.21-
YUV48.19190.53110.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 159 (62.5% from 255) = 71.62%
R=10.81%
G=17.57%
B=71.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24391590.850.7500.38233.3373.7735.88
Hex18279F554B026e94a24
Octal304723712511304635111244
Binary1100010011110011111101010110010110100110111010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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