Shades of Paua #170F4D
Tints of Paua #170F4D
RGB
CMYK
RGB Variations
Color information
#170F4D (or 0x170F4D) is known color: Paua. HEX triplet: 17, 0F and 4D. RGB value is (23,15,77). Sum of RGB (Red+Green+Blue) = 23+15+77=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #170F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F4D is #E8F0B2. Grayscale: #181818. Windows color (decimal): -15265971 or 5050135. OLE color: 5050135.
HSL color Cylindrical-coordinate representation of color #170F4D: hue angle of 247.74º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #170F4D is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 15 | 77 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.70 |
| HSL | 247.74º | 0.67% | 0.18% | - |
| HSV(B) | 247.74º | 0.81% | 0.3% | - |
| XYZ | 1.86 | 1.06 | 7.13 | - |
| YUV | 24.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 77 | 0.70 | 0.81 | 0 | 0.70 | 247.74 | 0.67 | 0.18 |
| Hex | 17 | F | 4D | 46 | 51 | 0 | 46 | F8 | 43 | 12 |
| Octal | 27 | 17 | 115 | 106 | 121 | 0 | 106 | 370 | 103 | 22 |
| Binary | 10111 | 1111 | 1001101 | 1000110 | 1010001 | 0 | 1000110 | 11111000 | 1000011 | 10010 |
Color Harmonies of #170F4D
Complementary color
Monochromatic Colors of #170F4D
Black with #170F4D
Text Example
Text Example
White with #170F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F4D; }
p { color: rgb(23,15,77); }
H1.HeaderClassName
{
color: #170F4D;
}
.AnyTagClassName
{
color: #170F4D;
}
</style>
background-color css
<style>
a { background-color: #170F4D; }
a { background-color: rgb(23,15,77); }
div.DivClassName
{
background-color: #170F4D;
}
.BgClassName
{
background-color: #170F4D;
}
</style>
border-color css
<style>
span { border-color: #170F4D; }
span { border-color: rgb(23,15,77); }
td.TdClassName
{
border-color: #170F4D;
}
.TagClassName
{
border-color: #170F4D;
}
</style>