#141B50

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

Shades of Lucky Point #141B50

Tints of Lucky Point #141B50

Color information

#141B50 (or 0x141B50) is unknown color: approx Lucky Point. HEX triplet: 14, 1B and 50. RGB value is (20,27,80). Sum of RGB (Red+Green+Blue) = 20+27+80=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #141B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B50 is #EBE4AF. Grayscale: #1E1E1E. Windows color (decimal): -15459504 or 5249812. OLE color: 5249812.

HSL color Cylindrical-coordinate representation of color #141B50: hue angle of 233º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141B50 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202780-
CMYK0.750.6600.69
HSL233º60%19.61%-
HSV(B)233º75%31.37%-
XYZ2.131.517.77-
YUV30.95155.68120.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=15.75%
G=21.26%
B=62.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2027800.750.6600.692336019.61
Hex141B504B42045e93c14
Octal243312011310201053517424
Binary1010011011101000010010111000010010001011110100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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