#19244E

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

Shades of Lucky Point #19244E

Tints of Lucky Point #19244E

Color information

#19244E (or 0x19244E) is unknown color: approx Lucky Point. HEX triplet: 19, 24 and 4E. RGB value is (25,36,78). Sum of RGB (Red+Green+Blue) = 25+36+78=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #19244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19244E is #E6DBB1. Grayscale: #252525. Windows color (decimal): -15129522 or 5121049. OLE color: 5121049.

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

Color convert

RGB253678-
CMYK0.680.5400.69
HSL227.55º51.46%20.2%-
HSV(B)227.55º67.95%30.59%-
XYZ2.412.027.47-
YUV37.5150.86119.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=17.99%
G=25.90%
B=56.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2536780.680.5400.69227.5551.4620.2
Hex19244E4436045e43314
Octal31441161046601053446324
Binary1100110010010011101000100110110010001011110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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