#192E98

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

Shades of Egyptian Blue #192E98

Tints of Egyptian Blue #192E98

Color information

#192E98 (or 0x192E98) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2E and 98. RGB value is (25,46,152). Sum of RGB (Red+Green+Blue) = 25+46+152=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #192E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E98 is #E6D167. Grayscale: #333333. Windows color (decimal): -15126888 or 9973273. OLE color: 9973273.

HSL color Cylindrical-coordinate representation of color #192E98: hue angle of 230.08º 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 #192E98 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2546152-
CMYK0.840.7000.40
HSL230.08º71.75%34.71%-
HSV(B)230.08º83.55%59.61%-
XYZ7.054.4330.19-
YUV51.8184.54108.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 152 (59.77% from 255) = 68.16%
R=11.21%
G=20.63%
B=68.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25461520.840.7000.40230.0871.7534.71
Hex192E985446028e64823
Octal315623012410605034611043
Binary1100110111010011000101010010001100101000111001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192E98; }

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

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

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

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

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

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

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

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