Shades of Tangaroa #00233E
Tints of Tangaroa #00233E
RGB
CMYK
RGB Variations
Color information
#00233E (or 0x00233E) is known color: Tangaroa. HEX triplet: 00, 23 and 3E. RGB value is (0,35,62). Sum of RGB (Red+Green+Blue) = 0+35+62=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #00233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00233E is #FFDCC1. Grayscale: #1B1B1B. Windows color (decimal): -16768194 or 4072192. OLE color: 4072192.
HSL color Cylindrical-coordinate representation of color #00233E: hue angle of 206.13º 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 #00233E is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 35 | 62 | - |
| CMYK | 1 | 0.44 | 0 | 0.76 |
| HSL | 206.13º | 1% | 0.12% | - |
| HSV(B) | 206.13º | 1% | 0.24% | - |
| XYZ | 1.47 | 1.55 | 4.78 | - |
| YUV | 27.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 62 | 1 | 0.44 | 0 | 0.76 | 206.13 | 1 | 0.12 |
| Hex | 0 | 23 | 3E | 64 | 2C | 0 | 4C | CE | 64 | C |
| Octal | 0 | 43 | 76 | 144 | 54 | 0 | 114 | 316 | 144 | 14 |
| Binary | 0 | 100011 | 111110 | 1100100 | 101100 | 0 | 1001100 | 11001110 | 1100100 | 1100 |
Color Harmonies of #00233E
Complementary color
Monochromatic Colors of #00233E
Black with #00233E
Text Example
Text Example
White with #00233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00233E; }
p { color: rgb(0,35,62); }
H1.HeaderClassName
{
color: #00233E;
}
.AnyTagClassName
{
color: #00233E;
}
</style>
background-color css
<style>
a { background-color: #00233E; }
a { background-color: rgb(0,35,62); }
div.DivClassName
{
background-color: #00233E;
}
.BgClassName
{
background-color: #00233E;
}
</style>
border-color css
<style>
span { border-color: #00233E; }
span { border-color: rgb(0,35,62); }
td.TdClassName
{
border-color: #00233E;
}
.TagClassName
{
border-color: #00233E;
}
</style>