#141E50

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

Shades of Lucky Point #141E50

Tints of Lucky Point #141E50

Color information

#141E50 (or 0x141E50) is unknown color: approx Lucky Point. HEX triplet: 14, 1E and 50. RGB value is (20,30,80). Sum of RGB (Red+Green+Blue) = 20+30+80=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #141E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E50 is #EBE1AF. Grayscale: #202020. Windows color (decimal): -15458736 or 5250580. OLE color: 5250580.

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

Color convert

RGB203080-
CMYK0.750.6200.69
HSL230º60%19.61%-
HSV(B)230º75%31.37%-
XYZ2.21.667.79-
YUV32.71154.69118.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=15.38%
G=23.08%
B=61.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2030800.750.6200.692306019.61
Hex141E504B3E045e63c14
Octal24361201137601053467424
Binary101001111010100001001011111110010001011110011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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