#151A4E

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

Shades of Lucky Point #151A4E

Tints of Lucky Point #151A4E

Color information

#151A4E (or 0x151A4E) is unknown color: approx Lucky Point. HEX triplet: 15, 1A and 4E. RGB value is (21,26,78). Sum of RGB (Red+Green+Blue) = 21+26+78=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #151A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A4E is #EAE5B1. Grayscale: #1E1E1E. Windows color (decimal): -15394226 or 5118485. OLE color: 5118485.

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

Color convert

RGB212678-
CMYK0.730.6700.69
HSL234.74º57.58%19.41%-
HSV(B)234.74º73.08%30.59%-
XYZ2.051.457.38-
YUV30.43154.84121.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=16.8%
G=20.8%
B=62.4%

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
Decimal2126780.730.6700.69234.7457.5819.41
Hex151A4E4943045eb3a13
Octal253211611110301053537223
Binary1010111010100111010010011000011010001011110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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