#141D54

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

Shades of Lucky Point #141D54

Tints of Lucky Point #141D54

Color information

#141D54 (or 0x141D54) is unknown color: approx Lucky Point. HEX triplet: 14, 1D and 54. RGB value is (20,29,84). Sum of RGB (Red+Green+Blue) = 20+29+84=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #141D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D54 is #EBE2AB. Grayscale: #202020. Windows color (decimal): -15458988 or 5512468. OLE color: 5512468.

HSL color Cylindrical-coordinate representation of color #141D54: hue angle of 231.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141D54 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB202984-
CMYK0.760.6500.67
HSL231.56º61.54%20.39%-
HSV(B)231.56º76.19%32.94%-
XYZ2.331.678.59-
YUV32.58157.02119.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 84 (33.20% from 255) = 63.16%
R=15.04%
G=21.80%
B=63.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2029840.760.6500.67231.5661.5420.39
Hex141D544C41043e83e14
Octal243512411410101033507624
Binary1010011101101010010011001000001010000111110100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,84); }

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

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

 a { background-color: rgb(20,29,84); }

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

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

 span { border-color: rgb(20,29,84); }

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