Shades of Tangaroa #17283B
Tints of Tangaroa #17283B
RGB
CMYK
RGB Variations
Color information
#17283B (or 0x17283B) is known color: Tangaroa. HEX triplet: 17, 28 and 3B. RGB value is (23,40,59). Sum of RGB (Red+Green+Blue) = 23+40+59=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #17283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17283B is #E8D7C4. Grayscale: #242424. Windows color (decimal): -15259589 or 3876887. OLE color: 3876887.
HSL color Cylindrical-coordinate representation of color #17283B: hue angle of 211.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17283B is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 40 | 59 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.77 |
| HSL | 211.67º | 0.44% | 0.16% | - |
| HSV(B) | 211.67º | 0.61% | 0.23% | - |
| XYZ | 1.9 | 2.02 | 4.43 | - |
| YUV | 37.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 59 | 0.61 | 0.32 | 0 | 0.77 | 211.67 | 0.44 | 0.16 |
| Hex | 17 | 28 | 3B | 3D | 20 | 0 | 4D | D4 | 2C | 10 |
| Octal | 27 | 50 | 73 | 75 | 40 | 0 | 115 | 324 | 54 | 20 |
| Binary | 10111 | 101000 | 111011 | 111101 | 100000 | 0 | 1001101 | 11010100 | 101100 | 10000 |
Color Harmonies of #17283B
Complementary color
Monochromatic Colors of #17283B
Black with #17283B
Text Example
Text Example
White with #17283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17283B; }
p { color: rgb(23,40,59); }
H1.HeaderClassName
{
color: #17283B;
}
.AnyTagClassName
{
color: #17283B;
}
</style>
background-color css
<style>
a { background-color: #17283B; }
a { background-color: rgb(23,40,59); }
div.DivClassName
{
background-color: #17283B;
}
.BgClassName
{
background-color: #17283B;
}
</style>
border-color css
<style>
span { border-color: #17283B; }
span { border-color: rgb(23,40,59); }
td.TdClassName
{
border-color: #17283B;
}
.TagClassName
{
border-color: #17283B;
}
</style>