#131C51

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

Shades of Lucky Point #131C51

Tints of Lucky Point #131C51

Color information

#131C51 (or 0x131C51) is unknown color: approx Lucky Point. HEX triplet: 13, 1C and 51. RGB value is (19,28,81). Sum of RGB (Red+Green+Blue) = 19+28+81=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #131C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C51 is #ECE3AE. Grayscale: #1F1F1F. Windows color (decimal): -15524783 or 5315603. OLE color: 5315603.

HSL color Cylindrical-coordinate representation of color #131C51: hue angle of 231.29º 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 #131C51 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB192881-
CMYK0.770.6500.68
HSL231.29º62%19.61%-
HSV(B)231.29º76.54%31.76%-
XYZ2.171.567.97-
YUV31.35156.02119.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 81 (32.03% from 255) = 63.28%
R=14.84%
G=21.88%
B=63.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1928810.770.6500.68231.296219.61
Hex131C514D41044e73e14
Octal233412111510101043477624
Binary1001111100101000110011011000001010001001110011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131C51; }

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

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

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

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

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

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

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

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