#131A50

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

Shades of Lucky Point #131A50

Tints of Lucky Point #131A50

Color information

#131A50 (or 0x131A50) is unknown color: approx Lucky Point. HEX triplet: 13, 1A and 50. RGB value is (19,26,80). Sum of RGB (Red+Green+Blue) = 19+26+80=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #131A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A50 is #ECE5AF. Grayscale: #1D1D1D. Windows color (decimal): -15525296 or 5249555. OLE color: 5249555.

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

Color convert

RGB192680-
CMYK0.760.6700.69
HSL233.11º61.62%19.41%-
HSV(B)233.11º76.25%31.37%-
XYZ2.091.467.76-
YUV30.06156.18120.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 80 (31.64% from 255) = 64%
R=15.2%
G=20.8%
B=64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1926800.760.6700.69233.1161.6219.41
Hex131A504C43045e93e13
Octal233212011410301053517623
Binary1001111010101000010011001000011010001011110100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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