#191D57

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

Shades of Lucky Point #191D57

Tints of Lucky Point #191D57

Color information

#191D57 (or 0x191D57) is unknown color: approx Lucky Point. HEX triplet: 19, 1D and 57. RGB value is (25,29,87). Sum of RGB (Red+Green+Blue) = 25+29+87=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #191D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191D57 is #E6E2A8. Grayscale: #222222. Windows color (decimal): -15131305 or 5709081. OLE color: 5709081.

HSL color Cylindrical-coordinate representation of color #191D57: hue angle of 236.13º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #191D57 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB252987-
CMYK0.710.6700.66
HSL236.13º55.36%21.96%-
HSV(B)236.13º71.26%34.12%-
XYZ2.561.779.22-
YUV34.42157.67121.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=17.73%
G=20.57%
B=61.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2529870.710.6700.66236.1355.3621.96
Hex191D574743042ec3716
Octal313512710710301023546726
Binary1100111101101011110001111000011010000101110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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