#1A2955

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

Shades of Lucky Point #1A2955

Tints of Lucky Point #1A2955

Color information

#1A2955 (or 0x1A2955) is unknown color: approx Lucky Point. HEX triplet: 1A, 29 and 55. RGB value is (26,41,85). Sum of RGB (Red+Green+Blue) = 26+41+85=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2955 is #E5D6AA. Grayscale: #292929. Windows color (decimal): -15062699 or 5581082. OLE color: 5581082.

HSL color Cylindrical-coordinate representation of color #1A2955: hue angle of 224.75º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A2955 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB264185-
CMYK0.690.5200.67
HSL224.75º53.15%21.76%-
HSV(B)224.75º69.41%33.33%-
XYZ2.862.468.92-
YUV41.53152.53116.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=17.11%
G=26.97%
B=55.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2641850.690.5200.67224.7553.1521.76
Hex1A29554534043e13516
Octal32511251056401033416526
Binary1101010100110101011000101110100010000111110000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,41,85); }

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

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

 a { background-color: rgb(26,41,85); }

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

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

 span { border-color: rgb(26,41,85); }

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