#193B8C

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

Shades of Egyptian Blue #193B8C

Tints of Egyptian Blue #193B8C

Color information

#193B8C (or 0x193B8C) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3B and 8C. RGB value is (25,59,140). Sum of RGB (Red+Green+Blue) = 25+59+140=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #193B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B8C is #E6C473. Grayscale: #393939. Windows color (decimal): -15123572 or 9190169. OLE color: 9190169.

HSL color Cylindrical-coordinate representation of color #193B8C: hue angle of 222.26º 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 #193B8C is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2559140-
CMYK0.820.5800.45
HSL222.26º69.7%32.35%-
HSV(B)222.26º82.14%54.9%-
XYZ6.75.2325.47-
YUV58.07174.24104.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 140 (55.08% from 255) = 62.5%
R=11.16%
G=26.34%
B=62.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25591400.820.5800.45222.2669.732.35
Hex193B8C523A02Dde4620
Octal31732141227205533610640
Binary110011110111000110010100101110100101101110111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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