#193C8C

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

Shades of Egyptian Blue #193C8C

Tints of Egyptian Blue #193C8C

Color information

#193C8C (or 0x193C8C) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3C and 8C. RGB value is (25,60,140). Sum of RGB (Red+Green+Blue) = 25+60+140=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #193C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C8C is #E6C373. Grayscale: #3A3A3A. Windows color (decimal): -15123316 or 9190425. OLE color: 9190425.

HSL color Cylindrical-coordinate representation of color #193C8C: hue angle of 221.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193C8C is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2560140-
CMYK0.820.5700.45
HSL221.74º69.7%32.35%-
HSV(B)221.74º82.14%54.9%-
XYZ6.755.3325.48-
YUV58.66173.9104-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=11.11%
G=26.67%
B=62.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25601400.820.5700.45221.7469.732.35
Hex193C8C523902Dde4620
Octal31742141227105533610640
Binary110011111001000110010100101110010101101110111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,140); }

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

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

 a { background-color: rgb(25,60,140); }

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

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

 span { border-color: rgb(25,60,140); }

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