Shades of Paua #0F0542
Tints of Paua #0F0542
RGB
CMYK
RGB Variations
Color information
#0F0542 (or 0x0F0542) is known color: Paua. HEX triplet: 0F, 05 and 42. RGB value is (15,5,66). Sum of RGB (Red+Green+Blue) = 15+5+66=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 66 (26.17% from 255 or 76.74% from 86); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F0542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0542 is #F0FABD. Grayscale: #0E0E0E. Windows color (decimal): -15792830 or 4326671. OLE color: 4326671.
HSL color Cylindrical-coordinate representation of color #0F0542: hue angle of 249.84º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0542 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 5 | 66 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.74 |
| HSL | 249.84º | 0.86% | 0.14% | - |
| HSV(B) | 249.84º | 0.92% | 0.26% | - |
| XYZ | 1.23 | 0.6 | 5.21 | - |
| YUV | 14.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 66 | 0.77 | 0.92 | 0 | 0.74 | 249.84 | 0.86 | 0.14 |
| Hex | F | 5 | 42 | 4D | 5C | 0 | 4A | FA | 56 | E |
| Octal | 17 | 5 | 102 | 115 | 134 | 0 | 112 | 372 | 126 | 16 |
| Binary | 1111 | 101 | 1000010 | 1001101 | 1011100 | 0 | 1001010 | 11111010 | 1010110 | 1110 |
Color Harmonies of #0F0542
Complementary color
Monochromatic Colors of #0F0542
Black with #0F0542
Text Example
Text Example
White with #0F0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0542; }
p { color: rgb(15,5,66); }
H1.HeaderClassName
{
color: #0F0542;
}
.AnyTagClassName
{
color: #0F0542;
}
</style>
background-color css
<style>
a { background-color: #0F0542; }
a { background-color: rgb(15,5,66); }
div.DivClassName
{
background-color: #0F0542;
}
.BgClassName
{
background-color: #0F0542;
}
</style>
border-color css
<style>
span { border-color: #0F0542; }
span { border-color: rgb(15,5,66); }
td.TdClassName
{
border-color: #0F0542;
}
.TagClassName
{
border-color: #0F0542;
}
</style>