Shades of Paua #0F104D
Tints of Paua #0F104D
RGB
CMYK
RGB Variations
Color information
#0F104D (or 0x0F104D) is known color: Paua. HEX triplet: 0F, 10 and 4D. RGB value is (15,16,77). Sum of RGB (Red+Green+Blue) = 15+16+77=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F104D is #F0EFB2. Grayscale: #161616. Windows color (decimal): -15790003 or 5050383. OLE color: 5050383.
HSL color Cylindrical-coordinate representation of color #0F104D: hue angle of 239.03º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F104D is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 16 | 77 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.70 |
| HSL | 239.03º | 0.67% | 0.18% | - |
| HSV(B) | 239.03º | 0.81% | 0.3% | - |
| XYZ | 1.72 | 1.01 | 7.12 | - |
| YUV | 22.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 77 | 0.81 | 0.79 | 0 | 0.70 | 239.03 | 0.67 | 0.18 |
| Hex | F | 10 | 4D | 51 | 4F | 0 | 46 | EF | 43 | 12 |
| Octal | 17 | 20 | 115 | 121 | 117 | 0 | 106 | 357 | 103 | 22 |
| Binary | 1111 | 10000 | 1001101 | 1010001 | 1001111 | 0 | 1000110 | 11101111 | 1000011 | 10010 |
Color Harmonies of #0F104D
Complementary color
Monochromatic Colors of #0F104D
Black with #0F104D
Text Example
Text Example
White with #0F104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F104D; }
p { color: rgb(15,16,77); }
H1.HeaderClassName
{
color: #0F104D;
}
.AnyTagClassName
{
color: #0F104D;
}
</style>
background-color css
<style>
a { background-color: #0F104D; }
a { background-color: rgb(15,16,77); }
div.DivClassName
{
background-color: #0F104D;
}
.BgClassName
{
background-color: #0F104D;
}
</style>
border-color css
<style>
span { border-color: #0F104D; }
span { border-color: rgb(15,16,77); }
td.TdClassName
{
border-color: #0F104D;
}
.TagClassName
{
border-color: #0F104D;
}
</style>