Shades of Paua #0D0248
Tints of Paua #0D0248
RGB
CMYK
RGB Variations
Color information
#0D0248 (or 0x0D0248) is known color: Paua. HEX triplet: 0D, 02 and 48. RGB value is (13,2,72). Sum of RGB (Red+Green+Blue) = 13+2+72=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0248 is #F2FDB7. Grayscale: #0D0D0D. Windows color (decimal): -15924664 or 4719117. OLE color: 4719117.
HSL color Cylindrical-coordinate representation of color #0D0248: hue angle of 249.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0248 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 2 | 72 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.72 |
| HSL | 249.43º | 0.95% | 0.15% | - |
| HSV(B) | 249.43º | 0.97% | 0.28% | - |
| XYZ | 1.36 | 0.6 | 6.17 | - |
| YUV | 13.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 72 | 0.82 | 0.97 | 0 | 0.72 | 249.43 | 0.95 | 0.15 |
| Hex | D | 2 | 48 | 52 | 61 | 0 | 48 | F9 | 5F | F |
| Octal | 15 | 2 | 110 | 122 | 141 | 0 | 110 | 371 | 137 | 17 |
| Binary | 1101 | 10 | 1001000 | 1010010 | 1100001 | 0 | 1001000 | 11111001 | 1011111 | 1111 |
Color Harmonies of #0D0248
Complementary color
Monochromatic Colors of #0D0248
Black with #0D0248
Text Example
Text Example
White with #0D0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0248; }
p { color: rgb(13,2,72); }
H1.HeaderClassName
{
color: #0D0248;
}
.AnyTagClassName
{
color: #0D0248;
}
</style>
background-color css
<style>
a { background-color: #0D0248; }
a { background-color: rgb(13,2,72); }
div.DivClassName
{
background-color: #0D0248;
}
.BgClassName
{
background-color: #0D0248;
}
</style>
border-color css
<style>
span { border-color: #0D0248; }
span { border-color: rgb(13,2,72); }
td.TdClassName
{
border-color: #0D0248;
}
.TagClassName
{
border-color: #0D0248;
}
</style>