#152251

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

Shades of Lucky Point #152251

Tints of Lucky Point #152251

Color information

#152251 (or 0x152251) is unknown color: approx Lucky Point. HEX triplet: 15, 22 and 51. RGB value is (21,34,81). Sum of RGB (Red+Green+Blue) = 21+34+81=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #152251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152251 is #EADDAE. Grayscale: #232323. Windows color (decimal): -15392175 or 5317141. OLE color: 5317141.

HSL color Cylindrical-coordinate representation of color #152251: hue angle of 227º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152251 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB213481-
CMYK0.740.5800.68
HSL227º58.82%20%-
HSV(B)227º74.07%31.76%-
XYZ2.371.98.03-
YUV35.47153.69117.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=15.44%
G=25%
B=59.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2134810.740.5800.6822758.8220
Hex1522514A3A044e33b14
Octal25421211127201043437324
Binary1010110001010100011001010111010010001001110001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152251; }

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

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

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

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

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

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

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

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