Shades of Paua #1F184B
Tints of Paua #1F184B
RGB
CMYK
RGB Variations
Color information
#1F184B (or 0x1F184B) is known color: Paua. HEX triplet: 1F, 18 and 4B. RGB value is (31,24,75). Sum of RGB (Red+Green+Blue) = 31+24+75=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F184B is #E0E7B4. Grayscale: #1F1F1F. Windows color (decimal): -14739381 or 4921375. OLE color: 4921375.
HSL color Cylindrical-coordinate representation of color #1F184B: hue angle of 248.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F184B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 24 | 75 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.71 |
| HSL | 248.24º | 0.52% | 0.19% | - |
| HSV(B) | 248.24º | 0.68% | 0.29% | - |
| XYZ | 2.16 | 1.45 | 6.82 | - |
| YUV | 31.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 75 | 0.59 | 0.68 | 0 | 0.71 | 248.24 | 0.52 | 0.19 |
| Hex | 1F | 18 | 4B | 3B | 44 | 0 | 47 | F8 | 34 | 13 |
| Octal | 37 | 30 | 113 | 73 | 104 | 0 | 107 | 370 | 64 | 23 |
| Binary | 11111 | 11000 | 1001011 | 111011 | 1000100 | 0 | 1000111 | 11111000 | 110100 | 10011 |
Color Harmonies of #1F184B
Complementary color
Monochromatic Colors of #1F184B
Black with #1F184B
Text Example
Text Example
White with #1F184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F184B; }
p { color: rgb(31,24,75); }
H1.HeaderClassName
{
color: #1F184B;
}
.AnyTagClassName
{
color: #1F184B;
}
</style>
background-color css
<style>
a { background-color: #1F184B; }
a { background-color: rgb(31,24,75); }
div.DivClassName
{
background-color: #1F184B;
}
.BgClassName
{
background-color: #1F184B;
}
</style>
border-color css
<style>
span { border-color: #1F184B; }
span { border-color: rgb(31,24,75); }
td.TdClassName
{
border-color: #1F184B;
}
.TagClassName
{
border-color: #1F184B;
}
</style>