Shades of Paua #0D0740
Tints of Paua #0D0740
RGB
CMYK
RGB Variations
Color information
#0D0740 (or 0x0D0740) is known color: Paua. HEX triplet: 0D, 07 and 40. RGB value is (13,7,64). Sum of RGB (Red+Green+Blue) = 13+7+64=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #0D0740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0740 is #F2F8BF. Grayscale: #0F0F0F. Windows color (decimal): -15923392 or 4196109. OLE color: 4196109.
HSL color Cylindrical-coordinate representation of color #0D0740: hue angle of 246.32º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D0740 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 7 | 64 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.75 |
| HSL | 246.32º | 0.8% | 0.14% | - |
| HSV(B) | 246.32º | 0.89% | 0.25% | - |
| XYZ | 1.17 | 0.61 | 4.91 | - |
| YUV | 15.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 64 | 0.80 | 0.89 | 0 | 0.75 | 246.32 | 0.8 | 0.14 |
| Hex | D | 7 | 40 | 50 | 59 | 0 | 4B | F6 | 50 | E |
| Octal | 15 | 7 | 100 | 120 | 131 | 0 | 113 | 366 | 120 | 16 |
| Binary | 1101 | 111 | 1000000 | 1010000 | 1011001 | 0 | 1001011 | 11110110 | 1010000 | 1110 |
Color Harmonies of #0D0740
Complementary color
Monochromatic Colors of #0D0740
Black with #0D0740
Text Example
Text Example
White with #0D0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0740; }
p { color: rgb(13,7,64); }
H1.HeaderClassName
{
color: #0D0740;
}
.AnyTagClassName
{
color: #0D0740;
}
</style>
background-color css
<style>
a { background-color: #0D0740; }
a { background-color: rgb(13,7,64); }
div.DivClassName
{
background-color: #0D0740;
}
.BgClassName
{
background-color: #0D0740;
}
</style>
border-color css
<style>
span { border-color: #0D0740; }
span { border-color: rgb(13,7,64); }
td.TdClassName
{
border-color: #0D0740;
}
.TagClassName
{
border-color: #0D0740;
}
</style>