#18269D

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

Shades of Egyptian Blue #18269D

Tints of Egyptian Blue #18269D

Color information

#18269D (or 0x18269D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 26 and 9D. RGB value is (24,38,157). Sum of RGB (Red+Green+Blue) = 24+38+157=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #18269D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18269D is #E7D962. Grayscale: #2E2E2E. Windows color (decimal): -15194467 or 10298904. OLE color: 10298904.

HSL color Cylindrical-coordinate representation of color #18269D: hue angle of 233.68º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18269D is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2438157-
CMYK0.850.7600.38
HSL233.68º73.48%35.49%-
HSV(B)233.68º84.71%61.57%-
XYZ7.164.0132.3-
YUV47.38189.86111.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 157 (61.72% from 255) = 71.69%
R=10.96%
G=17.35%
B=71.69%

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
Decimal24381570.850.7600.38233.6873.4835.49
Hex18269D554C026ea4923
Octal304623512511404635211143
Binary1100010011010011101101010110011000100110111010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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