#192492

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

Shades of Egyptian Blue #192492

Tints of Egyptian Blue #192492

Color information

#192492 (or 0x192492) is unknown color: approx Egyptian Blue. HEX triplet: 19, 24 and 92. RGB value is (25,36,146). Sum of RGB (Red+Green+Blue) = 25+36+146=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #192492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192492 is #E6DB6D. Grayscale: #2C2C2C. Windows color (decimal): -15129454 or 9577497. OLE color: 9577497.

HSL color Cylindrical-coordinate representation of color #192492: hue angle of 234.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192492 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2536146-
CMYK0.830.7500.43
HSL234.55º70.76%33.53%-
HSV(B)234.55º82.88%57.25%-
XYZ6.223.5427.55-
YUV45.25184.86113.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=12.08%
G=17.39%
B=70.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25361460.830.7500.43234.5570.7633.53
Hex192492534B02Beb4722
Octal314422212311305335310742
Binary1100110010010010010101001110010110101011111010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192492; }

 p { color: rgb(25,36,146); }

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

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

 a { background-color: rgb(25,36,146); }

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

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

 span { border-color: rgb(25,36,146); }

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