Shades of Paua #171440
Tints of Paua #171440
RGB
CMYK
RGB Variations
Color information
#171440 (or 0x171440) is known color: Paua. HEX triplet: 17, 14 and 40. RGB value is (23,20,64). Sum of RGB (Red+Green+Blue) = 23+20+64=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #171440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171440 is #E8EBBF. Grayscale: #191919. Windows color (decimal): -15264704 or 4199447. OLE color: 4199447.
HSL color Cylindrical-coordinate representation of color #171440: hue angle of 244.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #171440 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 20 | 64 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.75 |
| HSL | 244.09º | 0.52% | 0.16% | - |
| HSV(B) | 244.09º | 0.69% | 0.25% | - |
| XYZ | 1.53 | 1.05 | 4.97 | - |
| YUV | 25.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 64 | 0.64 | 0.69 | 0 | 0.75 | 244.09 | 0.52 | 0.16 |
| Hex | 17 | 14 | 40 | 40 | 45 | 0 | 4B | F4 | 34 | 10 |
| Octal | 27 | 24 | 100 | 100 | 105 | 0 | 113 | 364 | 64 | 20 |
| Binary | 10111 | 10100 | 1000000 | 1000000 | 1000101 | 0 | 1001011 | 11110100 | 110100 | 10000 |
Color Harmonies of #171440
Complementary color
Monochromatic Colors of #171440
Black with #171440
Text Example
Text Example
White with #171440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171440; }
p { color: rgb(23,20,64); }
H1.HeaderClassName
{
color: #171440;
}
.AnyTagClassName
{
color: #171440;
}
</style>
background-color css
<style>
a { background-color: #171440; }
a { background-color: rgb(23,20,64); }
div.DivClassName
{
background-color: #171440;
}
.BgClassName
{
background-color: #171440;
}
</style>
border-color css
<style>
span { border-color: #171440; }
span { border-color: rgb(23,20,64); }
td.TdClassName
{
border-color: #171440;
}
.TagClassName
{
border-color: #171440;
}
</style>