#193A8C

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

Shades of Egyptian Blue #193A8C

Tints of Egyptian Blue #193A8C

Color information

#193A8C (or 0x193A8C) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and 8C. RGB value is (25,58,140). Sum of RGB (Red+Green+Blue) = 25+58+140=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #193A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A8C is #E6C573. Grayscale: #393939. Windows color (decimal): -15123828 or 9189913. OLE color: 9189913.

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

Color convert

RGB2558140-
CMYK0.820.5900.45
HSL222.78º69.7%32.35%-
HSV(B)222.78º82.14%54.9%-
XYZ6.655.1325.45-
YUV57.48174.57104.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=11.21%
G=26.01%
B=62.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25581400.820.5900.45222.7869.732.35
Hex193A8C523B02Ddf4620
Octal31722141227305533710640
Binary110011110101000110010100101110110101101110111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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