#151A51

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

Shades of Lucky Point #151A51

Tints of Lucky Point #151A51

Color information

#151A51 (or 0x151A51) is unknown color: approx Lucky Point. HEX triplet: 15, 1A and 51. RGB value is (21,26,81). Sum of RGB (Red+Green+Blue) = 21+26+81=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #151A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A51 is #EAE5AE. Grayscale: #1E1E1E. Windows color (decimal): -15394223 or 5315093. OLE color: 5315093.

HSL color Cylindrical-coordinate representation of color #151A51: hue angle of 235º 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 #151A51 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212681-
CMYK0.740.6800.68
HSL235º58.82%20%-
HSV(B)235º74.07%31.76%-
XYZ2.161.497.96-
YUV30.78156.34121.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 81 (32.03% from 255) = 63.28%
R=16.41%
G=20.31%
B=63.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2126810.740.6800.6823558.8220
Hex151A514A44044eb3b14
Octal253212111210401043537324
Binary1010111010101000110010101000100010001001110101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,26,81); }

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

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

 a { background-color: rgb(21,26,81); }

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

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

 span { border-color: rgb(21,26,81); }

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