#19205A

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

Shades of Lucky Point #19205A

Tints of Lucky Point #19205A

Color information

#19205A (or 0x19205A) is unknown color: approx Lucky Point. HEX triplet: 19, 20 and 5A. RGB value is (25,32,90). Sum of RGB (Red+Green+Blue) = 25+32+90=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #19205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19205A is #E6DFA5. Grayscale: #242424. Windows color (decimal): -15130534 or 5906457. OLE color: 5906457.

HSL color Cylindrical-coordinate representation of color #19205A: hue angle of 233.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19205A is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253290-
CMYK0.720.6400.65
HSL233.54º56.52%22.55%-
HSV(B)233.54º72.22%35.29%-
XYZ2.761.989.91-
YUV36.52158.18119.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=17.01%
G=21.77%
B=61.22%

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
Decimal2532900.720.6400.65233.5456.5222.55
Hex19205A4840041ea3917
Octal314013211010001013527127
Binary11001100000101101010010001000000010000011110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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