#192459

Color #192459 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #192459

Tints of Lucky Point #192459

Color information

#192459 (or 0x192459) is unknown color: approx Lucky Point. HEX triplet: 19, 24 and 59. RGB value is (25,36,89). Sum of RGB (Red+Green+Blue) = 25+36+89=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #192459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192459 is #E6DBA6. Grayscale: #262626. Windows color (decimal): -15129511 or 5841945. OLE color: 5841945.

HSL color Cylindrical-coordinate representation of color #192459: hue angle of 229.69º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192459 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253689-
CMYK0.720.6000.65
HSL229.69º56.14%22.35%-
HSV(B)229.69º71.91%34.9%-
XYZ2.832.199.72-
YUV38.75156.36118.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=16.67%
G=24%
B=59.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2536890.720.6000.65229.6956.1422.35
Hex192459483C041e63816
Octal31441311107401013467026
Binary1100110010010110011001000111100010000011110011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192459; }

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

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

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

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

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

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

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

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