#170F4E

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

Shades of Paua #170F4E

Tints of Paua #170F4E

Color information

#170F4E (or 0x170F4E) is unknown color: approx Paua. HEX triplet: 17, 0F and 4E. RGB value is (23,15,78). Sum of RGB (Red+Green+Blue) = 23+15+78=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #170F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F4E is #E8F0B1. Grayscale: #181818. Windows color (decimal): -15265970 or 5115671. OLE color: 5115671.

HSL color Cylindrical-coordinate representation of color #170F4E: hue angle of 247.62º 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 #170F4E is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB231578-
CMYK0.710.8100.69
HSL247.62º67.74%18.24%-
HSV(B)247.62º80.77%30.59%-
XYZ1.91.077.31-
YUV24.57158.15126.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=19.83%
G=12.93%
B=67.24%

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
Decimal2315780.710.8100.69247.6267.7418.24
Hex17F4E4751045f84412
Octal2717116107121010537010422
Binary1011111111001110100011110100010100010111111000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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