Shades of Paua #0F0A44
Tints of Paua #0F0A44
RGB
CMYK
RGB Variations
Color information
#0F0A44 (or 0x0F0A44) is known color: Paua. HEX triplet: 0F, 0A and 44. RGB value is (15,10,68). Sum of RGB (Red+Green+Blue) = 15+10+68=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F0A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A44 is #F0F5BB. Grayscale: #111111. Windows color (decimal): -15791548 or 4459023. OLE color: 4459023.
HSL color Cylindrical-coordinate representation of color #0F0A44: hue angle of 245.17º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0A44 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 10 | 68 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.73 |
| HSL | 245.17º | 0.74% | 0.15% | - |
| HSV(B) | 245.17º | 0.85% | 0.27% | - |
| XYZ | 1.35 | 0.74 | 5.54 | - |
| YUV | 18.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 68 | 0.78 | 0.85 | 0 | 0.73 | 245.17 | 0.74 | 0.15 |
| Hex | F | A | 44 | 4E | 55 | 0 | 49 | F5 | 4A | F |
| Octal | 17 | 12 | 104 | 116 | 125 | 0 | 111 | 365 | 112 | 17 |
| Binary | 1111 | 1010 | 1000100 | 1001110 | 1010101 | 0 | 1001001 | 11110101 | 1001010 | 1111 |
Color Harmonies of #0F0A44
Complementary color
Monochromatic Colors of #0F0A44
Black with #0F0A44
Text Example
Text Example
White with #0F0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A44; }
p { color: rgb(15,10,68); }
H1.HeaderClassName
{
color: #0F0A44;
}
.AnyTagClassName
{
color: #0F0A44;
}
</style>
background-color css
<style>
a { background-color: #0F0A44; }
a { background-color: rgb(15,10,68); }
div.DivClassName
{
background-color: #0F0A44;
}
.BgClassName
{
background-color: #0F0A44;
}
</style>
border-color css
<style>
span { border-color: #0F0A44; }
span { border-color: rgb(15,10,68); }
td.TdClassName
{
border-color: #0F0A44;
}
.TagClassName
{
border-color: #0F0A44;
}
</style>