Shades of Paua #150E4B
Tints of Paua #150E4B
RGB
CMYK
RGB Variations
Color information
#150E4B (or 0x150E4B) is known color: Paua. HEX triplet: 15, 0E and 4B. RGB value is (21,14,75). Sum of RGB (Red+Green+Blue) = 21+14+75=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #150E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E4B is #EAF1B4. Grayscale: #161616. Windows color (decimal): -15397301 or 4918805. OLE color: 4918805.
HSL color Cylindrical-coordinate representation of color #150E4B: hue angle of 246.89º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150E4B is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 14 | 75 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.71 |
| HSL | 246.89º | 0.69% | 0.17% | - |
| HSV(B) | 246.89º | 0.81% | 0.29% | - |
| XYZ | 1.74 | 0.98 | 6.75 | - |
| YUV | 23.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 75 | 0.72 | 0.81 | 0 | 0.71 | 246.89 | 0.69 | 0.17 |
| Hex | 15 | E | 4B | 48 | 51 | 0 | 47 | F7 | 45 | 11 |
| Octal | 25 | 16 | 113 | 110 | 121 | 0 | 107 | 367 | 105 | 21 |
| Binary | 10101 | 1110 | 1001011 | 1001000 | 1010001 | 0 | 1000111 | 11110111 | 1000101 | 10001 |
Color Harmonies of #150E4B
Complementary color
Monochromatic Colors of #150E4B
Black with #150E4B
Text Example
Text Example
White with #150E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E4B; }
p { color: rgb(21,14,75); }
H1.HeaderClassName
{
color: #150E4B;
}
.AnyTagClassName
{
color: #150E4B;
}
</style>
background-color css
<style>
a { background-color: #150E4B; }
a { background-color: rgb(21,14,75); }
div.DivClassName
{
background-color: #150E4B;
}
.BgClassName
{
background-color: #150E4B;
}
</style>
border-color css
<style>
span { border-color: #150E4B; }
span { border-color: rgb(21,14,75); }
td.TdClassName
{
border-color: #150E4B;
}
.TagClassName
{
border-color: #150E4B;
}
</style>