#152053

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

Shades of Lucky Point #152053

Tints of Lucky Point #152053

Color information

#152053 (or 0x152053) is unknown color: approx Lucky Point. HEX triplet: 15, 20 and 53. RGB value is (21,32,83). Sum of RGB (Red+Green+Blue) = 21+32+83=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #152053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152053 is #EADFAC. Grayscale: #222222. Windows color (decimal): -15392685 or 5447701. OLE color: 5447701.

HSL color Cylindrical-coordinate representation of color #152053: hue angle of 229.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152053 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213283-
CMYK0.750.6100.67
HSL229.35º59.62%20.39%-
HSV(B)229.35º74.7%32.55%-
XYZ2.391.828.41-
YUV34.52155.36118.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=15.44%
G=23.53%
B=61.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2132830.750.6100.67229.3559.6220.39
Hex1520534B3D043e53c14
Octal25401231137501033457424
Binary1010110000010100111001011111101010000111110010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152053; }

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

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

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

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

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

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

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

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