#141E52

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

Shades of Lucky Point #141E52

Tints of Lucky Point #141E52

Color information

#141E52 (or 0x141E52) is unknown color: approx Lucky Point. HEX triplet: 14, 1E and 52. RGB value is (20,30,82). Sum of RGB (Red+Green+Blue) = 20+30+82=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #141E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E52 is #EBE1AD. Grayscale: #202020. Windows color (decimal): -15458734 or 5381652. OLE color: 5381652.

HSL color Cylindrical-coordinate representation of color #141E52: hue angle of 230.32º 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 #141E52 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB203082-
CMYK0.760.6300.68
HSL230.32º60.78%20%-
HSV(B)230.32º75.61%32.16%-
XYZ2.281.698.19-
YUV32.94155.69118.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=15.15%
G=22.73%
B=62.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2030820.760.6300.68230.3260.7820
Hex141E524C3F044e63d14
Octal24361221147701043467524
Binary101001111010100101001100111111010001001110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141E52; }

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

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

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

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

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

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

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

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