#191E52

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

Shades of Lucky Point #191E52

Tints of Lucky Point #191E52

Color information

#191E52 (or 0x191E52) is unknown color: approx Lucky Point. HEX triplet: 19, 1E and 52. RGB value is (25,30,82). Sum of RGB (Red+Green+Blue) = 25+30+82=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #191E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E52 is #E6E1AD. Grayscale: #222222. Windows color (decimal): -15131054 or 5381657. OLE color: 5381657.

HSL color Cylindrical-coordinate representation of color #191E52: hue angle of 234.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191E52 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB253082-
CMYK0.700.6300.68
HSL234.74º53.27%20.98%-
HSV(B)234.74º69.51%32.16%-
XYZ2.391.748.19-
YUV34.43154.84121.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=18.25%
G=21.90%
B=59.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2530820.700.6300.68234.7453.2720.98
Hex191E52463F044eb3515
Octal31361221067701043536525
Binary110011111010100101000110111111010001001110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,82); }

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

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

 a { background-color: rgb(25,30,82); }

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

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

 span { border-color: rgb(25,30,82); }

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