#182E8B

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

Shades of Egyptian Blue #182E8B

Tints of Egyptian Blue #182E8B

Color information

#182E8B (or 0x182E8B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2E and 8B. RGB value is (24,46,139). Sum of RGB (Red+Green+Blue) = 24+46+139=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #182E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182E8B is #E7D174. Grayscale: #313131. Windows color (decimal): -15192437 or 9121304. OLE color: 9121304.

HSL color Cylindrical-coordinate representation of color #182E8B: hue angle of 228.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182E8B is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2446139-
CMYK0.830.6700.45
HSL228.52º70.55%31.96%-
HSV(B)228.52º82.73%54.51%-
XYZ6.014.0124.88-
YUV50.02178.21109.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=11.48%
G=22.01%
B=66.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24461390.830.6700.45228.5270.5531.96
Hex182E8B534302De54720
Octal305621312310305534510740
Binary1100010111010001011101001110000110101101111001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,139); }

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

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

 a { background-color: rgb(24,46,139); }

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

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

 span { border-color: rgb(24,46,139); }

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