#193F94

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

Shades of Egyptian Blue #193F94

Tints of Egyptian Blue #193F94

Color information

#193F94 (or 0x193F94) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3F and 94. RGB value is (25,63,148). Sum of RGB (Red+Green+Blue) = 25+63+148=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #193F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F94 is #E6C06B. Grayscale: #3C3C3C. Windows color (decimal): -15122540 or 9715481. OLE color: 9715481.

HSL color Cylindrical-coordinate representation of color #193F94: hue angle of 221.46º 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 #193F94 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2563148-
CMYK0.830.5700.42
HSL221.46º71.1%33.92%-
HSV(B)221.46º83.11%58.04%-
XYZ7.525.928.76-
YUV61.33176.91102.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=10.59%
G=26.69%
B=62.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25631480.830.5700.42221.4671.133.92
Hex193F94533902Add4722
Octal31772241237105233510742
Binary110011111111001010010100111110010101010110111011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193F94; }

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

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

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

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

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

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

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

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