#151D4F

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

Shades of Lucky Point #151D4F

Tints of Lucky Point #151D4F

Color information

#151D4F (or 0x151D4F) is unknown color: approx Lucky Point. HEX triplet: 15, 1D and 4F. RGB value is (21,29,79). Sum of RGB (Red+Green+Blue) = 21+29+79=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #151D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D4F is #EAE2B0. Grayscale: #202020. Windows color (decimal): -15393457 or 5184789. OLE color: 5184789.

HSL color Cylindrical-coordinate representation of color #151D4F: hue angle of 231.72º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151D4F is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212979-
CMYK0.730.6300.69
HSL231.72º58%19.61%-
HSV(B)231.72º73.42%30.98%-
XYZ2.161.67.59-
YUV32.31154.35119.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=16.28%
G=22.48%
B=61.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2129790.730.6300.69231.725819.61
Hex151D4F493F045e83a14
Octal25351171117701053507224
Binary101011110110011111001001111111010001011110100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,29,79); }

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

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

 a { background-color: rgb(21,29,79); }

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

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

 span { border-color: rgb(21,29,79); }

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