Shades of Paua #150D4B
Tints of Paua #150D4B
RGB
CMYK
RGB Variations
Color information
#150D4B (or 0x150D4B) is known color: Paua. HEX triplet: 15, 0D and 4B. RGB value is (21,13,75). Sum of RGB (Red+Green+Blue) = 21+13+75=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #150D4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D4B is #EAF2B4. Grayscale: #161616. Windows color (decimal): -15397557 or 4918549. OLE color: 4918549.
HSL color Cylindrical-coordinate representation of color #150D4B: hue angle of 247.74º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150D4B is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 13 | 75 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.71 |
| HSL | 247.74º | 0.7% | 0.17% | - |
| HSV(B) | 247.74º | 0.83% | 0.29% | - |
| XYZ | 1.72 | 0.96 | 6.75 | - |
| YUV | 22.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 75 | 0.72 | 0.83 | 0 | 0.71 | 247.74 | 0.7 | 0.17 |
| Hex | 15 | D | 4B | 48 | 53 | 0 | 47 | F8 | 46 | 11 |
| Octal | 25 | 15 | 113 | 110 | 123 | 0 | 107 | 370 | 106 | 21 |
| Binary | 10101 | 1101 | 1001011 | 1001000 | 1010011 | 0 | 1000111 | 11111000 | 1000110 | 10001 |
Color Harmonies of #150D4B
Complementary color
Monochromatic Colors of #150D4B
Black with #150D4B
Text Example
Text Example
White with #150D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D4B; }
p { color: rgb(21,13,75); }
H1.HeaderClassName
{
color: #150D4B;
}
.AnyTagClassName
{
color: #150D4B;
}
</style>
background-color css
<style>
a { background-color: #150D4B; }
a { background-color: rgb(21,13,75); }
div.DivClassName
{
background-color: #150D4B;
}
.BgClassName
{
background-color: #150D4B;
}
</style>
border-color css
<style>
span { border-color: #150D4B; }
span { border-color: rgb(21,13,75); }
td.TdClassName
{
border-color: #150D4B;
}
.TagClassName
{
border-color: #150D4B;
}
</style>