Shades of Paua #0F0641
Tints of Paua #0F0641
RGB
CMYK
RGB Variations
Color information
#0F0641 (or 0x0F0641) is known color: Paua. HEX triplet: 0F, 06 and 41. RGB value is (15,6,65). Sum of RGB (Red+Green+Blue) = 15+6+65=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F0641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0641 is #F0F9BE. Grayscale: #0F0F0F. Windows color (decimal): -15792575 or 4261391. OLE color: 4261391.
HSL color Cylindrical-coordinate representation of color #0F0641: hue angle of 249.15º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0641 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 6 | 65 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.75 |
| HSL | 249.15º | 0.83% | 0.14% | - |
| HSV(B) | 249.15º | 0.91% | 0.25% | - |
| XYZ | 1.22 | 0.61 | 5.06 | - |
| YUV | 15.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 65 | 0.77 | 0.91 | 0 | 0.75 | 249.15 | 0.83 | 0.14 |
| Hex | F | 6 | 41 | 4D | 5B | 0 | 4B | F9 | 53 | E |
| Octal | 17 | 6 | 101 | 115 | 133 | 0 | 113 | 371 | 123 | 16 |
| Binary | 1111 | 110 | 1000001 | 1001101 | 1011011 | 0 | 1001011 | 11111001 | 1010011 | 1110 |
Color Harmonies of #0F0641
Complementary color
Monochromatic Colors of #0F0641
Black with #0F0641
Text Example
Text Example
White with #0F0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0641; }
p { color: rgb(15,6,65); }
H1.HeaderClassName
{
color: #0F0641;
}
.AnyTagClassName
{
color: #0F0641;
}
</style>
background-color css
<style>
a { background-color: #0F0641; }
a { background-color: rgb(15,6,65); }
div.DivClassName
{
background-color: #0F0641;
}
.BgClassName
{
background-color: #0F0641;
}
</style>
border-color css
<style>
span { border-color: #0F0641; }
span { border-color: rgb(15,6,65); }
td.TdClassName
{
border-color: #0F0641;
}
.TagClassName
{
border-color: #0F0641;
}
</style>