Shades of Paua #1F1858
Tints of Paua #1F1858
RGB
CMYK
RGB Variations
Color information
#1F1858 (or 0x1F1858) is known color: Paua. HEX triplet: 1F, 18 and 58. RGB value is (31,24,88). Sum of RGB (Red+Green+Blue) = 31+24+88=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1858 is #E0E7A7. Grayscale: #212121. Windows color (decimal): -14739368 or 5773343. OLE color: 5773343.
HSL color Cylindrical-coordinate representation of color #1F1858: hue angle of 246.56º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F1858 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 24 | 88 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.65 |
| HSL | 246.56º | 0.57% | 0.22% | - |
| HSV(B) | 246.56º | 0.73% | 0.35% | - |
| XYZ | 2.65 | 1.65 | 9.41 | - |
| YUV | 33.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 88 | 0.65 | 0.73 | 0 | 0.65 | 246.56 | 0.57 | 0.22 |
| Hex | 1F | 18 | 58 | 41 | 49 | 0 | 41 | F7 | 39 | 16 |
| Octal | 37 | 30 | 130 | 101 | 111 | 0 | 101 | 367 | 71 | 26 |
| Binary | 11111 | 11000 | 1011000 | 1000001 | 1001001 | 0 | 1000001 | 11110111 | 111001 | 10110 |
Color Harmonies of #1F1858
Complementary color
Monochromatic Colors of #1F1858
Black with #1F1858
Text Example
Text Example
White with #1F1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1858; }
p { color: rgb(31,24,88); }
H1.HeaderClassName
{
color: #1F1858;
}
.AnyTagClassName
{
color: #1F1858;
}
</style>
background-color css
<style>
a { background-color: #1F1858; }
a { background-color: rgb(31,24,88); }
div.DivClassName
{
background-color: #1F1858;
}
.BgClassName
{
background-color: #1F1858;
}
</style>
border-color css
<style>
span { border-color: #1F1858; }
span { border-color: rgb(31,24,88); }
td.TdClassName
{
border-color: #1F1858;
}
.TagClassName
{
border-color: #1F1858;
}
</style>