Shades of Tangaroa #152C3F
Tints of Tangaroa #152C3F
RGB
CMYK
RGB Variations
Color information
#152C3F (or 0x152C3F) is known color: Tangaroa. HEX triplet: 15, 2C and 3F. RGB value is (21,44,63). Sum of RGB (Red+Green+Blue) = 21+44+63=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #152C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C3F is #EAD3C0. Grayscale: #272727. Windows color (decimal): -15389633 or 4140053. OLE color: 4140053.
HSL color Cylindrical-coordinate representation of color #152C3F: hue angle of 207.14º 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 #152C3F is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 44 | 63 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.75 |
| HSL | 207.14º | 0.5% | 0.16% | - |
| HSV(B) | 207.14º | 0.67% | 0.25% | - |
| XYZ | 2.11 | 2.32 | 5.04 | - |
| YUV | 39.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 63 | 0.67 | 0.30 | 0 | 0.75 | 207.14 | 0.5 | 0.16 |
| Hex | 15 | 2C | 3F | 43 | 1E | 0 | 4B | CF | 32 | 10 |
| Octal | 25 | 54 | 77 | 103 | 36 | 0 | 113 | 317 | 62 | 20 |
| Binary | 10101 | 101100 | 111111 | 1000011 | 11110 | 0 | 1001011 | 11001111 | 110010 | 10000 |
Color Harmonies of #152C3F
Complementary color
Monochromatic Colors of #152C3F
Black with #152C3F
Text Example
Text Example
White with #152C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C3F; }
p { color: rgb(21,44,63); }
H1.HeaderClassName
{
color: #152C3F;
}
.AnyTagClassName
{
color: #152C3F;
}
</style>
background-color css
<style>
a { background-color: #152C3F; }
a { background-color: rgb(21,44,63); }
div.DivClassName
{
background-color: #152C3F;
}
.BgClassName
{
background-color: #152C3F;
}
</style>
border-color css
<style>
span { border-color: #152C3F; }
span { border-color: rgb(21,44,63); }
td.TdClassName
{
border-color: #152C3F;
}
.TagClassName
{
border-color: #152C3F;
}
</style>