#171245

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

Shades of Paua #171245

Tints of Paua #171245

Color information

#171245 (or 0x171245) is unknown color: approx Paua. HEX triplet: 17, 12 and 45. RGB value is (23,18,69). Sum of RGB (Red+Green+Blue) = 23+18+69=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #171245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171245 is #E8EDBA. Grayscale: #191919. Windows color (decimal): -15265211 or 4526615. OLE color: 4526615.

HSL color Cylindrical-coordinate representation of color #171245: hue angle of 245.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171245 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB231869-
CMYK0.670.7400.73
HSL245.88º58.62%17.06%-
HSV(B)245.88º73.91%27.06%-
XYZ1.641.045.75-
YUV25.31152.66126.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.91%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=20.91%
G=16.36%
B=62.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2318690.670.7400.73245.8858.6217.06
Hex171245434A049f63b11
Octal272210510311201113667321
Binary1011110010100010110000111001010010010011111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171245; }

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

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

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

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

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

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

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

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