Shades of Paua #1F134E
Tints of Paua #1F134E
RGB
CMYK
RGB Variations
Color information
#1F134E (or 0x1F134E) is known color: Paua. HEX triplet: 1F, 13 and 4E. RGB value is (31,19,78). Sum of RGB (Red+Green+Blue) = 31+19+78=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F134E is #E0ECB1. Grayscale: #1D1D1D. Windows color (decimal): -14740658 or 5116703. OLE color: 5116703.
HSL color Cylindrical-coordinate representation of color #1F134E: hue angle of 252.2º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F134E is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 19 | 78 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.69 |
| HSL | 252.2º | 0.61% | 0.19% | - |
| HSV(B) | 252.2º | 0.76% | 0.31% | - |
| XYZ | 2.17 | 1.31 | 7.35 | - |
| YUV | 29.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 78 | 0.60 | 0.76 | 0 | 0.69 | 252.2 | 0.61 | 0.19 |
| Hex | 1F | 13 | 4E | 3C | 4C | 0 | 45 | FC | 3D | 13 |
| Octal | 37 | 23 | 116 | 74 | 114 | 0 | 105 | 374 | 75 | 23 |
| Binary | 11111 | 10011 | 1001110 | 111100 | 1001100 | 0 | 1000101 | 11111100 | 111101 | 10011 |
Color Harmonies of #1F134E
Complementary color
Monochromatic Colors of #1F134E
Black with #1F134E
Text Example
Text Example
White with #1F134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F134E; }
p { color: rgb(31,19,78); }
H1.HeaderClassName
{
color: #1F134E;
}
.AnyTagClassName
{
color: #1F134E;
}
</style>
background-color css
<style>
a { background-color: #1F134E; }
a { background-color: rgb(31,19,78); }
div.DivClassName
{
background-color: #1F134E;
}
.BgClassName
{
background-color: #1F134E;
}
</style>
border-color css
<style>
span { border-color: #1F134E; }
span { border-color: rgb(31,19,78); }
td.TdClassName
{
border-color: #1F134E;
}
.TagClassName
{
border-color: #1F134E;
}
</style>