#18269F

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

Shades of Egyptian Blue #18269F

Tints of Egyptian Blue #18269F

Color information

#18269F (or 0x18269F) is unknown color: approx Egyptian Blue. HEX triplet: 18, 26 and 9F. RGB value is (24,38,159). Sum of RGB (Red+Green+Blue) = 24+38+159=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #18269F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18269F is #E7D960. Grayscale: #2F2F2F. Windows color (decimal): -15194465 or 10429976. OLE color: 10429976.

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

Color convert

RGB2438159-
CMYK0.850.7600.38
HSL233.78º73.77%35.88%-
HSV(B)233.78º84.91%62.35%-
XYZ7.334.0833.2-
YUV47.61190.86111.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=10.86%
G=17.19%
B=71.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24381590.850.7600.38233.7873.7735.88
Hex18269F554C026ea4a24
Octal304623712511404635211244
Binary1100010011010011111101010110011000100110111010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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