#193D97

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

Shades of Egyptian Blue #193D97

Tints of Egyptian Blue #193D97

Color information

#193D97 (or 0x193D97) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3D and 97. RGB value is (25,61,151). Sum of RGB (Red+Green+Blue) = 25+61+151=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #193D97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193D97 is #E6C268. Grayscale: #3C3C3C. Windows color (decimal): -15123049 or 9911577. OLE color: 9911577.

HSL color Cylindrical-coordinate representation of color #193D97: hue angle of 222.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193D97 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2561151-
CMYK0.830.6000.41
HSL222.86º71.59%34.51%-
HSV(B)222.86º83.44%59.22%-
XYZ7.665.7829.99-
YUV60.5179.07102.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 151 (59.38% from 255) = 63.71%
R=10.55%
G=25.74%
B=63.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25611510.830.6000.41222.8671.5934.51
Hex193D97533C029df4823
Octal31752271237405133711043
Binary110011111011001011110100111111000101001110111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,151); }

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

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

 a { background-color: rgb(25,61,151); }

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

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

 span { border-color: rgb(25,61,151); }

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