Shades of Tangaroa #192D3D
Tints of Tangaroa #192D3D
RGB
CMYK
RGB Variations
Color information
#192D3D (or 0x192D3D) is known color: Tangaroa. HEX triplet: 19, 2D and 3D. RGB value is (25,45,61). Sum of RGB (Red+Green+Blue) = 25+45+61=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #192D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D3D is #E6D2C2. Grayscale: #282828. Windows color (decimal): -15127235 or 4009241. OLE color: 4009241.
HSL color Cylindrical-coordinate representation of color #192D3D: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #192D3D is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 45 | 61 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.76 |
| HSL | 206.67º | 0.42% | 0.17% | - |
| HSV(B) | 206.67º | 0.59% | 0.24% | - |
| XYZ | 2.18 | 2.42 | 4.77 | - |
| YUV | 40.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 61 | 0.59 | 0.26 | 0 | 0.76 | 206.67 | 0.42 | 0.17 |
| Hex | 19 | 2D | 3D | 3B | 1A | 0 | 4C | CF | 2A | 11 |
| Octal | 31 | 55 | 75 | 73 | 32 | 0 | 114 | 317 | 52 | 21 |
| Binary | 11001 | 101101 | 111101 | 111011 | 11010 | 0 | 1001100 | 11001111 | 101010 | 10001 |
Color Harmonies of #192D3D
Complementary color
Monochromatic Colors of #192D3D
Black with #192D3D
Text Example
Text Example
White with #192D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D3D; }
p { color: rgb(25,45,61); }
H1.HeaderClassName
{
color: #192D3D;
}
.AnyTagClassName
{
color: #192D3D;
}
</style>
background-color css
<style>
a { background-color: #192D3D; }
a { background-color: rgb(25,45,61); }
div.DivClassName
{
background-color: #192D3D;
}
.BgClassName
{
background-color: #192D3D;
}
</style>
border-color css
<style>
span { border-color: #192D3D; }
span { border-color: rgb(25,45,61); }
td.TdClassName
{
border-color: #192D3D;
}
.TagClassName
{
border-color: #192D3D;
}
</style>