#141A51

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

Shades of Lucky Point #141A51

Tints of Lucky Point #141A51

Color information

#141A51 (or 0x141A51) is unknown color: approx Lucky Point. HEX triplet: 14, 1A and 51. RGB value is (20,26,81). Sum of RGB (Red+Green+Blue) = 20+26+81=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #141A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A51 is #EBE5AE. Grayscale: #1E1E1E. Windows color (decimal): -15459759 or 5315092. OLE color: 5315092.

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

Color convert

RGB202681-
CMYK0.750.6800.68
HSL234.1º60.4%19.8%-
HSV(B)234.1º75.31%31.76%-
XYZ2.141.487.96-
YUV30.48156.51120.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 81 (32.03% from 255) = 63.78%
R=15.75%
G=20.47%
B=63.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2026810.750.6800.68234.160.419.8
Hex141A514B44044ea3c14
Octal243212111310401043527424
Binary1010011010101000110010111000100010001001110101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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