Shades of Tangaroa #0B1D35
Tints of Tangaroa #0B1D35
RGB
CMYK
RGB Variations
Color information
#0B1D35 (or 0x0B1D35) is known color: Tangaroa. HEX triplet: 0B, 1D and 35. RGB value is (11,29,53). Sum of RGB (Red+Green+Blue) = 11+29+53=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B1D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D35 is #F4E2CA. Grayscale: #1A1A1A. Windows color (decimal): -16048843 or 3480843. OLE color: 3480843.
HSL color Cylindrical-coordinate representation of color #0B1D35: hue angle of 214.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1D35 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 29 | 53 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.79 |
| HSL | 214.29º | 0.66% | 0.13% | - |
| HSV(B) | 214.29º | 0.79% | 0.21% | - |
| XYZ | 1.22 | 1.21 | 3.54 | - |
| YUV | 26.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 53 | 0.79 | 0.45 | 0 | 0.79 | 214.29 | 0.66 | 0.13 |
| Hex | B | 1D | 35 | 4F | 2D | 0 | 4F | D6 | 42 | D |
| Octal | 13 | 35 | 65 | 117 | 55 | 0 | 117 | 326 | 102 | 15 |
| Binary | 1011 | 11101 | 110101 | 1001111 | 101101 | 0 | 1001111 | 11010110 | 1000010 | 1101 |
Color Harmonies of #0B1D35
Complementary color
Monochromatic Colors of #0B1D35
Black with #0B1D35
Text Example
Text Example
White with #0B1D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D35; }
p { color: rgb(11,29,53); }
H1.HeaderClassName
{
color: #0B1D35;
}
.AnyTagClassName
{
color: #0B1D35;
}
</style>
background-color css
<style>
a { background-color: #0B1D35; }
a { background-color: rgb(11,29,53); }
div.DivClassName
{
background-color: #0B1D35;
}
.BgClassName
{
background-color: #0B1D35;
}
</style>
border-color css
<style>
span { border-color: #0B1D35; }
span { border-color: rgb(11,29,53); }
td.TdClassName
{
border-color: #0B1D35;
}
.TagClassName
{
border-color: #0B1D35;
}
</style>