Shades of Tangaroa #00233D
Tints of Tangaroa #00233D
RGB
CMYK
RGB Variations
Color information
#00233D (or 0x00233D) is known color: Tangaroa. HEX triplet: 00, 23 and 3D. RGB value is (0,35,61). Sum of RGB (Red+Green+Blue) = 0+35+61=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #00233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00233D is #FFDCC2. Grayscale: #1B1B1B. Windows color (decimal): -16768195 or 4006656. OLE color: 4006656.
HSL color Cylindrical-coordinate representation of color #00233D: hue angle of 205.57º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00233D is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 35 | 61 | - |
| CMYK | 1 | 0.43 | 0 | 0.76 |
| HSL | 205.57º | 1% | 0.12% | - |
| HSV(B) | 205.57º | 1% | 0.24% | - |
| XYZ | 1.44 | 1.54 | 4.64 | - |
| YUV | 27.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 61 | 1 | 0.43 | 0 | 0.76 | 205.57 | 1 | 0.12 |
| Hex | 0 | 23 | 3D | 64 | 2B | 0 | 4C | CE | 64 | C |
| Octal | 0 | 43 | 75 | 144 | 53 | 0 | 114 | 316 | 144 | 14 |
| Binary | 0 | 100011 | 111101 | 1100100 | 101011 | 0 | 1001100 | 11001110 | 1100100 | 1100 |
Color Harmonies of #00233D
Complementary color
Monochromatic Colors of #00233D
Black with #00233D
Text Example
Text Example
White with #00233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00233D; }
p { color: rgb(0,35,61); }
H1.HeaderClassName
{
color: #00233D;
}
.AnyTagClassName
{
color: #00233D;
}
</style>
background-color css
<style>
a { background-color: #00233D; }
a { background-color: rgb(0,35,61); }
div.DivClassName
{
background-color: #00233D;
}
.BgClassName
{
background-color: #00233D;
}
</style>
border-color css
<style>
span { border-color: #00233D; }
span { border-color: rgb(0,35,61); }
td.TdClassName
{
border-color: #00233D;
}
.TagClassName
{
border-color: #00233D;
}
</style>