#181FAD

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

Shades of Egyptian Blue #181FAD

Tints of Egyptian Blue #181FAD

Color information

#181FAD (or 0x181FAD) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1F and AD. RGB value is (24,31,173). Sum of RGB (Red+Green+Blue) = 24+31+173=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #181FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181FAD is #E7E052. Grayscale: #2C2C2C. Windows color (decimal): -15196243 or 11345688. OLE color: 11345688.

HSL color Cylindrical-coordinate representation of color #181FAD: hue angle of 237.18º 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 #181FAD is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2431173-
CMYK0.860.8200.32
HSL237.18º75.63%38.63%-
HSV(B)237.18º86.13%67.84%-
XYZ8.414.1939.9-
YUV45.1200.18112.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 173 (67.97% from 255) = 75.88%
R=10.53%
G=13.60%
B=75.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24311730.860.8200.32237.1875.6338.63
Hex181FAD5652020ed4c27
Octal303725512612204035511447
Binary110001111110101101101011010100100100000111011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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