Shades of Paua #0E0148
Tints of Paua #0E0148
RGB
CMYK
RGB Variations
Color information
#0E0148 (or 0x0E0148) is known color: Paua. HEX triplet: 0E, 01 and 48. RGB value is (14,1,72). Sum of RGB (Red+Green+Blue) = 14+1+72=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0148 is #F1FEB7. Grayscale: #0C0C0C. Windows color (decimal): -15859384 or 4718862. OLE color: 4718862.
HSL color Cylindrical-coordinate representation of color #0E0148: hue angle of 250.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0148 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 1 | 72 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.72 |
| HSL | 250.99º | 0.97% | 0.14% | - |
| HSV(B) | 250.99º | 0.99% | 0.28% | - |
| XYZ | 1.36 | 0.58 | 6.17 | - |
| YUV | 12.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 72 | 0.81 | 0.99 | 0 | 0.72 | 250.99 | 0.97 | 0.14 |
| Hex | E | 1 | 48 | 51 | 63 | 0 | 48 | FB | 61 | E |
| Octal | 16 | 1 | 110 | 121 | 143 | 0 | 110 | 373 | 141 | 16 |
| Binary | 1110 | 1 | 1001000 | 1010001 | 1100011 | 0 | 1001000 | 11111011 | 1100001 | 1110 |
Color Harmonies of #0E0148
Complementary color
Monochromatic Colors of #0E0148
Black with #0E0148
Text Example
Text Example
White with #0E0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0148; }
p { color: rgb(14,1,72); }
H1.HeaderClassName
{
color: #0E0148;
}
.AnyTagClassName
{
color: #0E0148;
}
</style>
background-color css
<style>
a { background-color: #0E0148; }
a { background-color: rgb(14,1,72); }
div.DivClassName
{
background-color: #0E0148;
}
.BgClassName
{
background-color: #0E0148;
}
</style>
border-color css
<style>
span { border-color: #0E0148; }
span { border-color: rgb(14,1,72); }
td.TdClassName
{
border-color: #0E0148;
}
.TagClassName
{
border-color: #0E0148;
}
</style>