#152150

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

Shades of Lucky Point #152150

Tints of Lucky Point #152150

Color information

#152150 (or 0x152150) is unknown color: approx Lucky Point. HEX triplet: 15, 21 and 50. RGB value is (21,33,80). Sum of RGB (Red+Green+Blue) = 21+33+80=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #152150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152150 is #EADEAF. Grayscale: #222222. Windows color (decimal): -15392432 or 5251349. OLE color: 5251349.

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

Color convert

RGB213380-
CMYK0.740.5900.69
HSL227.8º58.42%19.8%-
HSV(B)227.8º73.75%31.37%-
XYZ2.31.837.82-
YUV34.77153.52118.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=15.67%
G=24.63%
B=59.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2133800.740.5900.69227.858.4219.8
Hex1521504A3B045e43a14
Octal25411201127301053447224
Binary1010110000110100001001010111011010001011110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152150; }

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

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

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

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

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

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

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

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