Shades of Paua #0F004D
Tints of Paua #0F004D
RGB
CMYK
RGB Variations
Color information
#0F004D (or 0x0F004D) is known color: Paua. HEX triplet: 0F, 00 and 4D. RGB value is (15,0,77). Sum of RGB (Red+Green+Blue) = 15+0+77=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F004D is #F0FFB2. Grayscale: #0C0C0C. Windows color (decimal): -15794099 or 5046287. OLE color: 5046287.
HSL color Cylindrical-coordinate representation of color #0F004D: hue angle of 251.69º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F004D is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 0 | 77 | - |
| CMYK | 0.81 | 1 | 0 | 0.70 |
| HSL | 251.69º | 1% | 0.15% | - |
| HSV(B) | 251.69º | 1% | 0.3% | - |
| XYZ | 1.54 | 0.64 | 7.06 | - |
| YUV | 13.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 77 | 0.81 | 1 | 0 | 0.70 | 251.69 | 1 | 0.15 |
| Hex | F | 0 | 4D | 51 | 64 | 0 | 46 | FC | 64 | F |
| Octal | 17 | 0 | 115 | 121 | 144 | 0 | 106 | 374 | 144 | 17 |
| Binary | 1111 | 0 | 1001101 | 1010001 | 1100100 | 0 | 1000110 | 11111100 | 1100100 | 1111 |
Color Harmonies of #0F004D
Complementary color
Monochromatic Colors of #0F004D
Black with #0F004D
Text Example
Text Example
White with #0F004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F004D; }
p { color: rgb(15,0,77); }
H1.HeaderClassName
{
color: #0F004D;
}
.AnyTagClassName
{
color: #0F004D;
}
</style>
background-color css
<style>
a { background-color: #0F004D; }
a { background-color: rgb(15,0,77); }
div.DivClassName
{
background-color: #0F004D;
}
.BgClassName
{
background-color: #0F004D;
}
</style>
border-color css
<style>
span { border-color: #0F004D; }
span { border-color: rgb(15,0,77); }
td.TdClassName
{
border-color: #0F004D;
}
.TagClassName
{
border-color: #0F004D;
}
</style>