Shades of Paua #1F185B
Tints of Paua #1F185B
RGB
CMYK
RGB Variations
Color information
#1F185B (or 0x1F185B) is known color: Paua. HEX triplet: 1F, 18 and 5B. RGB value is (31,24,91). Sum of RGB (Red+Green+Blue) = 31+24+91=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F185B is #E0E7A4. Grayscale: #212121. Windows color (decimal): -14739365 or 5969951. OLE color: 5969951.
HSL color Cylindrical-coordinate representation of color #1F185B: hue angle of 246.27º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F185B is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 24 | 91 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.64 |
| HSL | 246.27º | 0.58% | 0.23% | - |
| HSV(B) | 246.27º | 0.74% | 0.36% | - |
| XYZ | 2.78 | 1.7 | 10.08 | - |
| YUV | 33.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 91 | 0.66 | 0.74 | 0 | 0.64 | 246.27 | 0.58 | 0.23 |
| Hex | 1F | 18 | 5B | 42 | 4A | 0 | 40 | F6 | 3A | 17 |
| Octal | 37 | 30 | 133 | 102 | 112 | 0 | 100 | 366 | 72 | 27 |
| Binary | 11111 | 11000 | 1011011 | 1000010 | 1001010 | 0 | 1000000 | 11110110 | 111010 | 10111 |
Color Harmonies of #1F185B
Complementary color
Monochromatic Colors of #1F185B
Black with #1F185B
Text Example
Text Example
White with #1F185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F185B; }
p { color: rgb(31,24,91); }
H1.HeaderClassName
{
color: #1F185B;
}
.AnyTagClassName
{
color: #1F185B;
}
</style>
background-color css
<style>
a { background-color: #1F185B; }
a { background-color: rgb(31,24,91); }
div.DivClassName
{
background-color: #1F185B;
}
.BgClassName
{
background-color: #1F185B;
}
</style>
border-color css
<style>
span { border-color: #1F185B; }
span { border-color: rgb(31,24,91); }
td.TdClassName
{
border-color: #1F185B;
}
.TagClassName
{
border-color: #1F185B;
}
</style>