#151A50

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

Shades of Lucky Point #151A50

Tints of Lucky Point #151A50

Color information

#151A50 (or 0x151A50) is unknown color: approx Lucky Point. HEX triplet: 15, 1A and 50. RGB value is (21,26,80). Sum of RGB (Red+Green+Blue) = 21+26+80=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #151A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A50 is #EAE5AF. Grayscale: #1E1E1E. Windows color (decimal): -15394224 or 5249557. OLE color: 5249557.

HSL color Cylindrical-coordinate representation of color #151A50: hue angle of 234.92º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151A50 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212680-
CMYK0.740.6700.69
HSL234.92º58.42%19.8%-
HSV(B)234.92º73.75%31.37%-
XYZ2.131.487.76-
YUV30.66155.84121.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=16.54%
G=20.47%
B=62.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2126800.740.6700.69234.9258.4219.8
Hex151A504A43045eb3a14
Octal253212011210301053537224
Binary1010111010101000010010101000011010001011110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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