#19224D

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

Shades of Lucky Point #19224D

Tints of Lucky Point #19224D

Color information

#19224D (or 0x19224D) is unknown color: approx Lucky Point. HEX triplet: 19, 22 and 4D. RGB value is (25,34,77). Sum of RGB (Red+Green+Blue) = 25+34+77=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #19224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19224D is #E6DDB2. Grayscale: #242424. Windows color (decimal): -15130035 or 5055001. OLE color: 5055001.

HSL color Cylindrical-coordinate representation of color #19224D: hue angle of 229.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19224D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB253477-
CMYK0.680.5600.70
HSL229.62º50.98%20%-
HSV(B)229.62º67.53%30.2%-
XYZ2.311.897.26-
YUV36.21151.02120-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=18.38%
G=25%
B=56.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2534770.680.5600.70229.6250.9820
Hex19224D4438046e63314
Octal31421151047001063466324
Binary1100110001010011011000100111000010001101110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19224D; }

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

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

<style>
 a { background-color: #19224D; }

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

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

<style>
 span { border-color: #19224D; }

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

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