#152250

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

Shades of Lucky Point #152250

Tints of Lucky Point #152250

Color information

#152250 (or 0x152250) is unknown color: approx Lucky Point. HEX triplet: 15, 22 and 50. RGB value is (21,34,80). Sum of RGB (Red+Green+Blue) = 21+34+80=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #152250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152250 is #EADDAF. Grayscale: #232323. Windows color (decimal): -15392176 or 5251605. OLE color: 5251605.

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

Color convert

RGB213480-
CMYK0.740.5800.69
HSL226.78º58.42%19.8%-
HSV(B)226.78º73.75%31.37%-
XYZ2.331.887.83-
YUV35.36153.19117.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=15.56%
G=25.19%
B=59.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2134800.740.5800.69226.7858.4219.8
Hex1522504A3A045e33a14
Octal25421201127201053437224
Binary1010110001010100001001010111010010001011110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152250; }

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

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

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

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

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

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

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

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