#1A2453

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

Shades of Lucky Point #1A2453

Tints of Lucky Point #1A2453

Color information

#1A2453 (or 0x1A2453) is unknown color: approx Lucky Point. HEX triplet: 1A, 24 and 53. RGB value is (26,36,83). Sum of RGB (Red+Green+Blue) = 26+36+83=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A2453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2453 is #E5DBAC. Grayscale: #262626. Windows color (decimal): -15063981 or 5448730. OLE color: 5448730.

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

Color convert

RGB263683-
CMYK0.690.5700.67
HSL229.47º52.29%21.37%-
HSV(B)229.47º68.67%32.55%-
XYZ2.622.118.45-
YUV38.37153.19119.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=17.93%
G=24.83%
B=57.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2636830.690.5700.67229.4752.2921.37
Hex1A24534539043e53415
Octal32441231057101033456425
Binary1101010010010100111000101111001010000111110010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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