#182ba0

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

Shades of Egyptian Blue #182BA0

Tints of Egyptian Blue #182BA0

Color information

#182BA0 (or 0x182BA0) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2B and A0. RGB value is (24,43,160). Sum of RGB (Red+Green+Blue) = 24+43+160=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #182BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BA0 is #E7D45F. Grayscale: #323232. Windows color (decimal): -15193184 or 10496792. OLE color: 10496792.

HSL color Cylindrical-coordinate representation of color #182BA0: hue angle of 231.62º 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 #182BA0 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2443160-
CMYK0.850.7300.37
HSL231.62º73.91%36.08%-
HSV(B)231.62º85%62.75%-
XYZ7.594.4633.72-
YUV50.66189.71108.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 160 (62.89% from 255) = 70.48%
R=10.57%
G=18.94%
B=70.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24431600.850.7300.37231.6273.9136.08
Hex182BA05549025e84a24
Octal305324012511104535011244
Binary1100010101110100000101010110010010100101111010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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