Shades of Paua #0F054D
Tints of Paua #0F054D
RGB
CMYK
RGB Variations
Color information
#0F054D (or 0x0F054D) is known color: Paua. HEX triplet: 0F, 05 and 4D. RGB value is (15,5,77). Sum of RGB (Red+Green+Blue) = 15+5+77=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F054D is #F0FAB2. Grayscale: #0F0F0F. Windows color (decimal): -15792819 or 5047567. OLE color: 5047567.
HSL color Cylindrical-coordinate representation of color #0F054D: hue angle of 248.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F054D is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 5 | 77 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.70 |
| HSL | 248.33º | 0.88% | 0.16% | - |
| HSV(B) | 248.33º | 0.94% | 0.3% | - |
| XYZ | 1.59 | 0.75 | 7.08 | - |
| YUV | 16.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 77 | 0.81 | 0.94 | 0 | 0.70 | 248.33 | 0.88 | 0.16 |
| Hex | F | 5 | 4D | 51 | 5E | 0 | 46 | F8 | 58 | 10 |
| Octal | 17 | 5 | 115 | 121 | 136 | 0 | 106 | 370 | 130 | 20 |
| Binary | 1111 | 101 | 1001101 | 1010001 | 1011110 | 0 | 1000110 | 11111000 | 1011000 | 10000 |
Color Harmonies of #0F054D
Complementary color
Monochromatic Colors of #0F054D
Black with #0F054D
Text Example
Text Example
White with #0F054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F054D; }
p { color: rgb(15,5,77); }
H1.HeaderClassName
{
color: #0F054D;
}
.AnyTagClassName
{
color: #0F054D;
}
</style>
background-color css
<style>
a { background-color: #0F054D; }
a { background-color: rgb(15,5,77); }
div.DivClassName
{
background-color: #0F054D;
}
.BgClassName
{
background-color: #0F054D;
}
</style>
border-color css
<style>
span { border-color: #0F054D; }
span { border-color: rgb(15,5,77); }
td.TdClassName
{
border-color: #0F054D;
}
.TagClassName
{
border-color: #0F054D;
}
</style>