#152050

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

Shades of Lucky Point #152050

Tints of Lucky Point #152050

Color information

#152050 (or 0x152050) is unknown color: approx Lucky Point. HEX triplet: 15, 20 and 50. RGB value is (21,32,80). Sum of RGB (Red+Green+Blue) = 21+32+80=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #152050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152050 is #EADFAF. Grayscale: #212121. Windows color (decimal): -15392688 or 5251093. OLE color: 5251093.

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

Color convert

RGB213280-
CMYK0.740.6000.69
HSL228.81º58.42%19.8%-
HSV(B)228.81º73.75%31.37%-
XYZ2.271.777.81-
YUV34.18153.86118.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=15.79%
G=24.06%
B=60.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2132800.740.6000.69228.8158.4219.8
Hex1520504A3C045e53a14
Octal25401201127401053457224
Binary1010110000010100001001010111100010001011110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152050; }

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

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

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

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

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

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

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

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