Shades of Tangaroa #192D3F
Tints of Tangaroa #192D3F
RGB
CMYK
RGB Variations
Color information
#192D3F (or 0x192D3F) is known color: Tangaroa. HEX triplet: 19, 2D and 3F. RGB value is (25,45,63). Sum of RGB (Red+Green+Blue) = 25+45+63=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #192D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D3F is #E6D2C0. Grayscale: #282828. Windows color (decimal): -15127233 or 4140313. OLE color: 4140313.
HSL color Cylindrical-coordinate representation of color #192D3F: hue angle of 208.42º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #192D3F is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 45 | 63 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.75 |
| HSL | 208.42º | 0.43% | 0.17% | - |
| HSV(B) | 208.42º | 0.6% | 0.25% | - |
| XYZ | 2.24 | 2.44 | 5.06 | - |
| YUV | 41.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 63 | 0.60 | 0.29 | 0 | 0.75 | 208.42 | 0.43 | 0.17 |
| Hex | 19 | 2D | 3F | 3C | 1D | 0 | 4B | D0 | 2B | 11 |
| Octal | 31 | 55 | 77 | 74 | 35 | 0 | 113 | 320 | 53 | 21 |
| Binary | 11001 | 101101 | 111111 | 111100 | 11101 | 0 | 1001011 | 11010000 | 101011 | 10001 |
Color Harmonies of #192D3F
Complementary color
Monochromatic Colors of #192D3F
Black with #192D3F
Text Example
Text Example
White with #192D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D3F; }
p { color: rgb(25,45,63); }
H1.HeaderClassName
{
color: #192D3F;
}
.AnyTagClassName
{
color: #192D3F;
}
</style>
background-color css
<style>
a { background-color: #192D3F; }
a { background-color: rgb(25,45,63); }
div.DivClassName
{
background-color: #192D3F;
}
.BgClassName
{
background-color: #192D3F;
}
</style>
border-color css
<style>
span { border-color: #192D3F; }
span { border-color: rgb(25,45,63); }
td.TdClassName
{
border-color: #192D3F;
}
.TagClassName
{
border-color: #192D3F;
}
</style>