Shades of Paua #0D0249
Tints of Paua #0D0249
RGB
CMYK
RGB Variations
Color information
#0D0249 (or 0x0D0249) is known color: Paua. HEX triplet: 0D, 02 and 49. RGB value is (13,2,73). Sum of RGB (Red+Green+Blue) = 13+2+73=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 73 (28.91% from 255 or 82.95% from 88); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D0249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0249 is #F2FDB6. Grayscale: #0D0D0D. Windows color (decimal): -15924663 or 4784653. OLE color: 4784653.
HSL color Cylindrical-coordinate representation of color #0D0249: hue angle of 249.3º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0249 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 2 | 73 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.71 |
| HSL | 249.3º | 0.95% | 0.15% | - |
| HSV(B) | 249.3º | 0.97% | 0.29% | - |
| XYZ | 1.39 | 0.61 | 6.35 | - |
| YUV | 13.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 73 | 0.82 | 0.97 | 0 | 0.71 | 249.3 | 0.95 | 0.15 |
| Hex | D | 2 | 49 | 52 | 61 | 0 | 47 | F9 | 5F | F |
| Octal | 15 | 2 | 111 | 122 | 141 | 0 | 107 | 371 | 137 | 17 |
| Binary | 1101 | 10 | 1001001 | 1010010 | 1100001 | 0 | 1000111 | 11111001 | 1011111 | 1111 |
Color Harmonies of #0D0249
Complementary color
Monochromatic Colors of #0D0249
Black with #0D0249
Text Example
Text Example
White with #0D0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0249; }
p { color: rgb(13,2,73); }
H1.HeaderClassName
{
color: #0D0249;
}
.AnyTagClassName
{
color: #0D0249;
}
</style>
background-color css
<style>
a { background-color: #0D0249; }
a { background-color: rgb(13,2,73); }
div.DivClassName
{
background-color: #0D0249;
}
.BgClassName
{
background-color: #0D0249;
}
</style>
border-color css
<style>
span { border-color: #0D0249; }
span { border-color: rgb(13,2,73); }
td.TdClassName
{
border-color: #0D0249;
}
.TagClassName
{
border-color: #0D0249;
}
</style>