Shades of Paua #171245
Tints of Paua #171245
RGB
CMYK
RGB Variations
Color information
#171245 (or 0x171245) is known color: Paua. HEX triplet: 17, 12 and 45. RGB value is (23,18,69). Sum of RGB (Red+Green+Blue) = 23+18+69=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #171245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171245 is #E8EDBA. Grayscale: #191919. Windows color (decimal): -15265211 or 4526615. OLE color: 4526615.
HSL color Cylindrical-coordinate representation of color #171245: hue angle of 245.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171245 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 18 | 69 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.73 |
| HSL | 245.88º | 0.59% | 0.17% | - |
| HSV(B) | 245.88º | 0.74% | 0.27% | - |
| XYZ | 1.64 | 1.04 | 5.75 | - |
| YUV | 25.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 69 | 0.67 | 0.74 | 0 | 0.73 | 245.88 | 0.59 | 0.17 |
| Hex | 17 | 12 | 45 | 43 | 4A | 0 | 49 | F6 | 3B | 11 |
| Octal | 27 | 22 | 105 | 103 | 112 | 0 | 111 | 366 | 73 | 21 |
| Binary | 10111 | 10010 | 1000101 | 1000011 | 1001010 | 0 | 1001001 | 11110110 | 111011 | 10001 |
Color Harmonies of #171245
Complementary color
Monochromatic Colors of #171245
Black with #171245
Text Example
Text Example
White with #171245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171245; }
p { color: rgb(23,18,69); }
H1.HeaderClassName
{
color: #171245;
}
.AnyTagClassName
{
color: #171245;
}
</style>
background-color css
<style>
a { background-color: #171245; }
a { background-color: rgb(23,18,69); }
div.DivClassName
{
background-color: #171245;
}
.BgClassName
{
background-color: #171245;
}
</style>
border-color css
<style>
span { border-color: #171245; }
span { border-color: rgb(23,18,69); }
td.TdClassName
{
border-color: #171245;
}
.TagClassName
{
border-color: #171245;
}
</style>