#171051

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

Shades of Paua #171051

Tints of Paua #171051

Color information

#171051 (or 0x171051) is unknown color: approx Paua. HEX triplet: 17, 10 and 51. RGB value is (23,16,81). Sum of RGB (Red+Green+Blue) = 23+16+81=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #171051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171051 is #E8EFAE. Grayscale: #191919. Windows color (decimal): -15265711 or 5312535. OLE color: 5312535.

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

Color convert

RGB231681-
CMYK0.720.8000.68
HSL246.46º67.01%19.02%-
HSV(B)246.46º80.25%31.76%-
XYZ2.021.157.9-
YUV25.5159.32126.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=19.17%
G=13.33%
B=67.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2316810.720.8000.68246.4667.0119.02
Hex1710514850044f64313
Octal2720121110120010436610323
Binary10111100001010001100100010100000100010011110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171051; }

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

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

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

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

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

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

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

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