Shades of Tangaroa #12273D
Tints of Tangaroa #12273D
RGB
CMYK
RGB Variations
Color information
#12273D (or 0x12273D) is known color: Tangaroa. HEX triplet: 12, 27 and 3D. RGB value is (18,39,61). Sum of RGB (Red+Green+Blue) = 18+39+61=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #12273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12273D is #EDD8C2. Grayscale: #232323. Windows color (decimal): -15587523 or 4007698. OLE color: 4007698.
HSL color Cylindrical-coordinate representation of color #12273D: hue angle of 210.7º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12273D is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 39 | 61 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.76 |
| HSL | 210.7º | 0.54% | 0.15% | - |
| HSV(B) | 210.7º | 0.7% | 0.24% | - |
| XYZ | 1.82 | 1.92 | 4.69 | - |
| YUV | 35.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 61 | 0.70 | 0.36 | 0 | 0.76 | 210.7 | 0.54 | 0.15 |
| Hex | 12 | 27 | 3D | 46 | 24 | 0 | 4C | D3 | 36 | F |
| Octal | 22 | 47 | 75 | 106 | 44 | 0 | 114 | 323 | 66 | 17 |
| Binary | 10010 | 100111 | 111101 | 1000110 | 100100 | 0 | 1001100 | 11010011 | 110110 | 1111 |
Color Harmonies of #12273D
Complementary color
Monochromatic Colors of #12273D
Black with #12273D
Text Example
Text Example
White with #12273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12273D; }
p { color: rgb(18,39,61); }
H1.HeaderClassName
{
color: #12273D;
}
.AnyTagClassName
{
color: #12273D;
}
</style>
background-color css
<style>
a { background-color: #12273D; }
a { background-color: rgb(18,39,61); }
div.DivClassName
{
background-color: #12273D;
}
.BgClassName
{
background-color: #12273D;
}
</style>
border-color css
<style>
span { border-color: #12273D; }
span { border-color: rgb(18,39,61); }
td.TdClassName
{
border-color: #12273D;
}
.TagClassName
{
border-color: #12273D;
}
</style>