#152052

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

Shades of Lucky Point #152052

Tints of Lucky Point #152052

Color information

#152052 (or 0x152052) is unknown color: approx Lucky Point. HEX triplet: 15, 20 and 52. RGB value is (21,32,82). Sum of RGB (Red+Green+Blue) = 21+32+82=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #152052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152052 is #EADFAD. Grayscale: #222222. Windows color (decimal): -15392686 or 5382165. OLE color: 5382165.

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

Color convert

RGB213282-
CMYK0.740.6100.68
HSL229.18º59.22%20.2%-
HSV(B)229.18º74.39%32.16%-
XYZ2.351.88.21-
YUV34.41154.86118.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 82 (32.42% from 255) = 60.74%
R=15.56%
G=23.70%
B=60.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2132820.740.6100.68229.1859.2220.2
Hex1520524A3D044e53b14
Octal25401221127501043457324
Binary1010110000010100101001010111101010001001110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152052; }

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

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

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

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

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

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

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

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