#19225C

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

Shades of Lucky Point #19225C

Tints of Lucky Point #19225C

Color information

#19225C (or 0x19225C) is unknown color: approx Lucky Point. HEX triplet: 19, 22 and 5C. RGB value is (25,34,92). Sum of RGB (Red+Green+Blue) = 25+34+92=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #19225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19225C is #E6DDA3. Grayscale: #252525. Windows color (decimal): -15130020 or 6038041. OLE color: 6038041.

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

Color convert

RGB253492-
CMYK0.730.6300.64
HSL231.94º57.26%22.94%-
HSV(B)231.94º72.83%36.08%-
XYZ2.92.1210.38-
YUV37.92158.52118.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=16.56%
G=22.52%
B=60.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2534920.730.6300.64231.9457.2622.94
Hex19225C493F040e83917
Octal31421341117701003507127
Binary1100110001010111001001001111111010000001110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19225C; }

 p { color: rgb(25,34,92); }

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

<style>
 a { background-color: #19225C; }

 a { background-color: rgb(25,34,92); }

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

<style>
 span { border-color: #19225C; }

 span { border-color: rgb(25,34,92); }

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