Shades of Paua #1F194B
Tints of Paua #1F194B
RGB
CMYK
RGB Variations
Color information
#1F194B (or 0x1F194B) is known color: Paua. HEX triplet: 1F, 19 and 4B. RGB value is (31,25,75). Sum of RGB (Red+Green+Blue) = 31+25+75=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F194B is #E0E6B4. Grayscale: #202020. Windows color (decimal): -14739125 or 4921631. OLE color: 4921631.
HSL color Cylindrical-coordinate representation of color #1F194B: hue angle of 247.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F194B is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 25 | 75 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.71 |
| HSL | 247.2º | 0.5% | 0.2% | - |
| HSV(B) | 247.2º | 0.67% | 0.29% | - |
| XYZ | 2.18 | 1.49 | 6.83 | - |
| YUV | 32.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 75 | 0.59 | 0.67 | 0 | 0.71 | 247.2 | 0.5 | 0.2 |
| Hex | 1F | 19 | 4B | 3B | 43 | 0 | 47 | F7 | 32 | 14 |
| Octal | 37 | 31 | 113 | 73 | 103 | 0 | 107 | 367 | 62 | 24 |
| Binary | 11111 | 11001 | 1001011 | 111011 | 1000011 | 0 | 1000111 | 11110111 | 110010 | 10100 |
Color Harmonies of #1F194B
Complementary color
Monochromatic Colors of #1F194B
Black with #1F194B
Text Example
Text Example
White with #1F194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F194B; }
p { color: rgb(31,25,75); }
H1.HeaderClassName
{
color: #1F194B;
}
.AnyTagClassName
{
color: #1F194B;
}
</style>
background-color css
<style>
a { background-color: #1F194B; }
a { background-color: rgb(31,25,75); }
div.DivClassName
{
background-color: #1F194B;
}
.BgClassName
{
background-color: #1F194B;
}
</style>
border-color css
<style>
span { border-color: #1F194B; }
span { border-color: rgb(31,25,75); }
td.TdClassName
{
border-color: #1F194B;
}
.TagClassName
{
border-color: #1F194B;
}
</style>