#141B51

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

Shades of Lucky Point #141B51

Tints of Lucky Point #141B51

Color information

#141B51 (or 0x141B51) is unknown color: approx Lucky Point. HEX triplet: 14, 1B and 51. RGB value is (20,27,81). Sum of RGB (Red+Green+Blue) = 20+27+81=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #141B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B51 is #EBE4AE. Grayscale: #1E1E1E. Windows color (decimal): -15459503 or 5315348. OLE color: 5315348.

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

Color convert

RGB202781-
CMYK0.750.6700.68
HSL233.11º60.4%19.8%-
HSV(B)233.11º75.31%31.76%-
XYZ2.171.537.97-
YUV31.06156.18120.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 81 (32.03% from 255) = 63.28%
R=15.62%
G=21.09%
B=63.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2027810.750.6700.68233.1160.419.8
Hex141B514B43044e93c14
Octal243312111310301043517424
Binary1010011011101000110010111000011010001001110100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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