Shades of Paua #150E4E
Tints of Paua #150E4E
RGB
CMYK
RGB Variations
Color information
#150E4E (or 0x150E4E) is known color: Paua. HEX triplet: 15, 0E and 4E. RGB value is (21,14,78). Sum of RGB (Red+Green+Blue) = 21+14+78=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #150E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E4E is #EAF1B1. Grayscale: #171717. Windows color (decimal): -15397298 or 5115413. OLE color: 5115413.
HSL color Cylindrical-coordinate representation of color #150E4E: hue angle of 246.56º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150E4E is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 14 | 78 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.69 |
| HSL | 246.56º | 0.7% | 0.18% | - |
| HSV(B) | 246.56º | 0.82% | 0.31% | - |
| XYZ | 1.84 | 1.02 | 7.31 | - |
| YUV | 23.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 78 | 0.73 | 0.82 | 0 | 0.69 | 246.56 | 0.7 | 0.18 |
| Hex | 15 | E | 4E | 49 | 52 | 0 | 45 | F7 | 46 | 12 |
| Octal | 25 | 16 | 116 | 111 | 122 | 0 | 105 | 367 | 106 | 22 |
| Binary | 10101 | 1110 | 1001110 | 1001001 | 1010010 | 0 | 1000101 | 11110111 | 1000110 | 10010 |
Color Harmonies of #150E4E
Complementary color
Monochromatic Colors of #150E4E
Black with #150E4E
Text Example
Text Example
White with #150E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E4E; }
p { color: rgb(21,14,78); }
H1.HeaderClassName
{
color: #150E4E;
}
.AnyTagClassName
{
color: #150E4E;
}
</style>
background-color css
<style>
a { background-color: #150E4E; }
a { background-color: rgb(21,14,78); }
div.DivClassName
{
background-color: #150E4E;
}
.BgClassName
{
background-color: #150E4E;
}
</style>
border-color css
<style>
span { border-color: #150E4E; }
span { border-color: rgb(21,14,78); }
td.TdClassName
{
border-color: #150E4E;
}
.TagClassName
{
border-color: #150E4E;
}
</style>