#191E50

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

Shades of Lucky Point #191E50

Tints of Lucky Point #191E50

Color information

#191E50 (or 0x191E50) is unknown color: approx Lucky Point. HEX triplet: 19, 1E and 50. RGB value is (25,30,80). Sum of RGB (Red+Green+Blue) = 25+30+80=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #191E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E50 is #E6E1AF. Grayscale: #222222. Windows color (decimal): -15131056 or 5250585. OLE color: 5250585.

HSL color Cylindrical-coordinate representation of color #191E50: hue angle of 234.55º 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 #191E50 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB253080-
CMYK0.690.6200.69
HSL234.55º52.38%20.59%-
HSV(B)234.55º68.75%31.37%-
XYZ2.311.717.8-
YUV34.2153.84121.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=18.52%
G=22.22%
B=59.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2530800.690.6200.69234.5552.3820.59
Hex191E50453E045eb3415
Octal31361201057601053536425
Binary110011111010100001000101111110010001011110101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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