#194294

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

Shades of Egyptian Blue #194294

Tints of Egyptian Blue #194294

Color information

#194294 (or 0x194294) is unknown color: approx Egyptian Blue. HEX triplet: 19, 42 and 94. RGB value is (25,66,148). Sum of RGB (Red+Green+Blue) = 25+66+148=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #194294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194294 is #E6BD6B. Grayscale: #3E3E3E. Windows color (decimal): -15121772 or 9716249. OLE color: 9716249.

HSL color Cylindrical-coordinate representation of color #194294: hue angle of 220º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194294 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2566148-
CMYK0.830.5500.42
HSL220º71.1%33.92%-
HSV(B)220º83.11%58.04%-
XYZ7.696.2428.82-
YUV63.09175.92100.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=10.46%
G=27.62%
B=61.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25661480.830.5500.4222071.133.92
Hex194294533702Adc4722
Octal311022241236705233410742
Binary1100110000101001010010100111101110101010110111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194294; }

 p { color: rgb(25,66,148); }

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

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

 a { background-color: rgb(25,66,148); }

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

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

 span { border-color: rgb(25,66,148); }

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