#170D4F

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

Shades of Paua #170D4F

Tints of Paua #170D4F

Color information

#170D4F (or 0x170D4F) is unknown color: approx Paua. HEX triplet: 17, 0D and 4F. RGB value is (23,13,79). Sum of RGB (Red+Green+Blue) = 23+13+79=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #170D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D4F is #E8F2B0. Grayscale: #171717. Windows color (decimal): -15266481 or 5180695. OLE color: 5180695.

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

Color convert

RGB231379-
CMYK0.710.8400.69
HSL249.09º71.74%18.04%-
HSV(B)249.09º83.54%30.98%-
XYZ1.911.037.5-
YUV23.51159.31127.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=20%
G=11.30%
B=68.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2313790.710.8400.69249.0971.7418.04
Hex17D4F4754045f94812
Octal2715117107124010537111022
Binary1011111011001111100011110101000100010111111001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170D4F; }

 p { color: rgb(23,13,79); }

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

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

 a { background-color: rgb(23,13,79); }

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

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

 span { border-color: rgb(23,13,79); }

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