Shades of Paua #0D0345
Tints of Paua #0D0345
RGB
CMYK
RGB Variations
Color information
#0D0345 (or 0x0D0345) is known color: Paua. HEX triplet: 0D, 03 and 45. RGB value is (13,3,69). Sum of RGB (Red+Green+Blue) = 13+3+69=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D0345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0345 is #F2FCBA. Grayscale: #0D0D0D. Windows color (decimal): -15924411 or 4522765. OLE color: 4522765.
HSL color Cylindrical-coordinate representation of color #0D0345: hue angle of 249.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0345 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 3 | 69 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.73 |
| HSL | 249.09º | 0.92% | 0.14% | - |
| HSV(B) | 249.09º | 0.96% | 0.27% | - |
| XYZ | 1.27 | 0.58 | 5.68 | - |
| YUV | 13.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 69 | 0.81 | 0.96 | 0 | 0.73 | 249.09 | 0.92 | 0.14 |
| Hex | D | 3 | 45 | 51 | 60 | 0 | 49 | F9 | 5C | E |
| Octal | 15 | 3 | 105 | 121 | 140 | 0 | 111 | 371 | 134 | 16 |
| Binary | 1101 | 11 | 1000101 | 1010001 | 1100000 | 0 | 1001001 | 11111001 | 1011100 | 1110 |
Color Harmonies of #0D0345
Complementary color
Monochromatic Colors of #0D0345
Black with #0D0345
Text Example
Text Example
White with #0D0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0345; }
p { color: rgb(13,3,69); }
H1.HeaderClassName
{
color: #0D0345;
}
.AnyTagClassName
{
color: #0D0345;
}
</style>
background-color css
<style>
a { background-color: #0D0345; }
a { background-color: rgb(13,3,69); }
div.DivClassName
{
background-color: #0D0345;
}
.BgClassName
{
background-color: #0D0345;
}
</style>
border-color css
<style>
span { border-color: #0D0345; }
span { border-color: rgb(13,3,69); }
td.TdClassName
{
border-color: #0D0345;
}
.TagClassName
{
border-color: #0D0345;
}
</style>