#19224F

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

Shades of Lucky Point #19224F

Tints of Lucky Point #19224F

Color information

#19224F (or 0x19224F) is unknown color: approx Lucky Point. HEX triplet: 19, 22 and 4F. RGB value is (25,34,79). Sum of RGB (Red+Green+Blue) = 25+34+79=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #19224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19224F is #E6DDB0. Grayscale: #242424. Windows color (decimal): -15130033 or 5186073. OLE color: 5186073.

HSL color Cylindrical-coordinate representation of color #19224F: hue angle of 230º degrees, saturation: 0.52, 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 #19224F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB253479-
CMYK0.680.5700.69
HSL230º51.92%20.39%-
HSV(B)230º68.35%30.98%-
XYZ2.381.927.64-
YUV36.44152.02119.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=18.12%
G=24.64%
B=57.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2534790.680.5700.6923051.9220.39
Hex19224F4439045e63414
Octal31421171047101053466424
Binary1100110001010011111000100111001010001011110011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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