#151C56

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

Shades of Lucky Point #151C56

Tints of Lucky Point #151C56

Color information

#151C56 (or 0x151C56) is unknown color: approx Lucky Point. HEX triplet: 15, 1C and 56. RGB value is (21,28,86). Sum of RGB (Red+Green+Blue) = 21+28+86=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #151C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C56 is #EAE3A9. Grayscale: #202020. Windows color (decimal): -15393706 or 5643285. OLE color: 5643285.

HSL color Cylindrical-coordinate representation of color #151C56: hue angle of 233.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151C56 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB212886-
CMYK0.760.6700.66
HSL233.54º60.75%20.98%-
HSV(B)233.54º75.58%33.73%-
XYZ2.41.669-
YUV32.52158.18119.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 86 (33.98% from 255) = 63.70%
R=15.56%
G=20.74%
B=63.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2128860.760.6700.66233.5460.7520.98
Hex151C564C43042ea3d15
Octal253412611410301023527525
Binary1010111100101011010011001000011010000101110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151C56; }

 p { color: rgb(21,28,86); }

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

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

 a { background-color: rgb(21,28,86); }

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

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

 span { border-color: rgb(21,28,86); }

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