#182C93

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

Shades of Egyptian Blue #182C93

Tints of Egyptian Blue #182C93

Color information

#182C93 (or 0x182C93) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2C and 93. RGB value is (24,44,147). Sum of RGB (Red+Green+Blue) = 24+44+147=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #182C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C93 is #E7D36C. Grayscale: #313131. Windows color (decimal): -15192941 or 9645080. OLE color: 9645080.

HSL color Cylindrical-coordinate representation of color #182C93: hue angle of 230.24º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182C93 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2444147-
CMYK0.840.7000.42
HSL230.24º71.93%33.53%-
HSV(B)230.24º83.67%57.65%-
XYZ6.544.128.05-
YUV49.76182.87109.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=11.16%
G=20.47%
B=68.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24441470.840.7000.42230.2471.9333.53
Hex182C93544602Ae64822
Octal305422312410605234611042
Binary1100010110010010011101010010001100101010111001101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,147); }

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

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

 a { background-color: rgb(24,44,147); }

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

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

 span { border-color: rgb(24,44,147); }

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