#194A9E

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

Shades of Egyptian Blue #194A9E

Tints of Egyptian Blue #194A9E

Color information

#194A9E (or 0x194A9E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 4A and 9E. RGB value is (25,74,158). Sum of RGB (Red+Green+Blue) = 25+74+158=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #194A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A9E is #E6B561. Grayscale: #444444. Windows color (decimal): -15119714 or 10373657. OLE color: 10373657.

HSL color Cylindrical-coordinate representation of color #194A9E: hue angle of 217.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194A9E is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2574158-
CMYK0.840.5300.38
HSL217.89º72.68%35.88%-
HSV(B)217.89º84.18%61.96%-
XYZ9.027.5733.33-
YUV68.92178.2796.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.73%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=9.73%
G=28.79%
B=61.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25741580.840.5300.38217.8972.6835.88
Hex194A9E5435026da4924
Octal311122361246504633211144
Binary1100110010101001111010101001101010100110110110101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194A9E; }

 p { color: rgb(25,74,158); }

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

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

 a { background-color: rgb(25,74,158); }

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

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

 span { border-color: rgb(25,74,158); }

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