#142052

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

Shades of Lucky Point #142052

Tints of Lucky Point #142052

Color information

#142052 (or 0x142052) is unknown color: approx Lucky Point. HEX triplet: 14, 20 and 52. RGB value is (20,32,82). Sum of RGB (Red+Green+Blue) = 20+32+82=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #142052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142052 is #EBDFAD. Grayscale: #212121. Windows color (decimal): -15458222 or 5382164. OLE color: 5382164.

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

Color convert

RGB203282-
CMYK0.760.6100.68
HSL228.39º60.78%20%-
HSV(B)228.39º75.61%32.16%-
XYZ2.331.798.21-
YUV34.11155.02117.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 82 (32.42% from 255) = 61.19%
R=14.93%
G=23.88%
B=61.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2032820.760.6100.68228.3960.7820
Hex1420524C3D044e43d14
Octal24401221147501043447524
Binary1010010000010100101001100111101010001001110010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142052; }

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

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

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

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

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

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

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

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