#19244F

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

Shades of Lucky Point #19244F

Tints of Lucky Point #19244F

Color information

#19244F (or 0x19244F) is unknown color: approx Lucky Point. HEX triplet: 19, 24 and 4F. RGB value is (25,36,79). Sum of RGB (Red+Green+Blue) = 25+36+79=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #19244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19244F is #E6DBB0. Grayscale: #252525. Windows color (decimal): -15129521 or 5186585. OLE color: 5186585.

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

Color convert

RGB253679-
CMYK0.680.5400.69
HSL227.78º51.92%20.39%-
HSV(B)227.78º68.35%30.98%-
XYZ2.442.037.66-
YUV37.61151.36119-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=17.86%
G=25.71%
B=56.43%

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
Decimal2536790.680.5400.69227.7851.9220.39
Hex19244F4436045e43414
Octal31441171046601053446424
Binary1100110010010011111000100110110010001011110010011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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