#141D51

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

Shades of Lucky Point #141D51

Tints of Lucky Point #141D51

Color information

#141D51 (or 0x141D51) is unknown color: approx Lucky Point. HEX triplet: 14, 1D and 51. RGB value is (20,29,81). Sum of RGB (Red+Green+Blue) = 20+29+81=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #141D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D51 is #EBE2AE. Grayscale: #202020. Windows color (decimal): -15458991 or 5315860. OLE color: 5315860.

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

Color convert

RGB202981-
CMYK0.750.6400.68
HSL231.15º60.4%19.8%-
HSV(B)231.15º75.31%31.76%-
XYZ2.211.627.98-
YUV32.24155.52119.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=15.38%
G=22.31%
B=62.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2029810.750.6400.68231.1560.419.8
Hex141D514B40044e73c14
Octal243512111310001043477424
Binary1010011101101000110010111000000010001001110011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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