#19235C

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

Shades of Lucky Point #19235C

Tints of Lucky Point #19235C

Color information

#19235C (or 0x19235C) is unknown color: approx Lucky Point. HEX triplet: 19, 23 and 5C. RGB value is (25,35,92). Sum of RGB (Red+Green+Blue) = 25+35+92=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #19235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19235C is #E6DCA3. Grayscale: #262626. Windows color (decimal): -15129764 or 6038297. OLE color: 6038297.

HSL color Cylindrical-coordinate representation of color #19235C: hue angle of 231.04º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19235C is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB253592-
CMYK0.730.6200.64
HSL231.04º57.26%22.94%-
HSV(B)231.04º72.83%36.08%-
XYZ2.932.1810.39-
YUV38.51158.19118.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=16.45%
G=23.03%
B=60.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2535920.730.6200.64231.0457.2622.94
Hex19235C493E040e73917
Octal31431341117601003477127
Binary1100110001110111001001001111110010000001110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19235C; }

 p { color: rgb(25,35,92); }

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

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

 a { background-color: rgb(25,35,92); }

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

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

 span { border-color: rgb(25,35,92); }

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