Shades of Paua #1F195A
Tints of Paua #1F195A
RGB
CMYK
RGB Variations
Color information
#1F195A (or 0x1F195A) is known color: Paua. HEX triplet: 1F, 19 and 5A. RGB value is (31,25,90). Sum of RGB (Red+Green+Blue) = 31+25+90=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F195A is #E0E6A5. Grayscale: #212121. Windows color (decimal): -14739110 or 5904671. OLE color: 5904671.
HSL color Cylindrical-coordinate representation of color #1F195A: hue angle of 245.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F195A is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 25 | 90 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.65 |
| HSL | 245.54º | 0.57% | 0.23% | - |
| HSV(B) | 245.54º | 0.72% | 0.35% | - |
| XYZ | 2.76 | 1.72 | 9.86 | - |
| YUV | 34.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 90 | 0.66 | 0.72 | 0 | 0.65 | 245.54 | 0.57 | 0.23 |
| Hex | 1F | 19 | 5A | 42 | 48 | 0 | 41 | F6 | 39 | 17 |
| Octal | 37 | 31 | 132 | 102 | 110 | 0 | 101 | 366 | 71 | 27 |
| Binary | 11111 | 11001 | 1011010 | 1000010 | 1001000 | 0 | 1000001 | 11110110 | 111001 | 10111 |
Color Harmonies of #1F195A
Complementary color
Monochromatic Colors of #1F195A
Black with #1F195A
Text Example
Text Example
White with #1F195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F195A; }
p { color: rgb(31,25,90); }
H1.HeaderClassName
{
color: #1F195A;
}
.AnyTagClassName
{
color: #1F195A;
}
</style>
background-color css
<style>
a { background-color: #1F195A; }
a { background-color: rgb(31,25,90); }
div.DivClassName
{
background-color: #1F195A;
}
.BgClassName
{
background-color: #1F195A;
}
</style>
border-color css
<style>
span { border-color: #1F195A; }
span { border-color: rgb(31,25,90); }
td.TdClassName
{
border-color: #1F195A;
}
.TagClassName
{
border-color: #1F195A;
}
</style>