#1A2350

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

Shades of Lucky Point #1A2350

Tints of Lucky Point #1A2350

Color information

#1A2350 (or 0x1A2350) is unknown color: approx Lucky Point. HEX triplet: 1A, 23 and 50. RGB value is (26,35,80). Sum of RGB (Red+Green+Blue) = 26+35+80=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2350 is #E5DCAF. Grayscale: #252525. Windows color (decimal): -15064240 or 5251866. OLE color: 5251866.

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

Color convert

RGB263580-
CMYK0.670.5600.69
HSL230º50.94%20.78%-
HSV(B)230º67.5%31.37%-
XYZ2.4827.85-
YUV37.44152.02119.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=18.44%
G=24.82%
B=56.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2635800.670.5600.6923050.9420.78
Hex1A23504338045e63315
Octal32431201037001053466325
Binary1101010001110100001000011111000010001011110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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