#1D2058

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

Shades of Lucky Point #1D2058

Tints of Lucky Point #1D2058

Color information

#1D2058 (or 0x1D2058) is unknown color: approx Lucky Point. HEX triplet: 1D, 20 and 58. RGB value is (29,32,88). Sum of RGB (Red+Green+Blue) = 29+32+88=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D2058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2058 is #E2DFA7. Grayscale: #252525. Windows color (decimal): -14868392 or 5775389. OLE color: 5775389.

HSL color Cylindrical-coordinate representation of color #1D2058: hue angle of 236.95º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2058 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB293288-
CMYK0.670.6400.65
HSL236.95º50.43%22.94%-
HSV(B)236.95º67.05%34.51%-
XYZ2.7829.47-
YUV37.49156.51121.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.46%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=19.46%
G=21.48%
B=59.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2932880.670.6400.65236.9550.4322.94
Hex1D20584340041ed3217
Octal354013010310001013556227
Binary11101100000101100010000111000000010000011110110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,88); }

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

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

 a { background-color: rgb(29,32,88); }

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

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

 span { border-color: rgb(29,32,88); }

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