#131850

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

Shades of Lucky Point #131850

Tints of Lucky Point #131850

Color information

#131850 (or 0x131850) is unknown color: approx Lucky Point. HEX triplet: 13, 18 and 50. RGB value is (19,24,80). Sum of RGB (Red+Green+Blue) = 19+24+80=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #131850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131850 is #ECE7AF. Grayscale: #1C1C1C. Windows color (decimal): -15525808 or 5249043. OLE color: 5249043.

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

Color convert

RGB192480-
CMYK0.760.7000.69
HSL235.08º61.62%19.41%-
HSV(B)235.08º76.25%31.37%-
XYZ2.041.377.75-
YUV28.89156.84120.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=15.45%
G=19.51%
B=65.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1924800.760.7000.69235.0861.6219.41
Hex1318504C46045eb3e13
Octal233012011410601053537623
Binary1001111000101000010011001000110010001011110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131850; }

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

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

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

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

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

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

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

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