#19255B

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

Shades of Lucky Point #19255B

Tints of Lucky Point #19255B

Color information

#19255B (or 0x19255B) is unknown color: approx Lucky Point. HEX triplet: 19, 25 and 5B. RGB value is (25,37,91). Sum of RGB (Red+Green+Blue) = 25+37+91=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #19255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19255B is #E6DAA4. Grayscale: #272727. Windows color (decimal): -15129253 or 5973273. OLE color: 5973273.

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

Color convert

RGB253791-
CMYK0.730.5900.64
HSL229.09º56.9%22.75%-
HSV(B)229.09º72.53%35.69%-
XYZ2.952.2910.18-
YUV39.57157.02117.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 91 (35.94% from 255) = 59.48%
R=16.34%
G=24.18%
B=59.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2537910.730.5900.64229.0956.922.75
Hex19255B493B040e53917
Octal31451331117301003457127
Binary1100110010110110111001001111011010000001110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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