#17104A

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

Shades of Paua #17104A

Tints of Paua #17104A

Color information

#17104A (or 0x17104A) is unknown color: approx Paua. HEX triplet: 17, 10 and 4A. RGB value is (23,16,74). Sum of RGB (Red+Green+Blue) = 23+16+74=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #17104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17104A is #E8EFB5. Grayscale: #181818. Windows color (decimal): -15265718 or 4853783. OLE color: 4853783.

HSL color Cylindrical-coordinate representation of color #17104A: hue angle of 247.24º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17104A is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB231674-
CMYK0.690.7800.71
HSL247.24º64.44%17.65%-
HSV(B)247.24º78.38%29.02%-
XYZ1.771.056.59-
YUV24.7155.82126.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=20.35%
G=14.16%
B=65.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2316740.690.7800.71247.2464.4417.65
Hex17104A454E047f74012
Octal2720112105116010736710022
Binary10111100001001010100010110011100100011111110111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17104A; }

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

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

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

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

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

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

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

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