#171253

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

Shades of Paua #171253

Tints of Paua #171253

Color information

#171253 (or 0x171253) is unknown color: approx Paua. HEX triplet: 17, 12 and 53. RGB value is (23,18,83). Sum of RGB (Red+Green+Blue) = 23+18+83=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #171253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171253 is #E8EDAC. Grayscale: #1A1A1A. Windows color (decimal): -15265197 or 5444119. OLE color: 5444119.

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

Color convert

RGB231883-
CMYK0.720.7800.67
HSL244.62º64.36%19.8%-
HSV(B)244.62º78.31%32.55%-
XYZ2.131.248.31-
YUV26.9159.66125.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=18.55%
G=14.52%
B=66.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2318830.720.7800.67244.6264.3619.8
Hex171253484E043f54014
Octal2722123110116010336510024
Binary10111100101010011100100010011100100001111110101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171253; }

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

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

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

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

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

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

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

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