#194090

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

Shades of Egyptian Blue #194090

Tints of Egyptian Blue #194090

Color information

#194090 (or 0x194090) is unknown color: approx Egyptian Blue. HEX triplet: 19, 40 and 90. RGB value is (25,64,144). Sum of RGB (Red+Green+Blue) = 25+64+144=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #194090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194090 is #E6BF6F. Grayscale: #3D3D3D. Windows color (decimal): -15122288 or 9453593. OLE color: 9453593.

HSL color Cylindrical-coordinate representation of color #194090: hue angle of 220.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194090 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2564144-
CMYK0.830.5600.44
HSL220.34º70.41%33.14%-
HSV(B)220.34º82.64%56.47%-
XYZ7.275.8927.14-
YUV61.46174.58102-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 144 (56.64% from 255) = 61.80%
R=10.73%
G=27.47%
B=61.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25641440.830.5600.44220.3470.4133.14
Hex194090533802Cdc4621
Octal311002201237005433410641
Binary1100110000001001000010100111110000101100110111001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194090; }

 p { color: rgb(25,64,144); }

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

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

 a { background-color: rgb(25,64,144); }

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

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

 span { border-color: rgb(25,64,144); }

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