Shades of Tangaroa #01233C
Tints of Tangaroa #01233C
RGB
CMYK
RGB Variations
Color information
#01233C (or 0x01233C) is known color: Tangaroa. HEX triplet: 01, 23 and 3C. RGB value is (1,35,60). Sum of RGB (Red+Green+Blue) = 1+35+60=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #01233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01233C is #FEDCC3. Grayscale: #1B1B1B. Windows color (decimal): -16702660 or 3941121. OLE color: 3941121.
HSL color Cylindrical-coordinate representation of color #01233C: hue angle of 205.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01233C is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 35 | 60 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.76 |
| HSL | 205.42º | 0.97% | 0.12% | - |
| HSV(B) | 205.42º | 0.98% | 0.24% | - |
| XYZ | 1.43 | 1.53 | 4.5 | - |
| YUV | 27.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 60 | 0.98 | 0.42 | 0 | 0.76 | 205.42 | 0.97 | 0.12 |
| Hex | 1 | 23 | 3C | 62 | 2A | 0 | 4C | CD | 61 | C |
| Octal | 1 | 43 | 74 | 142 | 52 | 0 | 114 | 315 | 141 | 14 |
| Binary | 1 | 100011 | 111100 | 1100010 | 101010 | 0 | 1001100 | 11001101 | 1100001 | 1100 |
Color Harmonies of #01233C
Complementary color
Monochromatic Colors of #01233C
Black with #01233C
Text Example
Text Example
White with #01233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01233C; }
p { color: rgb(1,35,60); }
H1.HeaderClassName
{
color: #01233C;
}
.AnyTagClassName
{
color: #01233C;
}
</style>
background-color css
<style>
a { background-color: #01233C; }
a { background-color: rgb(1,35,60); }
div.DivClassName
{
background-color: #01233C;
}
.BgClassName
{
background-color: #01233C;
}
</style>
border-color css
<style>
span { border-color: #01233C; }
span { border-color: rgb(1,35,60); }
td.TdClassName
{
border-color: #01233C;
}
.TagClassName
{
border-color: #01233C;
}
</style>