#183AA2

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

Shades of Egyptian Blue #183AA2

Tints of Egyptian Blue #183AA2

Color information

#183AA2 (or 0x183AA2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 3A and A2. RGB value is (24,58,162). Sum of RGB (Red+Green+Blue) = 24+58+162=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #183AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183AA2 is #E7C55D. Grayscale: #3B3B3B. Windows color (decimal): -15189342 or 10631704. OLE color: 10631704.

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

Color convert

RGB2458162-
CMYK0.850.6400.36
HSL225.22º74.19%36.47%-
HSV(B)225.22º85.19%63.53%-
XYZ8.415.8334.86-
YUV59.69185.74102.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 162 (63.67% from 255) = 66.39%
R=9.84%
G=23.77%
B=66.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24581620.850.6400.36225.2274.1936.47
Hex183AA25540024e14a24
Octal307224212510004434111244
Binary1100011101010100010101010110000000100100111000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183AA2; }

 p { color: rgb(24,58,162); }

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

<style>
 a { background-color: #183AA2; }

 a { background-color: rgb(24,58,162); }

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

<style>
 span { border-color: #183AA2; }

 span { border-color: rgb(24,58,162); }

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