#182894

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

Shades of Egyptian Blue #182894

Tints of Egyptian Blue #182894

Color information

#182894 (or 0x182894) is unknown color: approx Egyptian Blue. HEX triplet: 18, 28 and 94. RGB value is (24,40,148). Sum of RGB (Red+Green+Blue) = 24+40+148=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #182894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182894 is #E7D76B. Grayscale: #2F2F2F. Windows color (decimal): -15193964 or 9709592. OLE color: 9709592.

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

Color convert

RGB2440148-
CMYK0.840.7300.42
HSL232.26º72.09%33.73%-
HSV(B)232.26º83.78%58.04%-
XYZ6.483.8528.42-
YUV47.53184.7111.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 148 (58.20% from 255) = 69.81%
R=11.32%
G=18.87%
B=69.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24401480.840.7300.42232.2672.0933.73
Hex182894544902Ae84822
Octal305022412411105235011042
Binary1100010100010010100101010010010010101010111010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182894; }

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

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

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

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

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

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

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

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