#171053

Color #171053 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #171053

Tints of Paua #171053

Color information

#171053 (or 0x171053) is unknown color: approx 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

RGB231683-
CMYK0.720.8100.67
HSL246.27º67.68%19.41%-
HSV(B)246.27º80.72%32.55%-
XYZ2.11.188.3-
YUV25.73160.32126.05-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2316830.720.8100.67246.2767.6819.41
Hex1710534851043f64413
Octal2720123110121010336610423
Binary10111100001010011100100010100010100001111110110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>