#151E50

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

Shades of Lucky Point #151E50

Tints of Lucky Point #151E50

Color information

#151E50 (or 0x151E50) is unknown color: approx Lucky Point. HEX triplet: 15, 1E and 50. RGB value is (21,30,80). Sum of RGB (Red+Green+Blue) = 21+30+80=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #151E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E50 is #EAE1AF. Grayscale: #202020. Windows color (decimal): -15393200 or 5250581. OLE color: 5250581.

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

Color convert

RGB213080-
CMYK0.740.6200.69
HSL230.85º58.42%19.8%-
HSV(B)230.85º73.75%31.37%-
XYZ2.221.677.79-
YUV33.01154.52119.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 80 (31.64% from 255) = 61.07%
R=16.03%
G=22.90%
B=61.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2130800.740.6200.69230.8558.4219.8
Hex151E504A3E045e73a14
Octal25361201127601053477224
Binary101011111010100001001010111110010001011110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,30,80); }

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

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

 a { background-color: rgb(21,30,80); }

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

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

 span { border-color: rgb(21,30,80); }

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