#193F90

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

Shades of Egyptian Blue #193F90

Tints of Egyptian Blue #193F90

Color information

#193F90 (or 0x193F90) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3F and 90. RGB value is (25,63,144). Sum of RGB (Red+Green+Blue) = 25+63+144=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #193F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F90 is #E6C06F. Grayscale: #3C3C3C. Windows color (decimal): -15122544 or 9453337. OLE color: 9453337.

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

Color convert

RGB2563144-
CMYK0.830.5600.44
HSL220.84º70.41%33.14%-
HSV(B)220.84º82.64%56.47%-
XYZ7.215.7827.12-
YUV60.87174.91102.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=10.78%
G=27.16%
B=62.07%

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
Decimal25631440.830.5600.44220.8470.4133.14
Hex193F90533802Cdd4621
Octal31772201237005433510641
Binary110011111111001000010100111110000101100110111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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