#151D52

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

Shades of Lucky Point #151D52

Tints of Lucky Point #151D52

Color information

#151D52 (or 0x151D52) is unknown color: approx Lucky Point. HEX triplet: 15, 1D and 52. RGB value is (21,29,82). Sum of RGB (Red+Green+Blue) = 21+29+82=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #151D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D52 is #EAE2AD. Grayscale: #202020. Windows color (decimal): -15393454 or 5381397. OLE color: 5381397.

HSL color Cylindrical-coordinate representation of color #151D52: hue angle of 232.13º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151D52 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212982-
CMYK0.740.6500.68
HSL232.13º59.22%20.2%-
HSV(B)232.13º74.39%32.16%-
XYZ2.271.658.18-
YUV32.65155.85119.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=15.91%
G=21.97%
B=62.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2129820.740.6500.68232.1359.2220.2
Hex151D524A41044e83b14
Octal253512211210101043507324
Binary1010111101101001010010101000001010001001110100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151D52; }

 p { color: rgb(21,29,82); }

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

<style>
 a { background-color: #151D52; }

 a { background-color: rgb(21,29,82); }

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

<style>
 span { border-color: #151D52; }

 span { border-color: rgb(21,29,82); }

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