#152055

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

Shades of Lucky Point #152055

Tints of Lucky Point #152055

Color information

#152055 (or 0x152055) is unknown color: approx Lucky Point. HEX triplet: 15, 20 and 55. RGB value is (21,32,85). Sum of RGB (Red+Green+Blue) = 21+32+85=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #152055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152055 is #EADFAA. Grayscale: #222222. Windows color (decimal): -15392683 or 5578773. OLE color: 5578773.

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

Color convert

RGB213285-
CMYK0.750.6200.67
HSL229.69º60.38%20.78%-
HSV(B)229.69º75.29%33.33%-
XYZ2.471.858.82-
YUV34.75156.36118.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=15.22%
G=23.19%
B=61.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2132850.750.6200.67229.6960.3820.78
Hex1520554B3E043e63c15
Octal25401251137601033467425
Binary1010110000010101011001011111110010000111110011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152055; }

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

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

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

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

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

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

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

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