#141F52

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

Shades of Lucky Point #141F52

Tints of Lucky Point #141F52

Color information

#141F52 (or 0x141F52) is unknown color: approx Lucky Point. HEX triplet: 14, 1F and 52. RGB value is (20,31,82). Sum of RGB (Red+Green+Blue) = 20+31+82=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #141F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F52 is #EBE0AD. Grayscale: #212121. Windows color (decimal): -15458478 or 5381908. OLE color: 5381908.

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

Color convert

RGB203182-
CMYK0.760.6200.68
HSL229.35º60.78%20%-
HSV(B)229.35º75.61%32.16%-
XYZ2.31.748.2-
YUV33.52155.36118.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=15.04%
G=23.31%
B=61.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2031820.760.6200.68229.3560.7820
Hex141F524C3E044e53d14
Octal24371221147601043457524
Binary101001111110100101001100111110010001001110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,82); }

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

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

 a { background-color: rgb(20,31,82); }

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

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

 span { border-color: rgb(20,31,82); }

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