#151B50

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

Shades of Lucky Point #151B50

Tints of Lucky Point #151B50

Color information

#151B50 (or 0x151B50) is unknown color: approx Lucky Point. HEX triplet: 15, 1B and 50. RGB value is (21,27,80). Sum of RGB (Red+Green+Blue) = 21+27+80=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #151B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151B50 is #EAE4AF. Grayscale: #1F1F1F. Windows color (decimal): -15393968 or 5249813. OLE color: 5249813.

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

Color convert

RGB212780-
CMYK0.740.6600.69
HSL233.9º58.42%19.8%-
HSV(B)233.9º73.75%31.37%-
XYZ2.151.527.77-
YUV31.25155.51120.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=16.41%
G=21.09%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2127800.740.6600.69233.958.4219.8
Hex151B504A42045ea3a14
Octal253312011210201053527224
Binary1010111011101000010010101000010010001011110101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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