#182AA0

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

Shades of Egyptian Blue #182AA0

Tints of Egyptian Blue #182AA0

Color information

#182AA0 (or 0x182AA0) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2A and A0. RGB value is (24,42,160). Sum of RGB (Red+Green+Blue) = 24+42+160=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 160 (62.89% from 255 or 70.80% from 226); Max value from RGB is 160 - color contains mainly: blue. Hex color #182AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182AA0 is #E7D55F. Grayscale: #313131. Windows color (decimal): -15193440 or 10496536. OLE color: 10496536.

HSL color Cylindrical-coordinate representation of color #182AA0: hue angle of 232.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182AA0 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2442160-
CMYK0.850.7400.37
HSL232.06º73.91%36.08%-
HSV(B)232.06º85%62.75%-
XYZ7.554.3933.71-
YUV50.07190.04109.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 160 (62.89% from 255) = 70.80%
R=10.62%
G=18.58%
B=70.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24421600.850.7400.37232.0673.9136.08
Hex182AA0554A025e84a24
Octal305224012511204535011244
Binary1100010101010100000101010110010100100101111010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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