Shades of Tangaroa #152233
Tints of Tangaroa #152233
RGB
CMYK
RGB Variations
Color information
#152233 (or 0x152233) is known color: Tangaroa. HEX triplet: 15, 22 and 33. RGB value is (21,34,51). Sum of RGB (Red+Green+Blue) = 21+34+51=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #152233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152233 is #EADDCC. Grayscale: #1F1F1F. Windows color (decimal): -15392205 or 3351061. OLE color: 3351061.
HSL color Cylindrical-coordinate representation of color #152233: hue angle of 214º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152233 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 34 | 51 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.8 |
| HSL | 214º | 0.42% | 0.14% | - |
| HSV(B) | 214º | 0.59% | 0.2% | - |
| XYZ | 1.48 | 1.54 | 3.35 | - |
| YUV | 32.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 51 | 0.59 | 0.33 | 0 | 0.8 | 214 | 0.42 | 0.14 |
| Hex | 15 | 22 | 33 | 3B | 21 | 0 | 50 | D6 | 2A | E |
| Octal | 25 | 42 | 63 | 73 | 41 | 0 | 120 | 326 | 52 | 16 |
| Binary | 10101 | 100010 | 110011 | 111011 | 100001 | 0 | 1010000 | 11010110 | 101010 | 1110 |
Color Harmonies of #152233
Complementary color
Monochromatic Colors of #152233
Black with #152233
Text Example
Text Example
White with #152233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152233; }
p { color: rgb(21,34,51); }
H1.HeaderClassName
{
color: #152233;
}
.AnyTagClassName
{
color: #152233;
}
</style>
background-color css
<style>
a { background-color: #152233; }
a { background-color: rgb(21,34,51); }
div.DivClassName
{
background-color: #152233;
}
.BgClassName
{
background-color: #152233;
}
</style>
border-color css
<style>
span { border-color: #152233; }
span { border-color: rgb(21,34,51); }
td.TdClassName
{
border-color: #152233;
}
.TagClassName
{
border-color: #152233;
}
</style>