#193F8E

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

Shades of Egyptian Blue #193F8E

Tints of Egyptian Blue #193F8E

Color information

#193F8E (or 0x193F8E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3F and 8E. RGB value is (25,63,142). Sum of RGB (Red+Green+Blue) = 25+63+142=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #193F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F8E is #E6C071. Grayscale: #3C3C3C. Windows color (decimal): -15122546 or 9322265. OLE color: 9322265.

HSL color Cylindrical-coordinate representation of color #193F8E: hue angle of 220.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193F8E is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2563142-
CMYK0.820.5600.44
HSL220.51º70.06%32.75%-
HSV(B)220.51º82.39%55.69%-
XYZ7.065.7126.32-
YUV60.64173.91102.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=10.87%
G=27.39%
B=61.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25631420.820.5600.44220.5170.0632.75
Hex193F8E523802Cdd4621
Octal31772161227005433510641
Binary110011111111000111010100101110000101100110111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,142); }

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

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

 a { background-color: rgb(25,63,142); }

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

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

 span { border-color: rgb(25,63,142); }

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