#171A56

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

Shades of Paua #171A56

Tints of Paua #171A56

Color information

#171A56 (or 0x171A56) is unknown color: approx Paua. HEX triplet: 17, 1A and 56. RGB value is (23,26,86). Sum of RGB (Red+Green+Blue) = 23+26+86=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #171A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171A56 is #E8E5A9. Grayscale: #1F1F1F. Windows color (decimal): -15263146 or 5642775. OLE color: 5642775.

HSL color Cylindrical-coordinate representation of color #171A56: hue angle of 237.14º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #171A56 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB232686-
CMYK0.730.7000.66
HSL237.14º57.8%21.37%-
HSV(B)237.14º73.26%33.73%-
XYZ2.41.598.98-
YUV31.94158.51121.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 86 (33.98% from 255) = 63.70%
R=17.04%
G=19.26%
B=63.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2326860.730.7000.66237.1457.821.37
Hex171A564946042ed3a15
Octal273212611110601023557225
Binary1011111010101011010010011000110010000101110110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171A56; }

 p { color: rgb(23,26,86); }

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

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

 a { background-color: rgb(23,26,86); }

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

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

 span { border-color: rgb(23,26,86); }

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