#19265B

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

Shades of Lucky Point #19265B

Tints of Lucky Point #19265B

Color information

#19265B (or 0x19265B) is unknown color: approx Lucky Point. HEX triplet: 19, 26 and 5B. RGB value is (25,38,91). Sum of RGB (Red+Green+Blue) = 25+38+91=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #19265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265B is #E6D9A4. Grayscale: #272727. Windows color (decimal): -15128997 or 5973529. OLE color: 5973529.

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

Color convert

RGB253891-
CMYK0.730.5800.64
HSL228.18º56.9%22.75%-
HSV(B)228.18º72.53%35.69%-
XYZ2.982.3510.19-
YUV40.16156.69117.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=16.23%
G=24.68%
B=59.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2538910.730.5800.64228.1856.922.75
Hex19265B493A040e43917
Octal31461331117201003447127
Binary1100110011010110111001001111010010000001110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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