Shades of Paua #0D0648
Tints of Paua #0D0648
RGB
CMYK
RGB Variations
Color information
#0D0648 (or 0x0D0648) is known color: Paua. HEX triplet: 0D, 06 and 48. RGB value is (13,6,72). Sum of RGB (Red+Green+Blue) = 13+6+72=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0648 is #F2F9B7. Grayscale: #0F0F0F. Windows color (decimal): -15923640 or 4720141. OLE color: 4720141.
HSL color Cylindrical-coordinate representation of color #0D0648: hue angle of 246.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0648 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 6 | 72 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.72 |
| HSL | 246.36º | 0.85% | 0.15% | - |
| HSV(B) | 246.36º | 0.92% | 0.28% | - |
| XYZ | 1.4 | 0.68 | 6.19 | - |
| YUV | 15.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 72 | 0.82 | 0.92 | 0 | 0.72 | 246.36 | 0.85 | 0.15 |
| Hex | D | 6 | 48 | 52 | 5C | 0 | 48 | F6 | 55 | F |
| Octal | 15 | 6 | 110 | 122 | 134 | 0 | 110 | 366 | 125 | 17 |
| Binary | 1101 | 110 | 1001000 | 1010010 | 1011100 | 0 | 1001000 | 11110110 | 1010101 | 1111 |
Color Harmonies of #0D0648
Complementary color
Monochromatic Colors of #0D0648
Black with #0D0648
Text Example
Text Example
White with #0D0648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0648; }
p { color: rgb(13,6,72); }
H1.HeaderClassName
{
color: #0D0648;
}
.AnyTagClassName
{
color: #0D0648;
}
</style>
background-color css
<style>
a { background-color: #0D0648; }
a { background-color: rgb(13,6,72); }
div.DivClassName
{
background-color: #0D0648;
}
.BgClassName
{
background-color: #0D0648;
}
</style>
border-color css
<style>
span { border-color: #0D0648; }
span { border-color: rgb(13,6,72); }
td.TdClassName
{
border-color: #0D0648;
}
.TagClassName
{
border-color: #0D0648;
}
</style>