#182397

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

Shades of Egyptian Blue #182397

Tints of Egyptian Blue #182397

Color information

#182397 (or 0x182397) is unknown color: approx Egyptian Blue. HEX triplet: 18, 23 and 97. RGB value is (24,35,151). Sum of RGB (Red+Green+Blue) = 24+35+151=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #182397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182397 is #E7DC68. Grayscale: #2C2C2C. Windows color (decimal): -15195241 or 9904920. OLE color: 9904920.

HSL color Cylindrical-coordinate representation of color #182397: hue angle of 234.8º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182397 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2435151-
CMYK0.840.7700.41
HSL234.8º72.57%34.31%-
HSV(B)234.8º84.11%59.22%-
XYZ6.563.6329.63-
YUV44.94187.86113.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 151 (59.38% from 255) = 71.90%
R=11.43%
G=16.67%
B=71.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24351510.840.7700.41234.872.5734.31
Hex182397544D029eb4922
Octal304322712411505135311142
Binary1100010001110010111101010010011010101001111010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182397; }

 p { color: rgb(24,35,151); }

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

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

 a { background-color: rgb(24,35,151); }

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

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

 span { border-color: rgb(24,35,151); }

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