#19265A

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

Shades of Lucky Point #19265A

Tints of Lucky Point #19265A

Color information

#19265A (or 0x19265A) is unknown color: approx Lucky Point. HEX triplet: 19, 26 and 5A. RGB value is (25,38,90). Sum of RGB (Red+Green+Blue) = 25+38+90=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #19265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265A is #E6D9A5. Grayscale: #272727. Windows color (decimal): -15128998 or 5907993. OLE color: 5907993.

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

Color convert

RGB253890-
CMYK0.720.5800.65
HSL228º56.52%22.55%-
HSV(B)228º72.22%35.29%-
XYZ2.942.339.97-
YUV40.04156.19117.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=16.34%
G=24.84%
B=58.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2538900.720.5800.6522856.5222.55
Hex19265A483A041e43917
Octal31461321107201013447127
Binary1100110011010110101001000111010010000011110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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