Html Css Color HEX #171053 Paua

📋 copy color: '#171053'

red 23 ◦ green 16 ◦ blue 83

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

Shades of Paua #171053

Tints of Paua #171053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 18.85%
G = 13.11%
B = 68.03%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171053 (or 0x171053) is known color: Paua. HEX triplet: 17, 10 and 53. RGB value is (23,16,83). Sum of RGB (Red+Green+Blue) = 23+16+83=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #171053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171053 is #E8EFAC. Grayscale: #191919. Windows color (decimal): -15265709 or 5443607. OLE color: 5443607.

HSL color Cylindrical-coordinate representation of color #171053: hue angle of 246.27º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #171053 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 16 83 -
CMYK 0.72 0.81 0 0.67
HSL 246.27º 0.68% 0.19% -
HSV(B) 246.27º 0.81% 0.33% -
XYZ 2.1 1.18 8.3 -
YUV 25.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 23 16 83 0.72 0.81 0 0.67 246.27 0.68 0.19
Hex 17 10 53 48 51 0 43 F6 44 13
Octal 27 20 123 110 121 0 103 366 104 23
Binary 10111 10000 1010011 1001000 1010001 0 1000011 11110110 1000100 10011

Color Harmonies of #171053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171053

Black with #171053

Text Example


Text Example

White with #171053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171053; }

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

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

background-color css

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

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

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

border-color css

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

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

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