#182297

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

Shades of Egyptian Blue #182297

Tints of Egyptian Blue #182297

Color information

#182297 (or 0x182297) is unknown color: approx Egyptian Blue. HEX triplet: 18, 22 and 97. RGB value is (24,34,151). Sum of RGB (Red+Green+Blue) = 24+34+151=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #182297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182297 is #E7DD68. Grayscale: #2B2B2B. Windows color (decimal): -15195497 or 9904664. OLE color: 9904664.

HSL color Cylindrical-coordinate representation of color #182297: hue angle of 235.28º 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 #182297 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2434151-
CMYK0.840.7700.41
HSL235.28º72.57%34.31%-
HSV(B)235.28º84.11%59.22%-
XYZ6.533.5729.62-
YUV44.35188.19113.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 151 (59.38% from 255) = 72.25%
R=11.48%
G=16.27%
B=72.25%

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
Decimal24341510.840.7700.41235.2872.5734.31
Hex182297544D029eb4922
Octal304222712411505135311142
Binary1100010001010010111101010010011010101001111010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182297; }

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

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

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

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

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

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

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

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