#19224E

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

Shades of Lucky Point #19224E

Tints of Lucky Point #19224E

Color information

#19224E (or 0x19224E) is unknown color: approx Lucky Point. HEX triplet: 19, 22 and 4E. RGB value is (25,34,78). Sum of RGB (Red+Green+Blue) = 25+34+78=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #19224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19224E is #E6DDB1. Grayscale: #242424. Windows color (decimal): -15130034 or 5120537. OLE color: 5120537.

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

Color convert

RGB253478-
CMYK0.680.5600.69
HSL229.81º51.46%20.2%-
HSV(B)229.81º67.95%30.59%-
XYZ2.351.97.45-
YUV36.33151.52119.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 78 (30.86% from 255) = 56.93%
R=18.25%
G=24.82%
B=56.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2534780.680.5600.69229.8151.4620.2
Hex19224E4438045e63314
Octal31421161047001053466324
Binary1100110001010011101000100111000010001011110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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