#152253

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

Shades of Lucky Point #152253

Tints of Lucky Point #152253

Color information

#152253 (or 0x152253) is unknown color: approx Lucky Point. HEX triplet: 15, 22 and 53. RGB value is (21,34,83). Sum of RGB (Red+Green+Blue) = 21+34+83=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #152253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152253 is #EADDAC. Grayscale: #232323. Windows color (decimal): -15392173 or 5448213. OLE color: 5448213.

HSL color Cylindrical-coordinate representation of color #152253: hue angle of 227.42º 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 #152253 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213483-
CMYK0.750.5900.67
HSL227.42º59.62%20.39%-
HSV(B)227.42º74.7%32.55%-
XYZ2.441.938.43-
YUV35.7154.69117.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=15.22%
G=24.64%
B=60.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2134830.750.5900.67227.4259.6220.39
Hex1522534B3B043e33c14
Octal25421231137301033437424
Binary1010110001010100111001011111011010000111110001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152253; }

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

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

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

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

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

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

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

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