#170E46

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

Shades of Paua #170E46

Tints of Paua #170E46

Color information

#170E46 (or 0x170E46) is unknown color: approx Paua. HEX triplet: 17, 0E and 46. RGB value is (23,14,70). Sum of RGB (Red+Green+Blue) = 23+14+70=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #170E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E46 is #E8F1B9. Grayscale: #161616. Windows color (decimal): -15266234 or 4591127. OLE color: 4591127.

HSL color Cylindrical-coordinate representation of color #170E46: hue angle of 249.64º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #170E46 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB231470-
CMYK0.670.8000.73
HSL249.64º66.67%16.47%-
HSV(B)249.64º80%27.45%-
XYZ1.620.945.89-
YUV23.08154.48127.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=21.50%
G=13.08%
B=65.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2314700.670.8000.73249.6466.6716.47
Hex17E464350049fa4310
Octal2716106103120011137210320
Binary1011111101000110100001110100000100100111111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,14,70); }

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

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

 a { background-color: rgb(23,14,70); }

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

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

 span { border-color: rgb(23,14,70); }

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