Shades of Paua #0D0148
Tints of Paua #0D0148
RGB
CMYK
RGB Variations
Color information
#0D0148 (or 0x0D0148) is known color: Paua. HEX triplet: 0D, 01 and 48. RGB value is (13,1,72). Sum of RGB (Red+Green+Blue) = 13+1+72=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0148 is #F2FEB7. Grayscale: #0C0C0C. Windows color (decimal): -15924920 or 4718861. OLE color: 4718861.
HSL color Cylindrical-coordinate representation of color #0D0148: hue angle of 250.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0148 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 1 | 72 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.72 |
| HSL | 250.14º | 0.97% | 0.14% | - |
| HSV(B) | 250.14º | 0.99% | 0.28% | - |
| XYZ | 1.35 | 0.58 | 6.17 | - |
| YUV | 12.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 72 | 0.82 | 0.99 | 0 | 0.72 | 250.14 | 0.97 | 0.14 |
| Hex | D | 1 | 48 | 52 | 63 | 0 | 48 | FA | 61 | E |
| Octal | 15 | 1 | 110 | 122 | 143 | 0 | 110 | 372 | 141 | 16 |
| Binary | 1101 | 1 | 1001000 | 1010010 | 1100011 | 0 | 1001000 | 11111010 | 1100001 | 1110 |
Color Harmonies of #0D0148
Complementary color
Monochromatic Colors of #0D0148
Black with #0D0148
Text Example
Text Example
White with #0D0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0148; }
p { color: rgb(13,1,72); }
H1.HeaderClassName
{
color: #0D0148;
}
.AnyTagClassName
{
color: #0D0148;
}
</style>
background-color css
<style>
a { background-color: #0D0148; }
a { background-color: rgb(13,1,72); }
div.DivClassName
{
background-color: #0D0148;
}
.BgClassName
{
background-color: #0D0148;
}
</style>
border-color css
<style>
span { border-color: #0D0148; }
span { border-color: rgb(13,1,72); }
td.TdClassName
{
border-color: #0D0148;
}
.TagClassName
{
border-color: #0D0148;
}
</style>