#1A2553

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

Shades of Lucky Point #1A2553

Tints of Lucky Point #1A2553

Color information

#1A2553 (or 0x1A2553) is unknown color: approx Lucky Point. HEX triplet: 1A, 25 and 53. RGB value is (26,37,83). Sum of RGB (Red+Green+Blue) = 26+37+83=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2553 is #E5DAAC. Grayscale: #262626. Windows color (decimal): -15063725 or 5448986. OLE color: 5448986.

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

Color convert

RGB263783-
CMYK0.690.5500.67
HSL228.42º52.29%21.37%-
HSV(B)228.42º68.67%32.55%-
XYZ2.652.178.46-
YUV38.96152.86118.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=17.81%
G=25.34%
B=56.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2637830.690.5500.67228.4252.2921.37
Hex1A25534537043e43415
Octal32451231056701033446425
Binary1101010010110100111000101110111010000111110010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,83); }

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

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

 a { background-color: rgb(26,37,83); }

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

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

 span { border-color: rgb(26,37,83); }

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