#131851

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

Shades of Lucky Point #131851

Tints of Lucky Point #131851

Color information

#131851 (or 0x131851) is unknown color: approx Lucky Point. HEX triplet: 13, 18 and 51. RGB value is (19,24,81). Sum of RGB (Red+Green+Blue) = 19+24+81=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #131851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131851 is #ECE7AE. Grayscale: #1C1C1C. Windows color (decimal): -15525807 or 5314579. OLE color: 5314579.

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

Color convert

RGB192481-
CMYK0.770.7000.68
HSL235.16º62%19.61%-
HSV(B)235.16º76.54%31.76%-
XYZ2.081.397.94-
YUV29157.34120.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=15.32%
G=19.35%
B=65.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1924810.770.7000.68235.166219.61
Hex1318514D46044eb3e14
Octal233012111510601043537624
Binary1001111000101000110011011000110010001001110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131851; }

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

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

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

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

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

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

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

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