Shades of Tangaroa #152C3B
Tints of Tangaroa #152C3B
RGB
CMYK
RGB Variations
Color information
#152C3B (or 0x152C3B) is known color: Tangaroa. HEX triplet: 15, 2C and 3B. RGB value is (21,44,59). Sum of RGB (Red+Green+Blue) = 21+44+59=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #152C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C3B is #EAD3C4. Grayscale: #262626. Windows color (decimal): -15389637 or 3877909. OLE color: 3877909.
HSL color Cylindrical-coordinate representation of color #152C3B: hue angle of 203.68º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #152C3B is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 44 | 59 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.77 |
| HSL | 203.68º | 0.48% | 0.16% | - |
| HSV(B) | 203.68º | 0.64% | 0.23% | - |
| XYZ | 2 | 2.28 | 4.47 | - |
| YUV | 38.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 59 | 0.64 | 0.25 | 0 | 0.77 | 203.68 | 0.48 | 0.16 |
| Hex | 15 | 2C | 3B | 40 | 19 | 0 | 4D | CC | 30 | 10 |
| Octal | 25 | 54 | 73 | 100 | 31 | 0 | 115 | 314 | 60 | 20 |
| Binary | 10101 | 101100 | 111011 | 1000000 | 11001 | 0 | 1001101 | 11001100 | 110000 | 10000 |
Color Harmonies of #152C3B
Complementary color
Monochromatic Colors of #152C3B
Black with #152C3B
Text Example
Text Example
White with #152C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C3B; }
p { color: rgb(21,44,59); }
H1.HeaderClassName
{
color: #152C3B;
}
.AnyTagClassName
{
color: #152C3B;
}
</style>
background-color css
<style>
a { background-color: #152C3B; }
a { background-color: rgb(21,44,59); }
div.DivClassName
{
background-color: #152C3B;
}
.BgClassName
{
background-color: #152C3B;
}
</style>
border-color css
<style>
span { border-color: #152C3B; }
span { border-color: rgb(21,44,59); }
td.TdClassName
{
border-color: #152C3B;
}
.TagClassName
{
border-color: #152C3B;
}
</style>