#171D53

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

Shades of Lucky Point #171D53

Tints of Lucky Point #171D53

Color information

#171D53 (or 0x171D53) is unknown color: approx Lucky Point. HEX triplet: 17, 1D and 53. RGB value is (23,29,83). Sum of RGB (Red+Green+Blue) = 23+29+83=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #171D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D53 is #E8E2AC. Grayscale: #212121. Windows color (decimal): -15262381 or 5446935. OLE color: 5446935.

HSL color Cylindrical-coordinate representation of color #171D53: hue angle of 234º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171D53 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB232983-
CMYK0.720.6500.67
HSL234º56.6%20.78%-
HSV(B)234º72.29%32.55%-
XYZ2.351.698.38-
YUV33.36156.01120.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=17.04%
G=21.48%
B=61.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2329830.720.6500.6723456.620.78
Hex171D534841043ea3915
Octal273512311010101033527125
Binary1011111101101001110010001000001010000111110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171D53; }

 p { color: rgb(23,29,83); }

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

<style>
 a { background-color: #171D53; }

 a { background-color: rgb(23,29,83); }

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

<style>
 span { border-color: #171D53; }

 span { border-color: rgb(23,29,83); }

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