Shades of Tangaroa #0B253A
Tints of Tangaroa #0B253A
RGB
CMYK
RGB Variations
Color information
#0B253A (or 0x0B253A) is known color: Tangaroa. HEX triplet: 0B, 25 and 3A. RGB value is (11,37,58). Sum of RGB (Red+Green+Blue) = 11+37+58=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B253A is #F4DAC5. Grayscale: #1F1F1F. Windows color (decimal): -16046790 or 3810571. OLE color: 3810571.
HSL color Cylindrical-coordinate representation of color #0B253A: hue angle of 206.81º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B253A is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 37 | 58 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.77 |
| HSL | 206.81º | 0.68% | 0.14% | - |
| HSV(B) | 206.81º | 0.81% | 0.23% | - |
| XYZ | 1.56 | 1.7 | 4.25 | - |
| YUV | 31.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 58 | 0.81 | 0.36 | 0 | 0.77 | 206.81 | 0.68 | 0.14 |
| Hex | B | 25 | 3A | 51 | 24 | 0 | 4D | CF | 44 | E |
| Octal | 13 | 45 | 72 | 121 | 44 | 0 | 115 | 317 | 104 | 16 |
| Binary | 1011 | 100101 | 111010 | 1010001 | 100100 | 0 | 1001101 | 11001111 | 1000100 | 1110 |
Color Harmonies of #0B253A
Complementary color
Monochromatic Colors of #0B253A
Black with #0B253A
Text Example
Text Example
White with #0B253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B253A; }
p { color: rgb(11,37,58); }
H1.HeaderClassName
{
color: #0B253A;
}
.AnyTagClassName
{
color: #0B253A;
}
</style>
background-color css
<style>
a { background-color: #0B253A; }
a { background-color: rgb(11,37,58); }
div.DivClassName
{
background-color: #0B253A;
}
.BgClassName
{
background-color: #0B253A;
}
</style>
border-color css
<style>
span { border-color: #0B253A; }
span { border-color: rgb(11,37,58); }
td.TdClassName
{
border-color: #0B253A;
}
.TagClassName
{
border-color: #0B253A;
}
</style>