Shades of Paua #1F174B
Tints of Paua #1F174B
RGB
CMYK
RGB Variations
Color information
#1F174B (or 0x1F174B) is known color: Paua. HEX triplet: 1F, 17 and 4B. RGB value is (31,23,75). Sum of RGB (Red+Green+Blue) = 31+23+75=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F174B is #E0E8B4. Grayscale: #1F1F1F. Windows color (decimal): -14739637 or 4921119. OLE color: 4921119.
HSL color Cylindrical-coordinate representation of color #1F174B: hue angle of 249.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F174B is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 23 | 75 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.71 |
| HSL | 249.23º | 0.53% | 0.19% | - |
| HSV(B) | 249.23º | 0.69% | 0.29% | - |
| XYZ | 2.14 | 1.41 | 6.82 | - |
| YUV | 31.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 75 | 0.59 | 0.69 | 0 | 0.71 | 249.23 | 0.53 | 0.19 |
| Hex | 1F | 17 | 4B | 3B | 45 | 0 | 47 | F9 | 35 | 13 |
| Octal | 37 | 27 | 113 | 73 | 105 | 0 | 107 | 371 | 65 | 23 |
| Binary | 11111 | 10111 | 1001011 | 111011 | 1000101 | 0 | 1000111 | 11111001 | 110101 | 10011 |
Color Harmonies of #1F174B
Complementary color
Monochromatic Colors of #1F174B
Black with #1F174B
Text Example
Text Example
White with #1F174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F174B; }
p { color: rgb(31,23,75); }
H1.HeaderClassName
{
color: #1F174B;
}
.AnyTagClassName
{
color: #1F174B;
}
</style>
background-color css
<style>
a { background-color: #1F174B; }
a { background-color: rgb(31,23,75); }
div.DivClassName
{
background-color: #1F174B;
}
.BgClassName
{
background-color: #1F174B;
}
</style>
border-color css
<style>
span { border-color: #1F174B; }
span { border-color: rgb(31,23,75); }
td.TdClassName
{
border-color: #1F174B;
}
.TagClassName
{
border-color: #1F174B;
}
</style>