Shades of Paua #171A53
Tints of Paua #171A53
RGB
CMYK
RGB Variations
Color information
#171A53 (or 0x171A53) is known color: Paua. HEX triplet: 17, 1A and 53. RGB value is (23,26,83). Sum of RGB (Red+Green+Blue) = 23+26+83=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #171A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171A53 is #E8E5AC. Grayscale: #1F1F1F. Windows color (decimal): -15263149 or 5446167. OLE color: 5446167.
HSL color Cylindrical-coordinate representation of color #171A53: hue angle of 237º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #171A53 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 26 | 83 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.67 |
| HSL | 237º | 0.57% | 0.21% | - |
| HSV(B) | 237º | 0.72% | 0.33% | - |
| XYZ | 2.28 | 1.55 | 8.36 | - |
| YUV | 31.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 83 | 0.72 | 0.69 | 0 | 0.67 | 237 | 0.57 | 0.21 |
| Hex | 17 | 1A | 53 | 48 | 45 | 0 | 43 | ED | 39 | 15 |
| Octal | 27 | 32 | 123 | 110 | 105 | 0 | 103 | 355 | 71 | 25 |
| Binary | 10111 | 11010 | 1010011 | 1001000 | 1000101 | 0 | 1000011 | 11101101 | 111001 | 10101 |
Color Harmonies of #171A53
Complementary color
Monochromatic Colors of #171A53
Black with #171A53
Text Example
Text Example
White with #171A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A53; }
p { color: rgb(23,26,83); }
H1.HeaderClassName
{
color: #171A53;
}
.AnyTagClassName
{
color: #171A53;
}
</style>
background-color css
<style>
a { background-color: #171A53; }
a { background-color: rgb(23,26,83); }
div.DivClassName
{
background-color: #171A53;
}
.BgClassName
{
background-color: #171A53;
}
</style>
border-color css
<style>
span { border-color: #171A53; }
span { border-color: rgb(23,26,83); }
td.TdClassName
{
border-color: #171A53;
}
.TagClassName
{
border-color: #171A53;
}
</style>