#17104D

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

Shades of Paua #17104D

Tints of Paua #17104D

Color information

#17104D (or 0x17104D) is unknown color: approx Paua. HEX triplet: 17, 10 and 4D. RGB value is (23,16,77). Sum of RGB (Red+Green+Blue) = 23+16+77=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #17104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17104D is #E8EFB2. Grayscale: #181818. Windows color (decimal): -15265715 or 5050391. OLE color: 5050391.

HSL color Cylindrical-coordinate representation of color #17104D: hue angle of 246.89º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17104D is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB231677-
CMYK0.700.7900.70
HSL246.89º65.59%18.24%-
HSV(B)246.89º79.22%30.2%-
XYZ1.881.097.13-
YUV25.05157.32126.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=19.83%
G=13.79%
B=66.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2316770.700.7900.70246.8965.5918.24
Hex17104D464F046f74212
Octal2720115106117010636710222
Binary10111100001001101100011010011110100011011110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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