#182A89

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

Shades of Egyptian Blue #182A89

Tints of Egyptian Blue #182A89

Color information

#182A89 (or 0x182A89) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2A and 89. RGB value is (24,42,137). Sum of RGB (Red+Green+Blue) = 24+42+137=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #182A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A89 is #E7D576. Grayscale: #2F2F2F. Windows color (decimal): -15193463 or 8989208. OLE color: 8989208.

HSL color Cylindrical-coordinate representation of color #182A89: hue angle of 230.44º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182A89 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2442137-
CMYK0.820.6900.46
HSL230.44º70.19%31.57%-
HSV(B)230.44º82.48%53.73%-
XYZ5.723.6624.07-
YUV47.45178.54111.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=11.82%
G=20.69%
B=67.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24421370.820.6900.46230.4470.1931.57
Hex182A89524502Ee64620
Octal305221112210505634610640
Binary1100010101010001001101001010001010101110111001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A89; }

 p { color: rgb(24,42,137); }

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

<style>
 a { background-color: #182A89; }

 a { background-color: rgb(24,42,137); }

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

<style>
 span { border-color: #182A89; }

 span { border-color: rgb(24,42,137); }

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