Shades of Paua #0D0448
Tints of Paua #0D0448
RGB
CMYK
RGB Variations
Color information
#0D0448 (or 0x0D0448) is known color: Paua. HEX triplet: 0D, 04 and 48. RGB value is (13,4,72). Sum of RGB (Red+Green+Blue) = 13+4+72=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0448 is #F2FBB7. Grayscale: #0E0E0E. Windows color (decimal): -15924152 or 4719629. OLE color: 4719629.
HSL color Cylindrical-coordinate representation of color #0D0448: hue angle of 247.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0448 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 4 | 72 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.72 |
| HSL | 247.94º | 0.89% | 0.15% | - |
| HSV(B) | 247.94º | 0.94% | 0.28% | - |
| XYZ | 1.38 | 0.64 | 6.18 | - |
| YUV | 14.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 72 | 0.82 | 0.94 | 0 | 0.72 | 247.94 | 0.89 | 0.15 |
| Hex | D | 4 | 48 | 52 | 5E | 0 | 48 | F8 | 59 | F |
| Octal | 15 | 4 | 110 | 122 | 136 | 0 | 110 | 370 | 131 | 17 |
| Binary | 1101 | 100 | 1001000 | 1010010 | 1011110 | 0 | 1001000 | 11111000 | 1011001 | 1111 |
Color Harmonies of #0D0448
Complementary color
Monochromatic Colors of #0D0448
Black with #0D0448
Text Example
Text Example
White with #0D0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0448; }
p { color: rgb(13,4,72); }
H1.HeaderClassName
{
color: #0D0448;
}
.AnyTagClassName
{
color: #0D0448;
}
</style>
background-color css
<style>
a { background-color: #0D0448; }
a { background-color: rgb(13,4,72); }
div.DivClassName
{
background-color: #0D0448;
}
.BgClassName
{
background-color: #0D0448;
}
</style>
border-color css
<style>
span { border-color: #0D0448; }
span { border-color: rgb(13,4,72); }
td.TdClassName
{
border-color: #0D0448;
}
.TagClassName
{
border-color: #0D0448;
}
</style>