#170F4F

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

Shades of Paua #170F4F

Tints of Paua #170F4F

Color information

#170F4F (or 0x170F4F) is unknown color: approx Paua. HEX triplet: 17, 0F and 4F. RGB value is (23,15,79). Sum of RGB (Red+Green+Blue) = 23+15+79=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #170F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F4F is #E8F0B0. Grayscale: #181818. Windows color (decimal): -15265969 or 5181207. OLE color: 5181207.

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

Color convert

RGB231579-
CMYK0.710.8100.69
HSL247.5º68.09%18.43%-
HSV(B)247.5º81.01%30.98%-
XYZ1.941.097.51-
YUV24.69158.65126.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.66%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=19.66%
G=12.82%
B=67.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2315790.710.8100.69247.568.0918.43
Hex17F4F4751045f84412
Octal2717117107121010537010422
Binary1011111111001111100011110100010100010111111000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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