#193A90

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

Shades of Egyptian Blue #193A90

Tints of Egyptian Blue #193A90

Color information

#193A90 (or 0x193A90) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and 90. RGB value is (25,58,144). Sum of RGB (Red+Green+Blue) = 25+58+144=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #193A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A90 is #E6C56F. Grayscale: #393939. Windows color (decimal): -15123824 or 9452057. OLE color: 9452057.

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

Color convert

RGB2558144-
CMYK0.830.6000.44
HSL223.36º70.41%33.14%-
HSV(B)223.36º82.64%56.47%-
XYZ6.955.2527.03-
YUV57.94176.57104.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=11.01%
G=25.55%
B=63.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25581440.830.6000.44223.3670.4133.14
Hex193A90533C02Cdf4621
Octal31722201237405433710641
Binary110011110101001000010100111111000101100110111111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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