#182594

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

Shades of Egyptian Blue #182594

Tints of Egyptian Blue #182594

Color information

#182594 (or 0x182594) is unknown color: approx Egyptian Blue. HEX triplet: 18, 25 and 94. RGB value is (24,37,148). Sum of RGB (Red+Green+Blue) = 24+37+148=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #182594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182594 is #E7DA6B. Grayscale: #2D2D2D. Windows color (decimal): -15194732 or 9708824. OLE color: 9708824.

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

Color convert

RGB2437148-
CMYK0.840.7500.42
HSL233.71º72.09%33.73%-
HSV(B)233.71º83.78%58.04%-
XYZ6.383.6628.39-
YUV45.77185.69112.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=11.48%
G=17.70%
B=70.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24371480.840.7500.42233.7172.0933.73
Hex182594544B02Aea4822
Octal304522412411305235211042
Binary1100010010110010100101010010010110101010111010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182594; }

 p { color: rgb(24,37,148); }

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

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

 a { background-color: rgb(24,37,148); }

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

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

 span { border-color: rgb(24,37,148); }

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