#142050

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

Shades of Lucky Point #142050

Tints of Lucky Point #142050

Color information

#142050 (or 0x142050) is unknown color: approx Lucky Point. HEX triplet: 14, 20 and 50. RGB value is (20,32,80). Sum of RGB (Red+Green+Blue) = 20+32+80=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #142050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142050 is #EBDFAF. Grayscale: #212121. Windows color (decimal): -15458224 or 5251092. OLE color: 5251092.

HSL color Cylindrical-coordinate representation of color #142050: hue angle of 228º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142050 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB203280-
CMYK0.750.6000.69
HSL228º60%19.61%-
HSV(B)228º75%31.37%-
XYZ2.251.767.81-
YUV33.88154.02118.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=15.15%
G=24.24%
B=60.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2032800.750.6000.692286019.61
Hex1420504B3C045e43c14
Octal24401201137401053447424
Binary1010010000010100001001011111100010001011110010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142050; }

 p { color: rgb(20,32,80); }

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

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

 a { background-color: rgb(20,32,80); }

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

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

 span { border-color: rgb(20,32,80); }

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