#19244D

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

Shades of Lucky Point #19244D

Tints of Lucky Point #19244D

Color information

#19244D (or 0x19244D) is unknown color: approx Lucky Point. HEX triplet: 19, 24 and 4D. RGB value is (25,36,77). Sum of RGB (Red+Green+Blue) = 25+36+77=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #19244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19244D is #E6DBB2. Grayscale: #252525. Windows color (decimal): -15129523 or 5055513. OLE color: 5055513.

HSL color Cylindrical-coordinate representation of color #19244D: hue angle of 227.31º 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 #19244D is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB253677-
CMYK0.680.5300.70
HSL227.31º50.98%20%-
HSV(B)227.31º67.53%30.2%-
XYZ2.3727.28-
YUV37.38150.36119.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=18.12%
G=26.09%
B=55.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2536770.680.5300.70227.3150.9820
Hex19244D4435046e33314
Octal31441151046501063436324
Binary1100110010010011011000100110101010001101110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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