#141A4F

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

Shades of Lucky Point #141A4F

Tints of Lucky Point #141A4F

Color information

#141A4F (or 0x141A4F) is unknown color: approx Lucky Point. HEX triplet: 14, 1A and 4F. RGB value is (20,26,79). Sum of RGB (Red+Green+Blue) = 20+26+79=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #141A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4F is #EBE5B0. Grayscale: #1E1E1E. Windows color (decimal): -15459761 or 5184020. OLE color: 5184020.

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

Color convert

RGB202679-
CMYK0.750.6700.69
HSL233.9º59.6%19.41%-
HSV(B)233.9º74.68%30.98%-
XYZ2.071.457.57-
YUV30.25155.51120.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=16%
G=20.8%
B=63.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2026790.750.6700.69233.959.619.41
Hex141A4F4B43045ea3c13
Octal243211711310301053527423
Binary1010011010100111110010111000011010001011110101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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