#131951

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

Shades of Lucky Point #131951

Tints of Lucky Point #131951

Color information

#131951 (or 0x131951) is unknown color: approx Lucky Point. HEX triplet: 13, 19 and 51. RGB value is (19,25,81). Sum of RGB (Red+Green+Blue) = 19+25+81=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #131951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131951 is #ECE6AE. Grayscale: #1D1D1D. Windows color (decimal): -15525551 or 5314835. OLE color: 5314835.

HSL color Cylindrical-coordinate representation of color #131951: hue angle of 234.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131951 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB192581-
CMYK0.770.6900.68
HSL234.19º62%19.61%-
HSV(B)234.19º76.54%31.76%-
XYZ2.11.437.95-
YUV29.59157.01120.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=15.2%
G=20%
B=64.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1925810.770.6900.68234.196219.61
Hex1319514D45044ea3e14
Octal233112111510501043527624
Binary1001111001101000110011011000101010001001110101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131951; }

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

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

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

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

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

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

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

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