Shades of Tangaroa #0C283B
Tints of Tangaroa #0C283B
RGB
CMYK
RGB Variations
Color information
#0C283B (or 0x0C283B) is known color: Tangaroa. HEX triplet: 0C, 28 and 3B. RGB value is (12,40,59). Sum of RGB (Red+Green+Blue) = 12+40+59=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C283B is #F3D7C4. Grayscale: #212121. Windows color (decimal): -15980485 or 3876876. OLE color: 3876876.
HSL color Cylindrical-coordinate representation of color #0C283B: hue angle of 204.26º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C283B is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 40 | 59 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.77 |
| HSL | 204.26º | 0.66% | 0.14% | - |
| HSV(B) | 204.26º | 0.8% | 0.23% | - |
| XYZ | 1.7 | 1.91 | 4.42 | - |
| YUV | 33.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 59 | 0.80 | 0.32 | 0 | 0.77 | 204.26 | 0.66 | 0.14 |
| Hex | C | 28 | 3B | 50 | 20 | 0 | 4D | CC | 42 | E |
| Octal | 14 | 50 | 73 | 120 | 40 | 0 | 115 | 314 | 102 | 16 |
| Binary | 1100 | 101000 | 111011 | 1010000 | 100000 | 0 | 1001101 | 11001100 | 1000010 | 1110 |
Color Harmonies of #0C283B
Complementary color
Monochromatic Colors of #0C283B
Black with #0C283B
Text Example
Text Example
White with #0C283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C283B; }
p { color: rgb(12,40,59); }
H1.HeaderClassName
{
color: #0C283B;
}
.AnyTagClassName
{
color: #0C283B;
}
</style>
background-color css
<style>
a { background-color: #0C283B; }
a { background-color: rgb(12,40,59); }
div.DivClassName
{
background-color: #0C283B;
}
.BgClassName
{
background-color: #0C283B;
}
</style>
border-color css
<style>
span { border-color: #0C283B; }
span { border-color: rgb(12,40,59); }
td.TdClassName
{
border-color: #0C283B;
}
.TagClassName
{
border-color: #0C283B;
}
</style>