Shades of Tangaroa #07233C
Tints of Tangaroa #07233C
RGB
CMYK
RGB Variations
Color information
#07233C (or 0x07233C) is known color: Tangaroa. HEX triplet: 07, 23 and 3C. RGB value is (7,35,60). Sum of RGB (Red+Green+Blue) = 7+35+60=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #07233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07233C is #F8DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16309444 or 3941127. OLE color: 3941127.
HSL color Cylindrical-coordinate representation of color #07233C: hue angle of 208.3º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07233C is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 35 | 60 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.76 |
| HSL | 208.3º | 0.79% | 0.13% | - |
| HSV(B) | 208.3º | 0.88% | 0.24% | - |
| XYZ | 1.5 | 1.57 | 4.5 | - |
| YUV | 29.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 60 | 0.88 | 0.42 | 0 | 0.76 | 208.3 | 0.79 | 0.13 |
| Hex | 7 | 23 | 3C | 58 | 2A | 0 | 4C | D0 | 4F | D |
| Octal | 7 | 43 | 74 | 130 | 52 | 0 | 114 | 320 | 117 | 15 |
| Binary | 111 | 100011 | 111100 | 1011000 | 101010 | 0 | 1001100 | 11010000 | 1001111 | 1101 |
Color Harmonies of #07233C
Complementary color
Monochromatic Colors of #07233C
Black with #07233C
Text Example
Text Example
White with #07233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07233C; }
p { color: rgb(7,35,60); }
H1.HeaderClassName
{
color: #07233C;
}
.AnyTagClassName
{
color: #07233C;
}
</style>
background-color css
<style>
a { background-color: #07233C; }
a { background-color: rgb(7,35,60); }
div.DivClassName
{
background-color: #07233C;
}
.BgClassName
{
background-color: #07233C;
}
</style>
border-color css
<style>
span { border-color: #07233C; }
span { border-color: rgb(7,35,60); }
td.TdClassName
{
border-color: #07233C;
}
.TagClassName
{
border-color: #07233C;
}
</style>