Shades of Paua #0D0047
Tints of Paua #0D0047
RGB
CMYK
RGB Variations
Color information
#0D0047 (or 0x0D0047) is known color: Paua. HEX triplet: 0D, 00 and 47. RGB value is (13,0,71). Sum of RGB (Red+Green+Blue) = 13+0+71=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0047 is #F2FFB8. Grayscale: #0B0B0B. Windows color (decimal): -15925177 or 4653069. OLE color: 4653069.
HSL color Cylindrical-coordinate representation of color #0D0047: hue angle of 250.99º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0047 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 0 | 71 | - |
| CMYK | 0.82 | 1 | 0 | 0.72 |
| HSL | 250.99º | 1% | 0.14% | - |
| HSV(B) | 250.99º | 1% | 0.28% | - |
| XYZ | 1.3 | 0.54 | 6 | - |
| YUV | 11.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 71 | 0.82 | 1 | 0 | 0.72 | 250.99 | 1 | 0.14 |
| Hex | D | 0 | 47 | 52 | 64 | 0 | 48 | FB | 64 | E |
| Octal | 15 | 0 | 107 | 122 | 144 | 0 | 110 | 373 | 144 | 16 |
| Binary | 1101 | 0 | 1000111 | 1010010 | 1100100 | 0 | 1001000 | 11111011 | 1100100 | 1110 |
Color Harmonies of #0D0047
Complementary color
Monochromatic Colors of #0D0047
Black with #0D0047
Text Example
Text Example
White with #0D0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0047; }
p { color: rgb(13,0,71); }
H1.HeaderClassName
{
color: #0D0047;
}
.AnyTagClassName
{
color: #0D0047;
}
</style>
background-color css
<style>
a { background-color: #0D0047; }
a { background-color: rgb(13,0,71); }
div.DivClassName
{
background-color: #0D0047;
}
.BgClassName
{
background-color: #0D0047;
}
</style>
border-color css
<style>
span { border-color: #0D0047; }
span { border-color: rgb(13,0,71); }
td.TdClassName
{
border-color: #0D0047;
}
.TagClassName
{
border-color: #0D0047;
}
</style>