Html Css Color HEX #172050 Lucky Point

📋 copy color: '#172050'

red 23 ◦ green 32 ◦ blue 80

#172050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #172050

Tints of Lucky Point #172050

RGB

 RED value IS 23 (9.38% from 255) = 17.04%

 GREEN value IS 32 (12.89% from 255) = 23.7%

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 17.04%
G = 23.7%
B = 59.26%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#172050 (or 0x172050) is known color: Lucky Point. HEX triplet: 17, 20 and 50. RGB value is (23,32,80). Sum of RGB (Red+Green+Blue) = 23+32+80=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #172050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172050 is #E8DFAF. Grayscale: #222222. Windows color (decimal): -15261616 or 5251095. OLE color: 5251095.

HSL color Cylindrical-coordinate representation of color #172050: hue angle of 230.53º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #172050 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 32 80 -
CMYK 0.71 0.60 0 0.69
HSL 230.53º 0.55% 0.2% -
HSV(B) 230.53º 0.71% 0.31% -
XYZ 2.32 1.79 7.81 -
YUV 34.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 23 32 80 0.71 0.60 0 0.69 230.53 0.55 0.2
Hex 17 20 50 47 3C 0 45 E7 37 14
Octal 27 40 120 107 74 0 105 347 67 24
Binary 10111 100000 1010000 1000111 111100 0 1000101 11100111 110111 10100

Color Harmonies of #172050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172050

Black with #172050

Text Example


Text Example

White with #172050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172050; }

 p { color: rgb(23,32,80); }

 H1.HeaderClassName
 {
   color: #172050;
 }
 .AnyTagClassName
 {
   color: #172050;
 }
</style>

background-color css

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

 a { background-color: rgb(23,32,80); }

 div.DivClassName
 {
   background-color: #172050;
 }
 .BgClassName
 {
   background-color: #172050;
 }
</style>

border-color css

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

 span { border-color: rgb(23,32,80); }

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