#151C4F

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

Shades of Lucky Point #151C4F

Tints of Lucky Point #151C4F

Color information

#151C4F (or 0x151C4F) is unknown color: approx Lucky Point. HEX triplet: 15, 1C and 4F. RGB value is (21,28,79). Sum of RGB (Red+Green+Blue) = 21+28+79=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #151C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C4F is #EAE3B0. Grayscale: #1F1F1F. Windows color (decimal): -15393713 or 5184533. OLE color: 5184533.

HSL color Cylindrical-coordinate representation of color #151C4F: hue angle of 232.76º 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 #151C4F is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212879-
CMYK0.730.6500.69
HSL232.76º58%19.61%-
HSV(B)232.76º73.42%30.98%-
XYZ2.141.557.58-
YUV31.72154.68120.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=16.41%
G=21.88%
B=61.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2128790.730.6500.69232.765819.61
Hex151C4F4941045e93a14
Octal253411711110101053517224
Binary1010111100100111110010011000001010001011110100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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