Shades of Paua #0F054B
Tints of Paua #0F054B
RGB
CMYK
RGB Variations
Color information
#0F054B (or 0x0F054B) is known color: Paua. HEX triplet: 0F, 05 and 4B. RGB value is (15,5,75). Sum of RGB (Red+Green+Blue) = 15+5+75=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F054B is #F0FAB4. Grayscale: #0F0F0F. Windows color (decimal): -15792821 or 4916495. OLE color: 4916495.
HSL color Cylindrical-coordinate representation of color #0F054B: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F054B is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 5 | 75 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.71 |
| HSL | 248.57º | 0.88% | 0.16% | - |
| HSV(B) | 248.57º | 0.93% | 0.29% | - |
| XYZ | 1.52 | 0.72 | 6.72 | - |
| YUV | 15.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 75 | 0.80 | 0.93 | 0 | 0.71 | 248.57 | 0.88 | 0.16 |
| Hex | F | 5 | 4B | 50 | 5D | 0 | 47 | F9 | 58 | 10 |
| Octal | 17 | 5 | 113 | 120 | 135 | 0 | 107 | 371 | 130 | 20 |
| Binary | 1111 | 101 | 1001011 | 1010000 | 1011101 | 0 | 1000111 | 11111001 | 1011000 | 10000 |
Color Harmonies of #0F054B
Complementary color
Monochromatic Colors of #0F054B
Black with #0F054B
Text Example
Text Example
White with #0F054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F054B; }
p { color: rgb(15,5,75); }
H1.HeaderClassName
{
color: #0F054B;
}
.AnyTagClassName
{
color: #0F054B;
}
</style>
background-color css
<style>
a { background-color: #0F054B; }
a { background-color: rgb(15,5,75); }
div.DivClassName
{
background-color: #0F054B;
}
.BgClassName
{
background-color: #0F054B;
}
</style>
border-color css
<style>
span { border-color: #0F054B; }
span { border-color: rgb(15,5,75); }
td.TdClassName
{
border-color: #0F054B;
}
.TagClassName
{
border-color: #0F054B;
}
</style>