#183BA2

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

Shades of Egyptian Blue #183BA2

Tints of Egyptian Blue #183BA2

Color information

#183BA2 (or 0x183BA2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 3B and A2. RGB value is (24,59,162). Sum of RGB (Red+Green+Blue) = 24+59+162=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #183BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA2 is #E7C45D. Grayscale: #3B3B3B. Windows color (decimal): -15189086 or 10631960. OLE color: 10631960.

HSL color Cylindrical-coordinate representation of color #183BA2: hue angle of 224.78º 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 #183BA2 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2459162-
CMYK0.850.6400.36
HSL224.78º74.19%36.47%-
HSV(B)224.78º85.19%63.53%-
XYZ8.465.9334.88-
YUV60.28185.4102.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=9.80%
G=24.08%
B=66.12%

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
Decimal24591620.850.6400.36224.7874.1936.47
Hex183BA25540024e14a24
Octal307324212510004434111244
Binary1100011101110100010101010110000000100100111000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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