#182E9D

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

Shades of Egyptian Blue #182E9D

Tints of Egyptian Blue #182E9D

Color information

#182E9D (or 0x182E9D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2E and 9D. RGB value is (24,46,157). Sum of RGB (Red+Green+Blue) = 24+46+157=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #182E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182E9D is #E7D162. Grayscale: #333333. Windows color (decimal): -15192419 or 10300952. OLE color: 10300952.

HSL color Cylindrical-coordinate representation of color #182E9D: hue angle of 230.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182E9D is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2446157-
CMYK0.850.7100.38
HSL230.08º73.48%35.49%-
HSV(B)230.08º84.71%61.57%-
XYZ7.444.5832.39-
YUV52.08187.21107.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 157 (61.72% from 255) = 69.16%
R=10.57%
G=20.26%
B=69.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24461570.850.7100.38230.0873.4835.49
Hex182E9D5547026e64923
Octal305623512510704634611143
Binary1100010111010011101101010110001110100110111001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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