#171442

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

Shades of Paua #171442

Tints of Paua #171442

Color information

#171442 (or 0x171442) is unknown color: approx Paua. HEX triplet: 17, 14 and 42. RGB value is (23,20,66). Sum of RGB (Red+Green+Blue) = 23+20+66=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #171442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171442 is #E8EBBD. Grayscale: #191919. Windows color (decimal): -15264702 or 4330519. OLE color: 4330519.

HSL color Cylindrical-coordinate representation of color #171442: hue angle of 243.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171442 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB232066-
CMYK0.650.7000.74
HSL243.91º53.49%16.86%-
HSV(B)243.91º69.7%25.88%-
XYZ1.591.085.28-
YUV26.14150.49125.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.10%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 66 (26.17% from 255) = 60.55%
R=21.10%
G=18.35%
B=60.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2320660.650.7000.74243.9153.4916.86
Hex171442414604Af43511
Octal272410210110601123646521
Binary1011110100100001010000011000110010010101111010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171442; }

 p { color: rgb(23,20,66); }

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

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

 a { background-color: rgb(23,20,66); }

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

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

 span { border-color: rgb(23,20,66); }

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