Html Css Color HEX #172053 Lucky Point

📋 copy color: '#172053'

red 23 ◦ green 32 ◦ blue 83

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

Shades of Lucky Point #172053

Tints of Lucky Point #172053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 16.67%
G = 23.19%
B = 60.14%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#172053 (or 0x172053) is known color: Lucky Point. HEX triplet: 17, 20 and 53. RGB value is (23,32,83). Sum of RGB (Red+Green+Blue) = 23+32+83=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #172053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172053 is #E8DFAC. Grayscale: #222222. Windows color (decimal): -15261613 or 5447703. OLE color: 5447703.

HSL color Cylindrical-coordinate representation of color #172053: hue angle of 231º 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 #172053 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 32 83 -
CMYK 0.72 0.61 0 0.67
HSL 231º 0.57% 0.21% -
HSV(B) 231º 0.72% 0.33% -
XYZ 2.43 1.84 8.41 -
YUV 35.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 23 32 83 0.72 0.61 0 0.67 231 0.57 0.21
Hex 17 20 53 48 3D 0 43 E7 39 15
Octal 27 40 123 110 75 0 103 347 71 25
Binary 10111 100000 1010011 1001000 111101 0 1000011 11100111 111001 10101

Color Harmonies of #172053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172053

Black with #172053

Text Example


Text Example

White with #172053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172053; }

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

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

background-color css

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

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

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

border-color css

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

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

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