Shades of Paua #1F184D
Tints of Paua #1F184D
RGB
CMYK
RGB Variations
Color information
#1F184D (or 0x1F184D) is known color: Paua. HEX triplet: 1F, 18 and 4D. RGB value is (31,24,77). Sum of RGB (Red+Green+Blue) = 31+24+77=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F184D is #E0E7B2. Grayscale: #1F1F1F. Windows color (decimal): -14739379 or 5052447. OLE color: 5052447.
HSL color Cylindrical-coordinate representation of color #1F184D: hue angle of 247.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F184D is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 24 | 77 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.70 |
| HSL | 247.92º | 0.52% | 0.2% | - |
| HSV(B) | 247.92º | 0.69% | 0.3% | - |
| XYZ | 2.23 | 1.48 | 7.19 | - |
| YUV | 32.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 77 | 0.60 | 0.69 | 0 | 0.70 | 247.92 | 0.52 | 0.2 |
| Hex | 1F | 18 | 4D | 3C | 45 | 0 | 46 | F8 | 34 | 14 |
| Octal | 37 | 30 | 115 | 74 | 105 | 0 | 106 | 370 | 64 | 24 |
| Binary | 11111 | 11000 | 1001101 | 111100 | 1000101 | 0 | 1000110 | 11111000 | 110100 | 10100 |
Color Harmonies of #1F184D
Complementary color
Monochromatic Colors of #1F184D
Black with #1F184D
Text Example
Text Example
White with #1F184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F184D; }
p { color: rgb(31,24,77); }
H1.HeaderClassName
{
color: #1F184D;
}
.AnyTagClassName
{
color: #1F184D;
}
</style>
background-color css
<style>
a { background-color: #1F184D; }
a { background-color: rgb(31,24,77); }
div.DivClassName
{
background-color: #1F184D;
}
.BgClassName
{
background-color: #1F184D;
}
</style>
border-color css
<style>
span { border-color: #1F184D; }
span { border-color: rgb(31,24,77); }
td.TdClassName
{
border-color: #1F184D;
}
.TagClassName
{
border-color: #1F184D;
}
</style>