Shades of Paua #150F4D
Tints of Paua #150F4D
RGB
CMYK
RGB Variations
Color information
#150F4D (or 0x150F4D) is known color: Paua. HEX triplet: 15, 0F and 4D. RGB value is (21,15,77). Sum of RGB (Red+Green+Blue) = 21+15+77=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #150F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F4D is #EAF0B2. Grayscale: #171717. Windows color (decimal): -15397043 or 5050133. OLE color: 5050133.
HSL color Cylindrical-coordinate representation of color #150F4D: hue angle of 245.81º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150F4D is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 15 | 77 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.70 |
| HSL | 245.81º | 0.67% | 0.18% | - |
| HSV(B) | 245.81º | 0.81% | 0.3% | - |
| XYZ | 1.82 | 1.04 | 7.13 | - |
| YUV | 23.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 77 | 0.73 | 0.81 | 0 | 0.70 | 245.81 | 0.67 | 0.18 |
| Hex | 15 | F | 4D | 49 | 51 | 0 | 46 | F6 | 43 | 12 |
| Octal | 25 | 17 | 115 | 111 | 121 | 0 | 106 | 366 | 103 | 22 |
| Binary | 10101 | 1111 | 1001101 | 1001001 | 1010001 | 0 | 1000110 | 11110110 | 1000011 | 10010 |
Color Harmonies of #150F4D
Complementary color
Monochromatic Colors of #150F4D
Black with #150F4D
Text Example
Text Example
White with #150F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F4D; }
p { color: rgb(21,15,77); }
H1.HeaderClassName
{
color: #150F4D;
}
.AnyTagClassName
{
color: #150F4D;
}
</style>
background-color css
<style>
a { background-color: #150F4D; }
a { background-color: rgb(21,15,77); }
div.DivClassName
{
background-color: #150F4D;
}
.BgClassName
{
background-color: #150F4D;
}
</style>
border-color css
<style>
span { border-color: #150F4D; }
span { border-color: rgb(21,15,77); }
td.TdClassName
{
border-color: #150F4D;
}
.TagClassName
{
border-color: #150F4D;
}
</style>