#182D93

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

Shades of Egyptian Blue #182D93

Tints of Egyptian Blue #182D93

Color information

#182D93 (or 0x182D93) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2D and 93. RGB value is (24,45,147). Sum of RGB (Red+Green+Blue) = 24+45+147=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #182D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D93 is #E7D26C. Grayscale: #313131. Windows color (decimal): -15192685 or 9645336. OLE color: 9645336.

HSL color Cylindrical-coordinate representation of color #182D93: hue angle of 229.76º 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 #182D93 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2445147-
CMYK0.840.6900.42
HSL229.76º71.93%33.53%-
HSV(B)229.76º83.67%57.65%-
XYZ6.584.1828.06-
YUV50.35182.54109.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=11.11%
G=20.83%
B=68.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24451470.840.6900.42229.7671.9333.53
Hex182D93544502Ae64822
Octal305522312410505234611042
Binary1100010110110010011101010010001010101010111001101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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