Shades of Tangaroa #0C233E
Tints of Tangaroa #0C233E
RGB
CMYK
RGB Variations
Color information
#0C233E (or 0x0C233E) is known color: Tangaroa. HEX triplet: 0C, 23 and 3E. RGB value is (12,35,62). Sum of RGB (Red+Green+Blue) = 12+35+62=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C233E is #F3DCC1. Grayscale: #1F1F1F. Windows color (decimal): -15981762 or 4072204. OLE color: 4072204.
HSL color Cylindrical-coordinate representation of color #0C233E: hue angle of 212.4º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C233E is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 35 | 62 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.76 |
| HSL | 212.4º | 0.68% | 0.15% | - |
| HSV(B) | 212.4º | 0.81% | 0.24% | - |
| XYZ | 1.62 | 1.63 | 4.79 | - |
| YUV | 31.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 62 | 0.81 | 0.44 | 0 | 0.76 | 212.4 | 0.68 | 0.15 |
| Hex | C | 23 | 3E | 51 | 2C | 0 | 4C | D4 | 44 | F |
| Octal | 14 | 43 | 76 | 121 | 54 | 0 | 114 | 324 | 104 | 17 |
| Binary | 1100 | 100011 | 111110 | 1010001 | 101100 | 0 | 1001100 | 11010100 | 1000100 | 1111 |
Color Harmonies of #0C233E
Complementary color
Monochromatic Colors of #0C233E
Black with #0C233E
Text Example
Text Example
White with #0C233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C233E; }
p { color: rgb(12,35,62); }
H1.HeaderClassName
{
color: #0C233E;
}
.AnyTagClassName
{
color: #0C233E;
}
</style>
background-color css
<style>
a { background-color: #0C233E; }
a { background-color: rgb(12,35,62); }
div.DivClassName
{
background-color: #0C233E;
}
.BgClassName
{
background-color: #0C233E;
}
</style>
border-color css
<style>
span { border-color: #0C233E; }
span { border-color: rgb(12,35,62); }
td.TdClassName
{
border-color: #0C233E;
}
.TagClassName
{
border-color: #0C233E;
}
</style>