#191F59

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

Shades of Lucky Point #191F59

Tints of Lucky Point #191F59

Color information

#191F59 (or 0x191F59) is unknown color: approx Lucky Point. HEX triplet: 19, 1F and 59. RGB value is (25,31,89). Sum of RGB (Red+Green+Blue) = 25+31+89=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #191F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F59 is #E6E0A6. Grayscale: #232323. Windows color (decimal): -15130791 or 5840665. OLE color: 5840665.

HSL color Cylindrical-coordinate representation of color #191F59: hue angle of 234.38º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191F59 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253189-
CMYK0.720.6500.65
HSL234.38º56.14%22.35%-
HSV(B)234.38º71.91%34.9%-
XYZ2.691.919.68-
YUV35.82158.01120.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=17.24%
G=21.38%
B=61.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2531890.720.6500.65234.3856.1422.35
Hex191F594841041ea3816
Octal313713111010101013527026
Binary1100111111101100110010001000001010000011110101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,31,89); }

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

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

 a { background-color: rgb(25,31,89); }

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

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

 span { border-color: rgb(25,31,89); }

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