#182692

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

Shades of Egyptian Blue #182692

Tints of Egyptian Blue #182692

Color information

#182692 (or 0x182692) is unknown color: approx Egyptian Blue. HEX triplet: 18, 26 and 92. RGB value is (24,38,146). Sum of RGB (Red+Green+Blue) = 24+38+146=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #182692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182692 is #E7D96D. Grayscale: #2D2D2D. Windows color (decimal): -15194478 or 9578008. OLE color: 9578008.

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

Color convert

RGB2438146-
CMYK0.840.7400.43
HSL233.11º71.76%33.33%-
HSV(B)233.11º83.56%57.25%-
XYZ6.263.6627.57-
YUV46.13184.36112.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 146 (57.42% from 255) = 70.19%
R=11.54%
G=18.27%
B=70.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24381460.840.7400.43233.1171.7633.33
Hex182692544A02Be94821
Octal304622212411205335111041
Binary1100010011010010010101010010010100101011111010011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182692; }

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

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

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

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

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

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

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

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