#193a96

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

Shades of Egyptian Blue #193A96

Tints of Egyptian Blue #193A96

Color information

#193A96 (or 0x193A96) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and 96. RGB value is (25,58,150). Sum of RGB (Red+Green+Blue) = 25+58+150=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #193A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A96 is #E6C569. Grayscale: #3A3A3A. Windows color (decimal): -15123818 or 9845273. OLE color: 9845273.

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

Color convert

RGB2558150-
CMYK0.830.6100.41
HSL224.16º71.43%34.31%-
HSV(B)224.16º83.33%58.82%-
XYZ7.425.4329.51-
YUV58.62179.57104.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=10.73%
G=24.89%
B=64.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25581500.830.6100.41224.1671.4334.31
Hex193A96533D029e04722
Octal31722261237505134010742
Binary110011110101001011010100111111010101001111000001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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