#19205B

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

Shades of Lucky Point #19205B

Tints of Lucky Point #19205B

Color information

#19205B (or 0x19205B) is unknown color: approx Lucky Point. HEX triplet: 19, 20 and 5B. RGB value is (25,32,91). Sum of RGB (Red+Green+Blue) = 25+32+91=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #19205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19205B is #E6DFA4. Grayscale: #242424. Windows color (decimal): -15130533 or 5971993. OLE color: 5971993.

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

Color convert

RGB253291-
CMYK0.730.6500.64
HSL233.64º56.9%22.75%-
HSV(B)233.64º72.53%35.69%-
XYZ2.81210.13-
YUV36.63158.68119.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.89%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=16.89%
G=21.62%
B=61.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2532910.730.6500.64233.6456.922.75
Hex19205B4941040ea3917
Octal314013311110101003527127
Binary11001100000101101110010011000001010000001110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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