Shades of Paua #0D0146
Tints of Paua #0D0146
RGB
CMYK
RGB Variations
Color information
#0D0146 (or 0x0D0146) is known color: Paua. HEX triplet: 0D, 01 and 46. RGB value is (13,1,70). Sum of RGB (Red+Green+Blue) = 13+1+70=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0146 is #F2FEB9. Grayscale: #0C0C0C. Windows color (decimal): -15924922 or 4587789. OLE color: 4587789.
HSL color Cylindrical-coordinate representation of color #0D0146: hue angle of 250.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0146 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 1 | 70 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.73 |
| HSL | 250.43º | 0.97% | 0.14% | - |
| HSV(B) | 250.43º | 0.99% | 0.27% | - |
| XYZ | 1.28 | 0.55 | 5.83 | - |
| YUV | 12.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 70 | 0.81 | 0.99 | 0 | 0.73 | 250.43 | 0.97 | 0.14 |
| Hex | D | 1 | 46 | 51 | 63 | 0 | 49 | FA | 61 | E |
| Octal | 15 | 1 | 106 | 121 | 143 | 0 | 111 | 372 | 141 | 16 |
| Binary | 1101 | 1 | 1000110 | 1010001 | 1100011 | 0 | 1001001 | 11111010 | 1100001 | 1110 |
Color Harmonies of #0D0146
Complementary color
Monochromatic Colors of #0D0146
Black with #0D0146
Text Example
Text Example
White with #0D0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0146; }
p { color: rgb(13,1,70); }
H1.HeaderClassName
{
color: #0D0146;
}
.AnyTagClassName
{
color: #0D0146;
}
</style>
background-color css
<style>
a { background-color: #0D0146; }
a { background-color: rgb(13,1,70); }
div.DivClassName
{
background-color: #0D0146;
}
.BgClassName
{
background-color: #0D0146;
}
</style>
border-color css
<style>
span { border-color: #0D0146; }
span { border-color: rgb(13,1,70); }
td.TdClassName
{
border-color: #0D0146;
}
.TagClassName
{
border-color: #0D0146;
}
</style>