Shades of Paua #0D0347
Tints of Paua #0D0347
RGB
CMYK
RGB Variations
Color information
#0D0347 (or 0x0D0347) is known color: Paua. HEX triplet: 0D, 03 and 47. RGB value is (13,3,71). Sum of RGB (Red+Green+Blue) = 13+3+71=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 71 (28.12% from 255 or 81.61% from 87); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0347 is #F2FCB8. Grayscale: #0D0D0D. Windows color (decimal): -15924409 or 4653837. OLE color: 4653837.
HSL color Cylindrical-coordinate representation of color #0D0347: hue angle of 248.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0347 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 3 | 71 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.72 |
| HSL | 248.82º | 0.92% | 0.15% | - |
| HSV(B) | 248.82º | 0.96% | 0.28% | - |
| XYZ | 1.34 | 0.61 | 6.01 | - |
| YUV | 13.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 71 | 0.82 | 0.96 | 0 | 0.72 | 248.82 | 0.92 | 0.15 |
| Hex | D | 3 | 47 | 52 | 60 | 0 | 48 | F9 | 5C | F |
| Octal | 15 | 3 | 107 | 122 | 140 | 0 | 110 | 371 | 134 | 17 |
| Binary | 1101 | 11 | 1000111 | 1010010 | 1100000 | 0 | 1001000 | 11111001 | 1011100 | 1111 |
Color Harmonies of #0D0347
Complementary color
Monochromatic Colors of #0D0347
Black with #0D0347
Text Example
Text Example
White with #0D0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0347; }
p { color: rgb(13,3,71); }
H1.HeaderClassName
{
color: #0D0347;
}
.AnyTagClassName
{
color: #0D0347;
}
</style>
background-color css
<style>
a { background-color: #0D0347; }
a { background-color: rgb(13,3,71); }
div.DivClassName
{
background-color: #0D0347;
}
.BgClassName
{
background-color: #0D0347;
}
</style>
border-color css
<style>
span { border-color: #0D0347; }
span { border-color: rgb(13,3,71); }
td.TdClassName
{
border-color: #0D0347;
}
.TagClassName
{
border-color: #0D0347;
}
</style>