#19234D

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

Shades of Lucky Point #19234D

Tints of Lucky Point #19234D

Color information

#19234D (or 0x19234D) is unknown color: approx Lucky Point. HEX triplet: 19, 23 and 4D. RGB value is (25,35,77). Sum of RGB (Red+Green+Blue) = 25+35+77=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #19234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19234D is #E6DCB2. Grayscale: #242424. Windows color (decimal): -15129779 or 5055257. OLE color: 5055257.

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

Color convert

RGB253577-
CMYK0.680.5500.70
HSL228.46º50.98%20%-
HSV(B)228.46º67.53%30.2%-
XYZ2.341.947.27-
YUV36.8150.69119.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=18.25%
G=25.55%
B=56.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2535770.680.5500.70228.4650.9820
Hex19234D4437046e43314
Octal31431151046701063446324
Binary1100110001110011011000100110111010001101110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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