#171D54

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

Shades of Lucky Point #171D54

Tints of Lucky Point #171D54

Color information

#171D54 (or 0x171D54) is unknown color: approx Lucky Point. HEX triplet: 17, 1D and 54. RGB value is (23,29,84). Sum of RGB (Red+Green+Blue) = 23+29+84=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #171D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D54 is #E8E2AB. Grayscale: #212121. Windows color (decimal): -15262380 or 5512471. OLE color: 5512471.

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

Color convert

RGB232984-
CMYK0.730.6500.67
HSL234.1º57.01%20.98%-
HSV(B)234.1º72.62%32.94%-
XYZ2.391.78.59-
YUV33.48156.51120.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.91%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=16.91%
G=21.32%
B=61.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2329840.730.6500.67234.157.0120.98
Hex171D544941043ea3915
Octal273512411110101033527125
Binary1011111101101010010010011000001010000111110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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