Shades of Paua #0F0D46
Tints of Paua #0F0D46
RGB
CMYK
RGB Variations
Color information
#0F0D46 (or 0x0F0D46) is known color: Paua. HEX triplet: 0F, 0D and 46. RGB value is (15,13,70). Sum of RGB (Red+Green+Blue) = 15+13+70=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F0D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D46 is #F0F2B9. Grayscale: #131313. Windows color (decimal): -15790778 or 4590863. OLE color: 4590863.
HSL color Cylindrical-coordinate representation of color #0F0D46: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0D46 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 13 | 70 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.73 |
| HSL | 242.11º | 0.69% | 0.16% | - |
| HSV(B) | 242.11º | 0.81% | 0.27% | - |
| XYZ | 1.45 | 0.83 | 5.88 | - |
| YUV | 20.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 70 | 0.79 | 0.81 | 0 | 0.73 | 242.11 | 0.69 | 0.16 |
| Hex | F | D | 46 | 4F | 51 | 0 | 49 | F2 | 45 | 10 |
| Octal | 17 | 15 | 106 | 117 | 121 | 0 | 111 | 362 | 105 | 20 |
| Binary | 1111 | 1101 | 1000110 | 1001111 | 1010001 | 0 | 1001001 | 11110010 | 1000101 | 10000 |
Color Harmonies of #0F0D46
Complementary color
Monochromatic Colors of #0F0D46
Black with #0F0D46
Text Example
Text Example
White with #0F0D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D46; }
p { color: rgb(15,13,70); }
H1.HeaderClassName
{
color: #0F0D46;
}
.AnyTagClassName
{
color: #0F0D46;
}
</style>
background-color css
<style>
a { background-color: #0F0D46; }
a { background-color: rgb(15,13,70); }
div.DivClassName
{
background-color: #0F0D46;
}
.BgClassName
{
background-color: #0F0D46;
}
</style>
border-color css
<style>
span { border-color: #0F0D46; }
span { border-color: rgb(15,13,70); }
td.TdClassName
{
border-color: #0F0D46;
}
.TagClassName
{
border-color: #0F0D46;
}
</style>