#191E53

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

Shades of Lucky Point #191E53

Tints of Lucky Point #191E53

Color information

#191E53 (or 0x191E53) is unknown color: approx Lucky Point. HEX triplet: 19, 1E and 53. RGB value is (25,30,83). Sum of RGB (Red+Green+Blue) = 25+30+83=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #191E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E53 is #E6E1AC. Grayscale: #222222. Windows color (decimal): -15131053 or 5447193. OLE color: 5447193.

HSL color Cylindrical-coordinate representation of color #191E53: hue angle of 234.83º 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 #191E53 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB253083-
CMYK0.700.6400.67
HSL234.83º53.7%21.18%-
HSV(B)234.83º69.88%32.55%-
XYZ2.431.768.4-
YUV34.55155.34121.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=18.12%
G=21.74%
B=60.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2530830.700.6400.67234.8353.721.18
Hex191E534640043eb3615
Octal313612310610001033536625
Binary1100111110101001110001101000000010000111110101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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