#183A8E

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

Shades of Egyptian Blue #183A8E

Tints of Egyptian Blue #183A8E

Color information

#183A8E (or 0x183A8E) is unknown color: approx Egyptian Blue. HEX triplet: 18, 3A and 8E. RGB value is (24,58,142). Sum of RGB (Red+Green+Blue) = 24+58+142=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #183A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183A8E is #E7C571. Grayscale: #393939. Windows color (decimal): -15189362 or 9320984. OLE color: 9320984.

HSL color Cylindrical-coordinate representation of color #183A8E: hue angle of 222.71º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183A8E is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2458142-
CMYK0.830.5900.44
HSL222.71º71.08%32.55%-
HSV(B)222.71º83.1%55.69%-
XYZ6.775.1726.23-
YUV57.41175.74104.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 142 (55.86% from 255) = 63.39%
R=10.71%
G=25.89%
B=63.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24581420.830.5900.44222.7171.0832.55
Hex183A8E533B02Cdf4721
Octal30722161237305433710741
Binary110001110101000111010100111110110101100110111111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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