#141A52

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

Shades of Lucky Point #141A52

Tints of Lucky Point #141A52

Color information

#141A52 (or 0x141A52) is unknown color: approx Lucky Point. HEX triplet: 14, 1A and 52. RGB value is (20,26,82). Sum of RGB (Red+Green+Blue) = 20+26+82=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #141A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A52 is #EBE5AD. Grayscale: #1E1E1E. Windows color (decimal): -15459758 or 5380628. OLE color: 5380628.

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

Color convert

RGB202682-
CMYK0.760.6800.68
HSL234.19º60.78%20%-
HSV(B)234.19º75.61%32.16%-
XYZ2.181.58.16-
YUV30.59157.01120.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 82 (32.42% from 255) = 64.06%
R=15.62%
G=20.31%
B=64.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2026820.760.6800.68234.1960.7820
Hex141A524C44044ea3d14
Octal243212211410401043527524
Binary1010011010101001010011001000100010001001110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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