#182E8A

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

Shades of Egyptian Blue #182E8A

Tints of Egyptian Blue #182E8A

Color information

#182E8A (or 0x182E8A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2E and 8A. RGB value is (24,46,138). Sum of RGB (Red+Green+Blue) = 24+46+138=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #182E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182E8A is #E7D175. Grayscale: #313131. Windows color (decimal): -15192438 or 9055768. OLE color: 9055768.

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

Color convert

RGB2446138-
CMYK0.830.6700.46
HSL228.42º70.37%31.76%-
HSV(B)228.42º82.61%54.12%-
XYZ5.943.9824.5-
YUV49.91177.71109.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=11.54%
G=22.12%
B=66.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24461380.830.6700.46228.4270.3731.76
Hex182E8A534302Ee44620
Octal305621212310305634410640
Binary1100010111010001010101001110000110101110111001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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