#19235B

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

Shades of Lucky Point #19235B

Tints of Lucky Point #19235B

Color information

#19235B (or 0x19235B) is unknown color: approx Lucky Point. HEX triplet: 19, 23 and 5B. RGB value is (25,35,91). Sum of RGB (Red+Green+Blue) = 25+35+91=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #19235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19235B is #E6DCA4. Grayscale: #262626. Windows color (decimal): -15129765 or 5972761. OLE color: 5972761.

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

Color convert

RGB253591-
CMYK0.730.6200.64
HSL230.91º56.9%22.75%-
HSV(B)230.91º72.53%35.69%-
XYZ2.892.1610.16-
YUV38.39157.69118.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=16.56%
G=23.18%
B=60.26%

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
Decimal2535910.730.6200.64230.9156.922.75
Hex19235B493E040e73917
Octal31431331117601003477127
Binary1100110001110110111001001111110010000001110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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