Shades of Tangaroa #152F3F
Tints of Tangaroa #152F3F
RGB
CMYK
RGB Variations
Color information
#152F3F (or 0x152F3F) is known color: Tangaroa. HEX triplet: 15, 2F and 3F. RGB value is (21,47,63). Sum of RGB (Red+Green+Blue) = 21+47+63=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #152F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F3F is #EAD0C0. Grayscale: #282828. Windows color (decimal): -15388865 or 4140821. OLE color: 4140821.
HSL color Cylindrical-coordinate representation of color #152F3F: hue angle of 202.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152F3F is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 47 | 63 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.75 |
| HSL | 202.86º | 0.5% | 0.16% | - |
| HSV(B) | 202.86º | 0.67% | 0.25% | - |
| XYZ | 2.22 | 2.55 | 5.08 | - |
| YUV | 41.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 63 | 0.67 | 0.25 | 0 | 0.75 | 202.86 | 0.5 | 0.16 |
| Hex | 15 | 2F | 3F | 43 | 19 | 0 | 4B | CB | 32 | 10 |
| Octal | 25 | 57 | 77 | 103 | 31 | 0 | 113 | 313 | 62 | 20 |
| Binary | 10101 | 101111 | 111111 | 1000011 | 11001 | 0 | 1001011 | 11001011 | 110010 | 10000 |
Color Harmonies of #152F3F
Complementary color
Monochromatic Colors of #152F3F
Black with #152F3F
Text Example
Text Example
White with #152F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F3F; }
p { color: rgb(21,47,63); }
H1.HeaderClassName
{
color: #152F3F;
}
.AnyTagClassName
{
color: #152F3F;
}
</style>
background-color css
<style>
a { background-color: #152F3F; }
a { background-color: rgb(21,47,63); }
div.DivClassName
{
background-color: #152F3F;
}
.BgClassName
{
background-color: #152F3F;
}
</style>
border-color css
<style>
span { border-color: #152F3F; }
span { border-color: rgb(21,47,63); }
td.TdClassName
{
border-color: #152F3F;
}
.TagClassName
{
border-color: #152F3F;
}
</style>