#171254

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

Shades of Paua #171254

Tints of Paua #171254

Color information

#171254 (or 0x171254) is unknown color: approx Paua. HEX triplet: 17, 12 and 54. RGB value is (23,18,84). Sum of RGB (Red+Green+Blue) = 23+18+84=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #171254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171254 is #E8EDAB. Grayscale: #1A1A1A. Windows color (decimal): -15265196 or 5509655. OLE color: 5509655.

HSL color Cylindrical-coordinate representation of color #171254: hue angle of 244.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171254 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB231884-
CMYK0.730.7900.67
HSL244.55º64.71%20%-
HSV(B)244.55º78.57%32.94%-
XYZ2.171.258.52-
YUV27.02160.16125.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=18.4%
G=14.4%
B=67.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2318840.730.7900.67244.5564.7120
Hex171254494F043f54114
Octal2722124111117010336510124
Binary10111100101010100100100110011110100001111110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171254; }

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

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

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

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

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

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

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

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