#181AAD

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

Shades of Egyptian Blue #181AAD

Tints of Egyptian Blue #181AAD

Color information

#181AAD (or 0x181AAD) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1A and AD. RGB value is (24,26,173). Sum of RGB (Red+Green+Blue) = 24+26+173=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #181AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AAD is #E7E552. Grayscale: #292929. Windows color (decimal): -15197523 or 11344408. OLE color: 11344408.

HSL color Cylindrical-coordinate representation of color #181AAD: hue angle of 239.19º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181AAD is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2426173-
CMYK0.860.8500.32
HSL239.19º75.63%38.63%-
HSV(B)239.19º86.13%67.84%-
XYZ8.293.9539.86-
YUV42.16201.84115.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 173 (67.97% from 255) = 77.58%
R=10.76%
G=11.66%
B=77.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24261730.860.8500.32239.1975.6338.63
Hex181AAD5655020ef4c27
Octal303225512612504035711447
Binary110001101010101101101011010101010100000111011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,26,173); }

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

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

 a { background-color: rgb(24,26,173); }

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

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

 span { border-color: rgb(24,26,173); }

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