#170B4B

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

Shades of Paua #170B4B

Tints of Paua #170B4B

Color information

#170B4B (or 0x170B4B) is unknown color: approx Paua. HEX triplet: 17, 0B and 4B. RGB value is (23,11,75). Sum of RGB (Red+Green+Blue) = 23+11+75=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #170B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B4B is #E8F4B4. Grayscale: #151515. Windows color (decimal): -15266997 or 4918039. OLE color: 4918039.

HSL color Cylindrical-coordinate representation of color #170B4B: hue angle of 251.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #170B4B is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB231175-
CMYK0.690.8500.71
HSL251.25º74.42%16.86%-
HSV(B)251.25º85.33%29.41%-
XYZ1.740.936.74-
YUV21.88157.98128.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.10%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=21.10%
G=10.09%
B=68.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2311750.690.8500.71251.2574.4216.86
Hex17B4B4555047fb4a11
Octal2713113105125010737311221
Binary1011110111001011100010110101010100011111111011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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