#182992

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

Shades of Egyptian Blue #182992

Tints of Egyptian Blue #182992

Color information

#182992 (or 0x182992) is unknown color: approx Egyptian Blue. HEX triplet: 18, 29 and 92. RGB value is (24,41,146). Sum of RGB (Red+Green+Blue) = 24+41+146=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #182992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182992 is #E7D66D. Grayscale: #2F2F2F. Windows color (decimal): -15193710 or 9578776. OLE color: 9578776.

HSL color Cylindrical-coordinate representation of color #182992: hue angle of 231.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182992 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2441146-
CMYK0.840.7200.43
HSL231.64º71.76%33.33%-
HSV(B)231.64º83.56%57.25%-
XYZ6.363.8627.6-
YUV47.89183.37110.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=11.37%
G=19.43%
B=69.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24411460.840.7200.43231.6471.7633.33
Hex182992544802Be84821
Octal305122212411005335011041
Binary1100010100110010010101010010010000101011111010001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182992; }

 p { color: rgb(24,41,146); }

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

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

 a { background-color: rgb(24,41,146); }

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

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

 span { border-color: rgb(24,41,146); }

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