#151F4F

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

Shades of Lucky Point #151F4F

Tints of Lucky Point #151F4F

Color information

#151F4F (or 0x151F4F) is unknown color: approx Lucky Point. HEX triplet: 15, 1F and 4F. RGB value is (21,31,79). Sum of RGB (Red+Green+Blue) = 21+31+79=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #151F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F4F is #EAE0B0. Grayscale: #212121. Windows color (decimal): -15392945 or 5185301. OLE color: 5185301.

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

Color convert

RGB213179-
CMYK0.730.6100.69
HSL229.66º58%19.61%-
HSV(B)229.66º73.42%30.98%-
XYZ2.211.77.61-
YUV33.48153.69119.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=16.03%
G=23.66%
B=60.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2131790.730.6100.69229.665819.61
Hex151F4F493D045e63a14
Octal25371171117501053467224
Binary101011111110011111001001111101010001011110011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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