#1A1F50

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

Shades of Lucky Point #1A1F50

Tints of Lucky Point #1A1F50

Color information

#1A1F50 (or 0x1A1F50) is unknown color: approx Lucky Point. HEX triplet: 1A, 1F and 50. RGB value is (26,31,80). Sum of RGB (Red+Green+Blue) = 26+31+80=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A1F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1F50 is #E5E0AF. Grayscale: #222222. Windows color (decimal): -15065264 or 5250842. OLE color: 5250842.

HSL color Cylindrical-coordinate representation of color #1A1F50: hue angle of 234.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1F50 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB263180-
CMYK0.670.6100.69
HSL234.44º50.94%20.78%-
HSV(B)234.44º67.5%31.37%-
XYZ2.361.787.81-
YUV35.09153.34121.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=18.98%
G=22.63%
B=58.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2631800.670.6100.69234.4450.9420.78
Hex1A1F50433D045ea3315
Octal32371201037501053526325
Binary110101111110100001000011111101010001011110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1F50; }

 p { color: rgb(26,31,80); }

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

<style>
 a { background-color: #1A1F50; }

 a { background-color: rgb(26,31,80); }

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

<style>
 span { border-color: #1A1F50; }

 span { border-color: rgb(26,31,80); }

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