Shades of Tangaroa #12253E
Tints of Tangaroa #12253E
RGB
CMYK
RGB Variations
Color information
#12253E (or 0x12253E) is known color: Tangaroa. HEX triplet: 12, 25 and 3E. RGB value is (18,37,62). Sum of RGB (Red+Green+Blue) = 18+37+62=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #12253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12253E is #EDDAC1. Grayscale: #222222. Windows color (decimal): -15588034 or 4072722. OLE color: 4072722.
HSL color Cylindrical-coordinate representation of color #12253E: hue angle of 214.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12253E is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 37 | 62 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.76 |
| HSL | 214.09º | 0.55% | 0.16% | - |
| HSV(B) | 214.09º | 0.71% | 0.24% | - |
| XYZ | 1.78 | 1.8 | 4.81 | - |
| YUV | 34.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 62 | 0.71 | 0.40 | 0 | 0.76 | 214.09 | 0.55 | 0.16 |
| Hex | 12 | 25 | 3E | 47 | 28 | 0 | 4C | D6 | 37 | 10 |
| Octal | 22 | 45 | 76 | 107 | 50 | 0 | 114 | 326 | 67 | 20 |
| Binary | 10010 | 100101 | 111110 | 1000111 | 101000 | 0 | 1001100 | 11010110 | 110111 | 10000 |
Color Harmonies of #12253E
Complementary color
Monochromatic Colors of #12253E
Black with #12253E
Text Example
Text Example
White with #12253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12253E; }
p { color: rgb(18,37,62); }
H1.HeaderClassName
{
color: #12253E;
}
.AnyTagClassName
{
color: #12253E;
}
</style>
background-color css
<style>
a { background-color: #12253E; }
a { background-color: rgb(18,37,62); }
div.DivClassName
{
background-color: #12253E;
}
.BgClassName
{
background-color: #12253E;
}
</style>
border-color css
<style>
span { border-color: #12253E; }
span { border-color: rgb(18,37,62); }
td.TdClassName
{
border-color: #12253E;
}
.TagClassName
{
border-color: #12253E;
}
</style>