#191D50

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

Shades of Lucky Point #191D50

Tints of Lucky Point #191D50

Color information

#191D50 (or 0x191D50) is unknown color: approx Lucky Point. HEX triplet: 19, 1D and 50. RGB value is (25,29,80). Sum of RGB (Red+Green+Blue) = 25+29+80=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #191D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D50 is #E6E2AF. Grayscale: #212121. Windows color (decimal): -15131312 or 5250329. OLE color: 5250329.

HSL color Cylindrical-coordinate representation of color #191D50: hue angle of 235.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191D50 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB252980-
CMYK0.690.6400.69
HSL235.64º52.38%20.59%-
HSV(B)235.64º68.75%31.37%-
XYZ2.291.667.79-
YUV33.62154.17121.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=18.66%
G=21.64%
B=59.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2529800.690.6400.69235.6452.3820.59
Hex191D504540045ec3415
Octal313512010510001053546425
Binary1100111101101000010001011000000010001011110110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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