Shades of Paua #0F034D
Tints of Paua #0F034D
RGB
CMYK
RGB Variations
Color information
#0F034D (or 0x0F034D) is known color: Paua. HEX triplet: 0F, 03 and 4D. RGB value is (15,3,77). Sum of RGB (Red+Green+Blue) = 15+3+77=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F034D is #F0FCB2. Grayscale: #0E0E0E. Windows color (decimal): -15793331 or 5047055. OLE color: 5047055.
HSL color Cylindrical-coordinate representation of color #0F034D: hue angle of 249.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F034D is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 3 | 77 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.70 |
| HSL | 249.73º | 0.93% | 0.16% | - |
| HSV(B) | 249.73º | 0.96% | 0.3% | - |
| XYZ | 1.57 | 0.7 | 7.07 | - |
| YUV | 15.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 77 | 0.81 | 0.96 | 0 | 0.70 | 249.73 | 0.93 | 0.16 |
| Hex | F | 3 | 4D | 51 | 60 | 0 | 46 | FA | 5C | 10 |
| Octal | 17 | 3 | 115 | 121 | 140 | 0 | 106 | 372 | 134 | 20 |
| Binary | 1111 | 11 | 1001101 | 1010001 | 1100000 | 0 | 1000110 | 11111010 | 1011100 | 10000 |
Color Harmonies of #0F034D
Complementary color
Monochromatic Colors of #0F034D
Black with #0F034D
Text Example
Text Example
White with #0F034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F034D; }
p { color: rgb(15,3,77); }
H1.HeaderClassName
{
color: #0F034D;
}
.AnyTagClassName
{
color: #0F034D;
}
</style>
background-color css
<style>
a { background-color: #0F034D; }
a { background-color: rgb(15,3,77); }
div.DivClassName
{
background-color: #0F034D;
}
.BgClassName
{
background-color: #0F034D;
}
</style>
border-color css
<style>
span { border-color: #0F034D; }
span { border-color: rgb(15,3,77); }
td.TdClassName
{
border-color: #0F034D;
}
.TagClassName
{
border-color: #0F034D;
}
</style>