#142051

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

Shades of Lucky Point #142051

Tints of Lucky Point #142051

Color information

#142051 (or 0x142051) is unknown color: approx Lucky Point. HEX triplet: 14, 20 and 51. RGB value is (20,32,81). Sum of RGB (Red+Green+Blue) = 20+32+81=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #142051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142051 is #EBDFAE. Grayscale: #212121. Windows color (decimal): -15458223 or 5316628. OLE color: 5316628.

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

Color convert

RGB203281-
CMYK0.750.6000.68
HSL228.2º60.4%19.8%-
HSV(B)228.2º75.31%31.76%-
XYZ2.291.788.01-
YUV34154.52118.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 81 (32.03% from 255) = 60.90%
R=15.04%
G=24.06%
B=60.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2032810.750.6000.68228.260.419.8
Hex1420514B3C044e43c14
Octal24401211137401043447424
Binary1010010000010100011001011111100010001001110010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142051; }

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

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

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

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

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

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

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

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