#141B53

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

Shades of Lucky Point #141B53

Tints of Lucky Point #141B53

Color information

#141B53 (or 0x141B53) is unknown color: approx Lucky Point. HEX triplet: 14, 1B and 53. RGB value is (20,27,83). Sum of RGB (Red+Green+Blue) = 20+27+83=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #141B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B53 is #EBE4AC. Grayscale: #1F1F1F. Windows color (decimal): -15459501 or 5446420. OLE color: 5446420.

HSL color Cylindrical-coordinate representation of color #141B53: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141B53 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB202783-
CMYK0.760.6700.67
HSL233.33º61.17%20.2%-
HSV(B)233.33º75.9%32.55%-
XYZ2.241.568.37-
YUV31.29157.18119.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=15.38%
G=20.77%
B=63.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2027830.760.6700.67233.3361.1720.2
Hex141B534C43043e93d14
Octal243312311410301033517524
Binary1010011011101001110011001000011010000111110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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