#151A4F

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

Shades of Lucky Point #151A4F

Tints of Lucky Point #151A4F

Color information

#151A4F (or 0x151A4F) is unknown color: approx Lucky Point. HEX triplet: 15, 1A and 4F. RGB value is (21,26,79). Sum of RGB (Red+Green+Blue) = 21+26+79=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #151A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A4F is #EAE5B0. Grayscale: #1E1E1E. Windows color (decimal): -15394225 or 5184021. OLE color: 5184021.

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

Color convert

RGB212679-
CMYK0.730.6700.69
HSL234.83º58%19.61%-
HSV(B)234.83º73.42%30.98%-
XYZ2.091.467.57-
YUV30.55155.34121.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=16.67%
G=20.63%
B=62.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2126790.730.6700.69234.835819.61
Hex151A4F4943045eb3a14
Octal253211711110301053537224
Binary1010111010100111110010011000011010001011110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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