#170B50

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

Shades of Paua #170B50

Tints of Paua #170B50

Color information

#170B50 (or 0x170B50) is unknown color: approx Paua. HEX triplet: 17, 0B and 50. RGB value is (23,11,80). Sum of RGB (Red+Green+Blue) = 23+11+80=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #170B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170B50 is #E8F4AF. Grayscale: #161616. Windows color (decimal): -15266992 or 5245719. OLE color: 5245719.

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

Color convert

RGB231180-
CMYK0.710.8600.69
HSL250.43º75.82%17.84%-
HSV(B)250.43º86.25%31.37%-
XYZ1.9217.68-
YUV22.45160.48128.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 80 (31.64% from 255) = 70.18%
R=20.18%
G=9.65%
B=70.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2311800.710.8600.69250.4375.8217.84
Hex17B504756045fa4c12
Octal2713120107126010537211422
Binary1011110111010000100011110101100100010111111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,11,80); }

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

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

 a { background-color: rgb(23,11,80); }

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

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

 span { border-color: rgb(23,11,80); }

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