Shades of Paua #0D0746
Tints of Paua #0D0746
RGB
CMYK
RGB Variations
Color information
#0D0746 (or 0x0D0746) is known color: Paua. HEX triplet: 0D, 07 and 46. RGB value is (13,7,70). Sum of RGB (Red+Green+Blue) = 13+7+70=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 70 (27.73% from 255 or 77.78% from 90); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0746 is #F2F8B9. Grayscale: #0F0F0F. Windows color (decimal): -15923386 or 4589325. OLE color: 4589325.
HSL color Cylindrical-coordinate representation of color #0D0746: hue angle of 245.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0746 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 7 | 70 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.73 |
| HSL | 245.71º | 0.82% | 0.15% | - |
| HSV(B) | 245.71º | 0.9% | 0.27% | - |
| XYZ | 1.35 | 0.68 | 5.85 | - |
| YUV | 15.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 70 | 0.81 | 0.90 | 0 | 0.73 | 245.71 | 0.82 | 0.15 |
| Hex | D | 7 | 46 | 51 | 5A | 0 | 49 | F6 | 52 | F |
| Octal | 15 | 7 | 106 | 121 | 132 | 0 | 111 | 366 | 122 | 17 |
| Binary | 1101 | 111 | 1000110 | 1010001 | 1011010 | 0 | 1001001 | 11110110 | 1010010 | 1111 |
Color Harmonies of #0D0746
Complementary color
Monochromatic Colors of #0D0746
Black with #0D0746
Text Example
Text Example
White with #0D0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0746; }
p { color: rgb(13,7,70); }
H1.HeaderClassName
{
color: #0D0746;
}
.AnyTagClassName
{
color: #0D0746;
}
</style>
background-color css
<style>
a { background-color: #0D0746; }
a { background-color: rgb(13,7,70); }
div.DivClassName
{
background-color: #0D0746;
}
.BgClassName
{
background-color: #0D0746;
}
</style>
border-color css
<style>
span { border-color: #0D0746; }
span { border-color: rgb(13,7,70); }
td.TdClassName
{
border-color: #0D0746;
}
.TagClassName
{
border-color: #0D0746;
}
</style>