#1A2558

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

Shades of Lucky Point #1A2558

Tints of Lucky Point #1A2558

Color information

#1A2558 (or 0x1A2558) is unknown color: approx Lucky Point. HEX triplet: 1A, 25 and 58. RGB value is (26,37,88). Sum of RGB (Red+Green+Blue) = 26+37+88=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A2558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2558 is #E5DAA7. Grayscale: #272727. Windows color (decimal): -15063720 or 5776666. OLE color: 5776666.

HSL color Cylindrical-coordinate representation of color #1A2558: hue angle of 229.35º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A2558 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB263788-
CMYK0.700.5800.65
HSL229.35º54.39%22.35%-
HSV(B)229.35º70.45%34.51%-
XYZ2.852.259.52-
YUV39.52155.36118.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=17.22%
G=24.50%
B=58.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2637880.700.5800.65229.3554.3922.35
Hex1A2558463A041e53616
Octal32451301067201013456626
Binary1101010010110110001000110111010010000011110010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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