Shades of Tangaroa #152B3C
Tints of Tangaroa #152B3C
RGB
CMYK
RGB Variations
Color information
#152B3C (or 0x152B3C) is known color: Tangaroa. HEX triplet: 15, 2B and 3C. RGB value is (21,43,60). Sum of RGB (Red+Green+Blue) = 21+43+60=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #152B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B3C is #EAD4C3. Grayscale: #262626. Windows color (decimal): -15389892 or 3943189. OLE color: 3943189.
HSL color Cylindrical-coordinate representation of color #152B3C: hue angle of 206.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #152B3C is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 43 | 60 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.76 |
| HSL | 206.15º | 0.48% | 0.16% | - |
| HSV(B) | 206.15º | 0.65% | 0.24% | - |
| XYZ | 1.99 | 2.21 | 4.6 | - |
| YUV | 38.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 60 | 0.65 | 0.28 | 0 | 0.76 | 206.15 | 0.48 | 0.16 |
| Hex | 15 | 2B | 3C | 41 | 1C | 0 | 4C | CE | 30 | 10 |
| Octal | 25 | 53 | 74 | 101 | 34 | 0 | 114 | 316 | 60 | 20 |
| Binary | 10101 | 101011 | 111100 | 1000001 | 11100 | 0 | 1001100 | 11001110 | 110000 | 10000 |
Color Harmonies of #152B3C
Complementary color
Monochromatic Colors of #152B3C
Black with #152B3C
Text Example
Text Example
White with #152B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B3C; }
p { color: rgb(21,43,60); }
H1.HeaderClassName
{
color: #152B3C;
}
.AnyTagClassName
{
color: #152B3C;
}
</style>
background-color css
<style>
a { background-color: #152B3C; }
a { background-color: rgb(21,43,60); }
div.DivClassName
{
background-color: #152B3C;
}
.BgClassName
{
background-color: #152B3C;
}
</style>
border-color css
<style>
span { border-color: #152B3C; }
span { border-color: rgb(21,43,60); }
td.TdClassName
{
border-color: #152B3C;
}
.TagClassName
{
border-color: #152B3C;
}
</style>