#151C50

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

Shades of Lucky Point #151C50

Tints of Lucky Point #151C50

Color information

#151C50 (or 0x151C50) is unknown color: approx Lucky Point. HEX triplet: 15, 1C and 50. RGB value is (21,28,80). Sum of RGB (Red+Green+Blue) = 21+28+80=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #151C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C50 is #EAE3AF. Grayscale: #1F1F1F. Windows color (decimal): -15393712 or 5250069. OLE color: 5250069.

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

Color convert

RGB212880-
CMYK0.740.6500.69
HSL232.88º58.42%19.8%-
HSV(B)232.88º73.75%31.37%-
XYZ2.171.577.78-
YUV31.84155.18120.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=16.28%
G=21.71%
B=62.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2128800.740.6500.69232.8858.4219.8
Hex151C504A41045e93a14
Octal253412011210101053517224
Binary1010111100101000010010101000001010001011110100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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