#141C51

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

Shades of Lucky Point #141C51

Tints of Lucky Point #141C51

Color information

#141C51 (or 0x141C51) is unknown color: approx Lucky Point. HEX triplet: 14, 1C and 51. RGB value is (20,28,81). Sum of RGB (Red+Green+Blue) = 20+28+81=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #141C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C51 is #EBE3AE. Grayscale: #1F1F1F. Windows color (decimal): -15459247 or 5315604. OLE color: 5315604.

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

Color convert

RGB202881-
CMYK0.750.6500.68
HSL232.13º60.4%19.8%-
HSV(B)232.13º75.31%31.76%-
XYZ2.191.577.97-
YUV31.65155.85119.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 81 (32.03% from 255) = 62.79%
R=15.50%
G=21.71%
B=62.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2028810.750.6500.68232.1360.419.8
Hex141C514B41044e83c14
Octal243412111310101043507424
Binary1010011100101000110010111000001010001001110100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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