Shades of Tangaroa #00223B
Tints of Tangaroa #00223B
RGB
CMYK
RGB Variations
Color information
#00223B (or 0x00223B) is known color: Tangaroa. HEX triplet: 00, 22 and 3B. RGB value is (0,34,59). Sum of RGB (Red+Green+Blue) = 0+34+59=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #00223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223B is #FFDDC4. Grayscale: #1A1A1A. Windows color (decimal): -16768453 or 3875328. OLE color: 3875328.
HSL color Cylindrical-coordinate representation of color #00223B: hue angle of 205.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00223B is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 34 | 59 | - |
| CMYK | 1 | 0.42 | 0 | 0.77 |
| HSL | 205.42º | 1% | 0.12% | - |
| HSV(B) | 205.42º | 1% | 0.23% | - |
| XYZ | 1.36 | 1.46 | 4.35 | - |
| YUV | 26.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 59 | 1 | 0.42 | 0 | 0.77 | 205.42 | 1 | 0.12 |
| Hex | 0 | 22 | 3B | 64 | 2A | 0 | 4D | CD | 64 | C |
| Octal | 0 | 42 | 73 | 144 | 52 | 0 | 115 | 315 | 144 | 14 |
| Binary | 0 | 100010 | 111011 | 1100100 | 101010 | 0 | 1001101 | 11001101 | 1100100 | 1100 |
Color Harmonies of #00223B
Complementary color
Monochromatic Colors of #00223B
Black with #00223B
Text Example
Text Example
White with #00223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00223B; }
p { color: rgb(0,34,59); }
H1.HeaderClassName
{
color: #00223B;
}
.AnyTagClassName
{
color: #00223B;
}
</style>
background-color css
<style>
a { background-color: #00223B; }
a { background-color: rgb(0,34,59); }
div.DivClassName
{
background-color: #00223B;
}
.BgClassName
{
background-color: #00223B;
}
</style>
border-color css
<style>
span { border-color: #00223B; }
span { border-color: rgb(0,34,59); }
td.TdClassName
{
border-color: #00223B;
}
.TagClassName
{
border-color: #00223B;
}
</style>