Shades of Paua #0F014E
Tints of Paua #0F014E
RGB
CMYK
RGB Variations
Color information
#0F014E (or 0x0F014E) is known color: Paua. HEX triplet: 0F, 01 and 4E. RGB value is (15,1,78). Sum of RGB (Red+Green+Blue) = 15+1+78=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F014E is #F0FEB1. Grayscale: #0D0D0D. Windows color (decimal): -15793842 or 5112079. OLE color: 5112079.
HSL color Cylindrical-coordinate representation of color #0F014E: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F014E is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 1 | 78 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.69 |
| HSL | 250.91º | 0.97% | 0.15% | - |
| HSV(B) | 250.91º | 0.99% | 0.31% | - |
| XYZ | 1.58 | 0.67 | 7.25 | - |
| YUV | 13.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 78 | 0.81 | 0.99 | 0 | 0.69 | 250.91 | 0.97 | 0.15 |
| Hex | F | 1 | 4E | 51 | 63 | 0 | 45 | FB | 61 | F |
| Octal | 17 | 1 | 116 | 121 | 143 | 0 | 105 | 373 | 141 | 17 |
| Binary | 1111 | 1 | 1001110 | 1010001 | 1100011 | 0 | 1000101 | 11111011 | 1100001 | 1111 |
Color Harmonies of #0F014E
Complementary color
Monochromatic Colors of #0F014E
Black with #0F014E
Text Example
Text Example
White with #0F014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F014E; }
p { color: rgb(15,1,78); }
H1.HeaderClassName
{
color: #0F014E;
}
.AnyTagClassName
{
color: #0F014E;
}
</style>
background-color css
<style>
a { background-color: #0F014E; }
a { background-color: rgb(15,1,78); }
div.DivClassName
{
background-color: #0F014E;
}
.BgClassName
{
background-color: #0F014E;
}
</style>
border-color css
<style>
span { border-color: #0F014E; }
span { border-color: rgb(15,1,78); }
td.TdClassName
{
border-color: #0F014E;
}
.TagClassName
{
border-color: #0F014E;
}
</style>