#181EAB

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

Shades of Egyptian Blue #181EAB

Tints of Egyptian Blue #181EAB

Color information

#181EAB (or 0x181EAB) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1E and AB. RGB value is (24,30,171). Sum of RGB (Red+Green+Blue) = 24+30+171=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #181EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181EAB is #E7E154. Grayscale: #2B2B2B. Windows color (decimal): -15196501 or 11214360. OLE color: 11214360.

HSL color Cylindrical-coordinate representation of color #181EAB: hue angle of 237.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181EAB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2430171-
CMYK0.860.8200.33
HSL237.55º75.38%38.24%-
HSV(B)237.55º85.96%67.06%-
XYZ8.194.0638.88-
YUV44.28199.51113.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 171 (67.19% from 255) = 76%
R=10.67%
G=13.33%
B=76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24301710.860.8200.33237.5575.3838.24
Hex181EAB5652021ee4b26
Octal303625312612204135611346
Binary110001111010101011101011010100100100001111011101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181EAB; }

 p { color: rgb(24,30,171); }

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

<style>
 a { background-color: #181EAB; }

 a { background-color: rgb(24,30,171); }

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

<style>
 span { border-color: #181EAB; }

 span { border-color: rgb(24,30,171); }

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