Shades of Paua #0F094A
Tints of Paua #0F094A
RGB
CMYK
RGB Variations
Color information
#0F094A (or 0x0F094A) is known color: Paua. HEX triplet: 0F, 09 and 4A. RGB value is (15,9,74). Sum of RGB (Red+Green+Blue) = 15+9+74=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F094A is #F0F6B5. Grayscale: #111111. Windows color (decimal): -15791798 or 4851983. OLE color: 4851983.
HSL color Cylindrical-coordinate representation of color #0F094A: hue angle of 245.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F094A is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 9 | 74 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.71 |
| HSL | 245.54º | 0.78% | 0.16% | - |
| HSV(B) | 245.54º | 0.88% | 0.29% | - |
| XYZ | 1.53 | 0.79 | 6.55 | - |
| YUV | 18.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 74 | 0.80 | 0.88 | 0 | 0.71 | 245.54 | 0.78 | 0.16 |
| Hex | F | 9 | 4A | 50 | 58 | 0 | 47 | F6 | 4E | 10 |
| Octal | 17 | 11 | 112 | 120 | 130 | 0 | 107 | 366 | 116 | 20 |
| Binary | 1111 | 1001 | 1001010 | 1010000 | 1011000 | 0 | 1000111 | 11110110 | 1001110 | 10000 |
Color Harmonies of #0F094A
Complementary color
Monochromatic Colors of #0F094A
Black with #0F094A
Text Example
Text Example
White with #0F094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F094A; }
p { color: rgb(15,9,74); }
H1.HeaderClassName
{
color: #0F094A;
}
.AnyTagClassName
{
color: #0F094A;
}
</style>
background-color css
<style>
a { background-color: #0F094A; }
a { background-color: rgb(15,9,74); }
div.DivClassName
{
background-color: #0F094A;
}
.BgClassName
{
background-color: #0F094A;
}
</style>
border-color css
<style>
span { border-color: #0F094A; }
span { border-color: rgb(15,9,74); }
td.TdClassName
{
border-color: #0F094A;
}
.TagClassName
{
border-color: #0F094A;
}
</style>