#19245C

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

Shades of Lucky Point #19245C

Tints of Lucky Point #19245C

Color information

#19245C (or 0x19245C) is unknown color: approx Lucky Point. HEX triplet: 19, 24 and 5C. RGB value is (25,36,92). Sum of RGB (Red+Green+Blue) = 25+36+92=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #19245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245C is #E6DBA3. Grayscale: #262626. Windows color (decimal): -15129508 or 6038553. OLE color: 6038553.

HSL color Cylindrical-coordinate representation of color #19245C: hue angle of 230.15º 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 #19245C is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB253692-
CMYK0.730.6100.64
HSL230.15º57.26%22.94%-
HSV(B)230.15º72.83%36.08%-
XYZ2.962.2410.4-
YUV39.1157.86117.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=16.34%
G=23.53%
B=60.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2536920.730.6100.64230.1557.2622.94
Hex19245C493D040e63917
Octal31441341117501003467127
Binary1100110010010111001001001111101010000001110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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