#191D53

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

Shades of Lucky Point #191D53

Tints of Lucky Point #191D53

Color information

#191D53 (or 0x191D53) is unknown color: approx Lucky Point. HEX triplet: 19, 1D and 53. RGB value is (25,29,83). Sum of RGB (Red+Green+Blue) = 25+29+83=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #191D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D53 is #E6E2AC. Grayscale: #212121. Windows color (decimal): -15131309 or 5446937. OLE color: 5446937.

HSL color Cylindrical-coordinate representation of color #191D53: hue angle of 235.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191D53 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB252983-
CMYK0.700.6500.67
HSL235.86º53.7%21.18%-
HSV(B)235.86º69.88%32.55%-
XYZ2.41.718.39-
YUV33.96155.67121.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=18.25%
G=21.17%
B=60.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2529830.700.6500.67235.8653.721.18
Hex191D534641043ec3615
Octal313512310610101033546625
Binary1100111101101001110001101000001010000111110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191D53; }

 p { color: rgb(25,29,83); }

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

<style>
 a { background-color: #191D53; }

 a { background-color: rgb(25,29,83); }

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

<style>
 span { border-color: #191D53; }

 span { border-color: rgb(25,29,83); }

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