Shades of Paua #0D0647
Tints of Paua #0D0647
RGB
CMYK
RGB Variations
Color information
#0D0647 (or 0x0D0647) is known color: Paua. HEX triplet: 0D, 06 and 47. RGB value is (13,6,71). Sum of RGB (Red+Green+Blue) = 13+6+71=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0647 is #F2F9B8. Grayscale: #0F0F0F. Windows color (decimal): -15923641 or 4654605. OLE color: 4654605.
HSL color Cylindrical-coordinate representation of color #0D0647: hue angle of 246.46º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0647 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 6 | 71 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.72 |
| HSL | 246.46º | 0.84% | 0.15% | - |
| HSV(B) | 246.46º | 0.92% | 0.28% | - |
| XYZ | 1.37 | 0.67 | 6.02 | - |
| YUV | 15.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 71 | 0.82 | 0.92 | 0 | 0.72 | 246.46 | 0.84 | 0.15 |
| Hex | D | 6 | 47 | 52 | 5C | 0 | 48 | F6 | 54 | F |
| Octal | 15 | 6 | 107 | 122 | 134 | 0 | 110 | 366 | 124 | 17 |
| Binary | 1101 | 110 | 1000111 | 1010010 | 1011100 | 0 | 1001000 | 11110110 | 1010100 | 1111 |
Color Harmonies of #0D0647
Complementary color
Monochromatic Colors of #0D0647
Black with #0D0647
Text Example
Text Example
White with #0D0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0647; }
p { color: rgb(13,6,71); }
H1.HeaderClassName
{
color: #0D0647;
}
.AnyTagClassName
{
color: #0D0647;
}
</style>
background-color css
<style>
a { background-color: #0D0647; }
a { background-color: rgb(13,6,71); }
div.DivClassName
{
background-color: #0D0647;
}
.BgClassName
{
background-color: #0D0647;
}
</style>
border-color css
<style>
span { border-color: #0D0647; }
span { border-color: rgb(13,6,71); }
td.TdClassName
{
border-color: #0D0647;
}
.TagClassName
{
border-color: #0D0647;
}
</style>