#17104E

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

Shades of Paua #17104E

Tints of Paua #17104E

Color information

#17104E (or 0x17104E) is unknown color: approx Paua. HEX triplet: 17, 10 and 4E. RGB value is (23,16,78). Sum of RGB (Red+Green+Blue) = 23+16+78=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #17104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17104E is #E8EFB1. Grayscale: #181818. Windows color (decimal): -15265714 or 5115927. OLE color: 5115927.

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

Color convert

RGB231678-
CMYK0.710.7900.69
HSL246.77º65.96%18.43%-
HSV(B)246.77º79.49%30.59%-
XYZ1.911.17.32-
YUV25.16157.82126.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.66%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 78 (30.86% from 255) = 66.67%
R=19.66%
G=13.68%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2316780.710.7900.69246.7765.9618.43
Hex17104E474F045f74212
Octal2720116107117010536710222
Binary10111100001001110100011110011110100010111110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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