#193AAA

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

Shades of Egyptian Blue #193AAA

Tints of Egyptian Blue #193AAA

Color information

#193AAA (or 0x193AAA) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and AA. RGB value is (25,58,170). Sum of RGB (Red+Green+Blue) = 25+58+170=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #193AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193AAA is #E6C555. Grayscale: #3C3C3C. Windows color (decimal): -15123798 or 11155993. OLE color: 11155993.

HSL color Cylindrical-coordinate representation of color #193AAA: hue angle of 226.34º 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 #193AAA is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2558170-
CMYK0.850.6600.33
HSL226.34º74.36%38.24%-
HSV(B)226.34º85.29%66.67%-
XYZ9.176.1438.73-
YUV60.9189.57102.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=9.88%
G=22.92%
B=67.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25581700.850.6600.33226.3474.3638.24
Hex193AAA5542021e24a26
Octal317225212510204134211246
Binary1100111101010101010101010110000100100001111000101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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