Shades of Paua #15074D
Tints of Paua #15074D
RGB
CMYK
RGB Variations
Color information
#15074D (or 0x15074D) is known color: Paua. HEX triplet: 15, 07 and 4D. RGB value is (21,7,77). Sum of RGB (Red+Green+Blue) = 21+7+77=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #15074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15074D is #EAF8B2. Grayscale: #121212. Windows color (decimal): -15399091 or 5048085. OLE color: 5048085.
HSL color Cylindrical-coordinate representation of color #15074D: hue angle of 252º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15074D is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 7 | 77 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.70 |
| HSL | 252º | 0.83% | 0.16% | - |
| HSV(B) | 252º | 0.91% | 0.3% | - |
| XYZ | 1.72 | 0.85 | 7.09 | - |
| YUV | 19.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 77 | 0.73 | 0.91 | 0 | 0.70 | 252 | 0.83 | 0.16 |
| Hex | 15 | 7 | 4D | 49 | 5B | 0 | 46 | FC | 53 | 10 |
| Octal | 25 | 7 | 115 | 111 | 133 | 0 | 106 | 374 | 123 | 20 |
| Binary | 10101 | 111 | 1001101 | 1001001 | 1011011 | 0 | 1000110 | 11111100 | 1010011 | 10000 |
Color Harmonies of #15074D
Complementary color
Monochromatic Colors of #15074D
Black with #15074D
Text Example
Text Example
White with #15074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15074D; }
p { color: rgb(21,7,77); }
H1.HeaderClassName
{
color: #15074D;
}
.AnyTagClassName
{
color: #15074D;
}
</style>
background-color css
<style>
a { background-color: #15074D; }
a { background-color: rgb(21,7,77); }
div.DivClassName
{
background-color: #15074D;
}
.BgClassName
{
background-color: #15074D;
}
</style>
border-color css
<style>
span { border-color: #15074D; }
span { border-color: rgb(21,7,77); }
td.TdClassName
{
border-color: #15074D;
}
.TagClassName
{
border-color: #15074D;
}
</style>