Shades of Paua #0D0048
Tints of Paua #0D0048
RGB
CMYK
RGB Variations
Color information
#0D0048 (or 0x0D0048) is known color: Paua. HEX triplet: 0D, 00 and 48. RGB value is (13,0,72). Sum of RGB (Red+Green+Blue) = 13+0+72=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0048 is #F2FFB7. Grayscale: #0B0B0B. Windows color (decimal): -15925176 or 4718605. OLE color: 4718605.
HSL color Cylindrical-coordinate representation of color #0D0048: hue angle of 250.83º 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 #0D0048 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 0 | 72 | - |
| CMYK | 0.82 | 1 | 0 | 0.72 |
| HSL | 250.83º | 1% | 0.14% | - |
| HSV(B) | 250.83º | 1% | 0.28% | - |
| XYZ | 1.34 | 0.55 | 6.17 | - |
| YUV | 12.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 72 | 0.82 | 1 | 0 | 0.72 | 250.83 | 1 | 0.14 |
| Hex | D | 0 | 48 | 52 | 64 | 0 | 48 | FB | 64 | E |
| Octal | 15 | 0 | 110 | 122 | 144 | 0 | 110 | 373 | 144 | 16 |
| Binary | 1101 | 0 | 1001000 | 1010010 | 1100100 | 0 | 1001000 | 11111011 | 1100100 | 1110 |
Color Harmonies of #0D0048
Complementary color
Monochromatic Colors of #0D0048
Black with #0D0048
Text Example
Text Example
White with #0D0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0048; }
p { color: rgb(13,0,72); }
H1.HeaderClassName
{
color: #0D0048;
}
.AnyTagClassName
{
color: #0D0048;
}
</style>
background-color css
<style>
a { background-color: #0D0048; }
a { background-color: rgb(13,0,72); }
div.DivClassName
{
background-color: #0D0048;
}
.BgClassName
{
background-color: #0D0048;
}
</style>
border-color css
<style>
span { border-color: #0D0048; }
span { border-color: rgb(13,0,72); }
td.TdClassName
{
border-color: #0D0048;
}
.TagClassName
{
border-color: #0D0048;
}
</style>