#1822AB

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

Shades of Egyptian Blue #1822AB

Tints of Egyptian Blue #1822AB

Color information

#1822AB (or 0x1822AB) is unknown color: approx Egyptian Blue. HEX triplet: 18, 22 and AB. RGB value is (24,34,171). Sum of RGB (Red+Green+Blue) = 24+34+171=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #1822AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1822AB is #E7DD54. Grayscale: #2E2E2E. Windows color (decimal): -15195477 or 11215384. OLE color: 11215384.

HSL color Cylindrical-coordinate representation of color #1822AB: hue angle of 235.92º 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 #1822AB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2434171-
CMYK0.860.8000.33
HSL235.92º75.38%38.24%-
HSV(B)235.92º85.96%67.06%-
XYZ8.34.2838.92-
YUV46.63198.19111.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 171 (67.19% from 255) = 74.67%
R=10.48%
G=14.85%
B=74.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24341710.860.8000.33235.9275.3838.24
Hex1822AB5650021ec4b26
Octal304225312612004135411346
Binary1100010001010101011101011010100000100001111011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1822AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1822AB; }

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

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

<style>
 a { background-color: #1822AB; }

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

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

<style>
 span { border-color: #1822AB; }

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

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