#194B9F

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

Shades of Egyptian Blue #194B9F

Tints of Egyptian Blue #194B9F

Color information

#194B9F (or 0x194B9F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 4B and 9F. RGB value is (25,75,159). Sum of RGB (Red+Green+Blue) = 25+75+159=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #194B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B9F is #E6B460. Grayscale: #454545. Windows color (decimal): -15119457 or 10439449. OLE color: 10439449.

HSL color Cylindrical-coordinate representation of color #194B9F: hue angle of 217.61º 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 #194B9F is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2575159-
CMYK0.840.5300.38
HSL217.61º72.83%36.08%-
HSV(B)217.61º84.28%62.35%-
XYZ9.177.7433.81-
YUV69.63178.4496.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=9.65%
G=28.96%
B=61.39%

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
Decimal25751590.840.5300.38217.6172.8336.08
Hex194B9F5435026da4924
Octal311132371246504633211144
Binary1100110010111001111110101001101010100110110110101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,75,159); }

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

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

 a { background-color: rgb(25,75,159); }

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

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

 span { border-color: rgb(25,75,159); }

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