Shades of Paua #0F044B
Tints of Paua #0F044B
RGB
CMYK
RGB Variations
Color information
#0F044B (or 0x0F044B) is known color: Paua. HEX triplet: 0F, 04 and 4B. RGB value is (15,4,75). Sum of RGB (Red+Green+Blue) = 15+4+75=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F044B is #F0FBB4. Grayscale: #0F0F0F. Windows color (decimal): -15793077 or 4916239. OLE color: 4916239.
HSL color Cylindrical-coordinate representation of color #0F044B: hue angle of 249.3º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F044B is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 4 | 75 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.71 |
| HSL | 249.3º | 0.9% | 0.15% | - |
| HSV(B) | 249.3º | 0.95% | 0.29% | - |
| XYZ | 1.51 | 0.7 | 6.71 | - |
| YUV | 15.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 75 | 0.80 | 0.95 | 0 | 0.71 | 249.3 | 0.9 | 0.15 |
| Hex | F | 4 | 4B | 50 | 5F | 0 | 47 | F9 | 5A | F |
| Octal | 17 | 4 | 113 | 120 | 137 | 0 | 107 | 371 | 132 | 17 |
| Binary | 1111 | 100 | 1001011 | 1010000 | 1011111 | 0 | 1000111 | 11111001 | 1011010 | 1111 |
Color Harmonies of #0F044B
Complementary color
Monochromatic Colors of #0F044B
Black with #0F044B
Text Example
Text Example
White with #0F044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F044B; }
p { color: rgb(15,4,75); }
H1.HeaderClassName
{
color: #0F044B;
}
.AnyTagClassName
{
color: #0F044B;
}
</style>
background-color css
<style>
a { background-color: #0F044B; }
a { background-color: rgb(15,4,75); }
div.DivClassName
{
background-color: #0F044B;
}
.BgClassName
{
background-color: #0F044B;
}
</style>
border-color css
<style>
span { border-color: #0F044B; }
span { border-color: rgb(15,4,75); }
td.TdClassName
{
border-color: #0F044B;
}
.TagClassName
{
border-color: #0F044B;
}
</style>