#192059

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

Shades of Lucky Point #192059

Tints of Lucky Point #192059

Color information

#192059 (or 0x192059) is unknown color: approx Lucky Point. HEX triplet: 19, 20 and 59. RGB value is (25,32,89). Sum of RGB (Red+Green+Blue) = 25+32+89=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #192059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192059 is #E6DFA6. Grayscale: #242424. Windows color (decimal): -15130535 or 5840921. OLE color: 5840921.

HSL color Cylindrical-coordinate representation of color #192059: hue angle of 233.44º 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 #192059 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253289-
CMYK0.720.6400.65
HSL233.44º56.14%22.35%-
HSV(B)233.44º71.91%34.9%-
XYZ2.721.969.69-
YUV36.4157.68119.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 89 (35.16% from 255) = 60.96%
R=17.12%
G=21.92%
B=60.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2532890.720.6400.65233.4456.1422.35
Hex1920594840041e93816
Octal314013111010001013517026
Binary11001100000101100110010001000000010000011110100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192059; }

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

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

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

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

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

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

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

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