#193098

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

Shades of Egyptian Blue #193098

Tints of Egyptian Blue #193098

Color information

#193098 (or 0x193098) is unknown color: approx Egyptian Blue. HEX triplet: 19, 30 and 98. RGB value is (25,48,152). Sum of RGB (Red+Green+Blue) = 25+48+152=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #193098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193098 is #E6CF67. Grayscale: #343434. Windows color (decimal): -15126376 or 9973785. OLE color: 9973785.

HSL color Cylindrical-coordinate representation of color #193098: hue angle of 229.13º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193098 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2548152-
CMYK0.840.6800.40
HSL229.13º71.75%34.71%-
HSV(B)229.13º83.55%59.61%-
XYZ7.134.5930.22-
YUV52.98183.88108.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=11.11%
G=21.33%
B=67.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25481520.840.6800.40229.1371.7534.71
Hex1930985444028e54823
Octal316023012410405034511043
Binary1100111000010011000101010010001000101000111001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193098; }

 p { color: rgb(25,48,152); }

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

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

 a { background-color: rgb(25,48,152); }

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

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

 span { border-color: rgb(25,48,152); }

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