#171249

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

Shades of Paua #171249

Tints of Paua #171249

Color information

#171249 (or 0x171249) is unknown color: approx Paua. HEX triplet: 17, 12 and 49. RGB value is (23,18,73). Sum of RGB (Red+Green+Blue) = 23+18+73=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #171249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171249 is #E8EDB6. Grayscale: #191919. Windows color (decimal): -15265207 or 4788759. OLE color: 4788759.

HSL color Cylindrical-coordinate representation of color #171249: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171249 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB231873-
CMYK0.680.7500.71
HSL245.45º60.44%17.84%-
HSV(B)245.45º75.34%28.63%-
XYZ1.771.16.42-
YUV25.76154.66126.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=20.18%
G=15.79%
B=64.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2318730.680.7500.71245.4560.4417.84
Hex171249444B047f53c12
Octal272211110411301073657422
Binary1011110010100100110001001001011010001111111010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171249; }

 p { color: rgb(23,18,73); }

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

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

 a { background-color: rgb(23,18,73); }

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

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

 span { border-color: rgb(23,18,73); }

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