Shades of Paua #15174B
Tints of Paua #15174B
RGB
CMYK
RGB Variations
Color information
#15174B (or 0x15174B) is known color: Paua. HEX triplet: 15, 17 and 4B. RGB value is (21,23,75). Sum of RGB (Red+Green+Blue) = 21+23+75=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #15174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15174B is #EAE8B4. Grayscale: #1C1C1C. Windows color (decimal): -15394997 or 4921109. OLE color: 4921109.
HSL color Cylindrical-coordinate representation of color #15174B: hue angle of 237.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15174B is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 23 | 75 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.71 |
| HSL | 237.78º | 0.56% | 0.19% | - |
| HSV(B) | 237.78º | 0.72% | 0.29% | - |
| XYZ | 1.89 | 1.28 | 6.8 | - |
| YUV | 28.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 75 | 0.72 | 0.69 | 0 | 0.71 | 237.78 | 0.56 | 0.19 |
| Hex | 15 | 17 | 4B | 48 | 45 | 0 | 47 | EE | 38 | 13 |
| Octal | 25 | 27 | 113 | 110 | 105 | 0 | 107 | 356 | 70 | 23 |
| Binary | 10101 | 10111 | 1001011 | 1001000 | 1000101 | 0 | 1000111 | 11101110 | 111000 | 10011 |
Color Harmonies of #15174B
Complementary color
Monochromatic Colors of #15174B
Black with #15174B
Text Example
Text Example
White with #15174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15174B; }
p { color: rgb(21,23,75); }
H1.HeaderClassName
{
color: #15174B;
}
.AnyTagClassName
{
color: #15174B;
}
</style>
background-color css
<style>
a { background-color: #15174B; }
a { background-color: rgb(21,23,75); }
div.DivClassName
{
background-color: #15174B;
}
.BgClassName
{
background-color: #15174B;
}
</style>
border-color css
<style>
span { border-color: #15174B; }
span { border-color: rgb(21,23,75); }
td.TdClassName
{
border-color: #15174B;
}
.TagClassName
{
border-color: #15174B;
}
</style>