Shades of Tangaroa #0B253B
Tints of Tangaroa #0B253B
RGB
CMYK
RGB Variations
Color information
#0B253B (or 0x0B253B) is known color: Tangaroa. HEX triplet: 0B, 25 and 3B. RGB value is (11,37,59). Sum of RGB (Red+Green+Blue) = 11+37+59=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B253B is #F4DAC4. Grayscale: #1F1F1F. Windows color (decimal): -16046789 or 3876107. OLE color: 3876107.
HSL color Cylindrical-coordinate representation of color #0B253B: hue angle of 207.5º degrees, saturation: 0.69, 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 #0B253B is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 37 | 59 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.77 |
| HSL | 207.5º | 0.69% | 0.14% | - |
| HSV(B) | 207.5º | 0.81% | 0.23% | - |
| XYZ | 1.59 | 1.71 | 4.38 | - |
| YUV | 31.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 59 | 0.81 | 0.37 | 0 | 0.77 | 207.5 | 0.69 | 0.14 |
| Hex | B | 25 | 3B | 51 | 25 | 0 | 4D | D0 | 45 | E |
| Octal | 13 | 45 | 73 | 121 | 45 | 0 | 115 | 320 | 105 | 16 |
| Binary | 1011 | 100101 | 111011 | 1010001 | 100101 | 0 | 1001101 | 11010000 | 1000101 | 1110 |
Color Harmonies of #0B253B
Complementary color
Monochromatic Colors of #0B253B
Black with #0B253B
Text Example
Text Example
White with #0B253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B253B; }
p { color: rgb(11,37,59); }
H1.HeaderClassName
{
color: #0B253B;
}
.AnyTagClassName
{
color: #0B253B;
}
</style>
background-color css
<style>
a { background-color: #0B253B; }
a { background-color: rgb(11,37,59); }
div.DivClassName
{
background-color: #0B253B;
}
.BgClassName
{
background-color: #0B253B;
}
</style>
border-color css
<style>
span { border-color: #0B253B; }
span { border-color: rgb(11,37,59); }
td.TdClassName
{
border-color: #0B253B;
}
.TagClassName
{
border-color: #0B253B;
}
</style>