#192E8A

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

Shades of Egyptian Blue #192E8A

Tints of Egyptian Blue #192E8A

Color information

#192E8A (or 0x192E8A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2E and 8A. RGB value is (25,46,138). Sum of RGB (Red+Green+Blue) = 25+46+138=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #192E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192E8A is #E6D175. Grayscale: #313131. Windows color (decimal): -15126902 or 9055769. OLE color: 9055769.

HSL color Cylindrical-coordinate representation of color #192E8A: hue angle of 228.85º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192E8A is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2546138-
CMYK0.820.6700.46
HSL228.85º69.33%31.96%-
HSV(B)228.85º81.88%54.12%-
XYZ5.97424.5-
YUV50.21177.54110.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 138 (54.30% from 255) = 66.03%
R=11.96%
G=22.01%
B=66.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25461380.820.6700.46228.8569.3331.96
Hex192E8A524302Ee54520
Octal315621212210305634510540
Binary1100110111010001010101001010000110101110111001011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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