#131953

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

Shades of Lucky Point #131953

Tints of Lucky Point #131953

Color information

#131953 (or 0x131953) is unknown color: approx Lucky Point. HEX triplet: 13, 19 and 53. RGB value is (19,25,83). Sum of RGB (Red+Green+Blue) = 19+25+83=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #131953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131953 is #ECE6AC. Grayscale: #1D1D1D. Windows color (decimal): -15525549 or 5445907. OLE color: 5445907.

HSL color Cylindrical-coordinate representation of color #131953: hue angle of 234.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131953 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB192583-
CMYK0.770.7000.67
HSL234.38º62.75%20%-
HSV(B)234.38º77.11%32.55%-
XYZ2.181.468.35-
YUV29.82158.01120.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=14.96%
G=19.69%
B=65.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1925830.770.7000.67234.3862.7520
Hex1319534D46043ea3f14
Octal233112311510601033527724
Binary1001111001101001110011011000110010000111110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131953; }

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

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

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

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

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

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

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

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