#18219A

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

Shades of Egyptian Blue #18219A

Tints of Egyptian Blue #18219A

Color information

#18219A (or 0x18219A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 21 and 9A. RGB value is (24,33,154). Sum of RGB (Red+Green+Blue) = 24+33+154=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #18219A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18219A is #E7DE65. Grayscale: #2B2B2B. Windows color (decimal): -15195750 or 10101016. OLE color: 10101016.

HSL color Cylindrical-coordinate representation of color #18219A: hue angle of 235.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18219A is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2433154-
CMYK0.840.7900.40
HSL235.85º73.03%34.9%-
HSV(B)235.85º84.42%60.39%-
XYZ6.753.6130.91-
YUV44.1190.02113.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 154 (60.55% from 255) = 72.99%
R=11.37%
G=15.64%
B=72.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24331540.840.7900.40235.8573.0334.9
Hex18219A544F028ec4923
Octal304123212411705035411143
Binary1100010000110011010101010010011110101000111011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18219A; }

 p { color: rgb(24,33,154); }

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

<style>
 a { background-color: #18219A; }

 a { background-color: rgb(24,33,154); }

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

<style>
 span { border-color: #18219A; }

 span { border-color: rgb(24,33,154); }

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