#131950

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

Shades of Lucky Point #131950

Tints of Lucky Point #131950

Color information

#131950 (or 0x131950) is unknown color: approx Lucky Point. HEX triplet: 13, 19 and 50. RGB value is (19,25,80). Sum of RGB (Red+Green+Blue) = 19+25+80=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #131950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131950 is #ECE6AF. Grayscale: #1D1D1D. Windows color (decimal): -15525552 or 5249299. OLE color: 5249299.

HSL color Cylindrical-coordinate representation of color #131950: hue angle of 234.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131950 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB192580-
CMYK0.760.6900.69
HSL234.1º61.62%19.41%-
HSV(B)234.1º76.25%31.37%-
XYZ2.061.417.75-
YUV29.48156.51120.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=15.32%
G=20.16%
B=64.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1925800.760.6900.69234.161.6219.41
Hex1319504C45045ea3e13
Octal233112011410501053527623
Binary1001111001101000010011001000101010001011110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131950; }

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

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

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

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

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

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

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

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