Shades of Paua #1F174C
Tints of Paua #1F174C
RGB
CMYK
RGB Variations
Color information
#1F174C (or 0x1F174C) is known color: Paua. HEX triplet: 1F, 17 and 4C. RGB value is (31,23,76). Sum of RGB (Red+Green+Blue) = 31+23+76=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F174C is #E0E8B3. Grayscale: #1F1F1F. Windows color (decimal): -14739636 or 4986655. OLE color: 4986655.
HSL color Cylindrical-coordinate representation of color #1F174C: hue angle of 249.06º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F174C is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 23 | 76 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.70 |
| HSL | 249.06º | 0.54% | 0.19% | - |
| HSV(B) | 249.06º | 0.7% | 0.3% | - |
| XYZ | 2.18 | 1.43 | 7 | - |
| YUV | 31.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 76 | 0.59 | 0.70 | 0 | 0.70 | 249.06 | 0.54 | 0.19 |
| Hex | 1F | 17 | 4C | 3B | 46 | 0 | 46 | F9 | 36 | 13 |
| Octal | 37 | 27 | 114 | 73 | 106 | 0 | 106 | 371 | 66 | 23 |
| Binary | 11111 | 10111 | 1001100 | 111011 | 1000110 | 0 | 1000110 | 11111001 | 110110 | 10011 |
Color Harmonies of #1F174C
Complementary color
Monochromatic Colors of #1F174C
Black with #1F174C
Text Example
Text Example
White with #1F174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F174C; }
p { color: rgb(31,23,76); }
H1.HeaderClassName
{
color: #1F174C;
}
.AnyTagClassName
{
color: #1F174C;
}
</style>
background-color css
<style>
a { background-color: #1F174C; }
a { background-color: rgb(31,23,76); }
div.DivClassName
{
background-color: #1F174C;
}
.BgClassName
{
background-color: #1F174C;
}
</style>
border-color css
<style>
span { border-color: #1F174C; }
span { border-color: rgb(31,23,76); }
td.TdClassName
{
border-color: #1F174C;
}
.TagClassName
{
border-color: #1F174C;
}
</style>