#170F53

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

Shades of Paua #170F53

Tints of Paua #170F53

Color information

#170F53 (or 0x170F53) is unknown color: approx Paua. HEX triplet: 17, 0F and 53. RGB value is (23,15,83). Sum of RGB (Red+Green+Blue) = 23+15+83=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #170F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F53 is #E8F0AC. Grayscale: #181818. Windows color (decimal): -15265965 or 5443351. OLE color: 5443351.

HSL color Cylindrical-coordinate representation of color #170F53: hue angle of 247.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #170F53 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB231583-
CMYK0.720.8200.67
HSL247.06º69.39%19.22%-
HSV(B)247.06º81.93%32.55%-
XYZ2.091.158.3-
YUV25.14160.65126.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=19.01%
G=12.40%
B=68.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2315830.720.8200.67247.0669.3919.22
Hex17F534852043f74513
Octal2717123110122010336710523
Binary1011111111010011100100010100100100001111110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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