#193EAA

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

Shades of Egyptian Blue #193EAA

Tints of Egyptian Blue #193EAA

Color information

#193EAA (or 0x193EAA) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3E and AA. RGB value is (25,62,170). Sum of RGB (Red+Green+Blue) = 25+62+170=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #193EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193EAA is #E6C155. Grayscale: #3E3E3E. Windows color (decimal): -15122774 or 11157017. OLE color: 11157017.

HSL color Cylindrical-coordinate representation of color #193EAA: hue angle of 224.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193EAA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2562170-
CMYK0.850.6400.33
HSL224.69º74.36%38.24%-
HSV(B)224.69º85.29%66.67%-
XYZ9.386.5538.8-
YUV63.25188.24100.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.73%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=9.73%
G=24.12%
B=66.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25621700.850.6400.33224.6974.3638.24
Hex193EAA5540021e14a26
Octal317625212510004134111246
Binary1100111111010101010101010110000000100001111000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,62,170); }

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

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

 a { background-color: rgb(25,62,170); }

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

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

 span { border-color: rgb(25,62,170); }

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