#142150

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

Shades of Lucky Point #142150

Tints of Lucky Point #142150

Color information

#142150 (or 0x142150) is unknown color: approx Lucky Point. HEX triplet: 14, 21 and 50. RGB value is (20,33,80). Sum of RGB (Red+Green+Blue) = 20+33+80=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #142150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142150 is #EBDEAF. Grayscale: #222222. Windows color (decimal): -15457968 or 5251348. OLE color: 5251348.

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

Color convert

RGB203380-
CMYK0.750.5900.69
HSL227º60%19.61%-
HSV(B)227º75%31.37%-
XYZ2.281.827.82-
YUV34.47153.69117.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=15.04%
G=24.81%
B=60.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2033800.750.5900.692276019.61
Hex1421504B3B045e33c14
Octal24411201137301053437424
Binary1010010000110100001001011111011010001011110001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142150; }

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

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

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

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

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

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

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

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