#192E8E

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

Shades of Egyptian Blue #192E8E

Tints of Egyptian Blue #192E8E

Color information

#192E8E (or 0x192E8E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2E and 8E. RGB value is (25,46,142). Sum of RGB (Red+Green+Blue) = 25+46+142=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #192E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E8E is #E6D171. Grayscale: #323232. Windows color (decimal): -15126898 or 9317913. OLE color: 9317913.

HSL color Cylindrical-coordinate representation of color #192E8E: hue angle of 229.23º 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 #192E8E is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2546142-
CMYK0.820.6800.44
HSL229.23º70.06%32.75%-
HSV(B)229.23º82.39%55.69%-
XYZ6.264.1126.06-
YUV50.66179.54109.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 142 (55.86% from 255) = 66.67%
R=11.74%
G=21.60%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25461420.820.6800.44229.2370.0632.75
Hex192E8E524402Ce54621
Octal315621612210405434510641
Binary1100110111010001110101001010001000101100111001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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