#192EAC

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

Shades of Egyptian Blue #192EAC

Tints of Egyptian Blue #192EAC

Color information

#192EAC (or 0x192EAC) is unknown color: approx Egyptian Blue. HEX triplet: 19, 2E and AC. RGB value is (25,46,172). Sum of RGB (Red+Green+Blue) = 25+46+172=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #192EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EAC is #E6D153. Grayscale: #353535. Windows color (decimal): -15126868 or 11283993. OLE color: 11283993.

HSL color Cylindrical-coordinate representation of color #192EAC: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192EAC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2546172-
CMYK0.850.7300.33
HSL231.43º74.62%38.63%-
HSV(B)231.43º85.47%67.45%-
XYZ8.825.1439.56-
YUV54.08194.54107.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 172 (67.58% from 255) = 70.78%
R=10.29%
G=18.93%
B=70.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25461720.850.7300.33231.4374.6238.63
Hex192EAC5549021e74b27
Octal315625412511104134711347
Binary1100110111010101100101010110010010100001111001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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