Shades of Tangaroa #0B283D
Tints of Tangaroa #0B283D
RGB
CMYK
RGB Variations
Color information
#0B283D (or 0x0B283D) is known color: Tangaroa. HEX triplet: 0B, 28 and 3D. RGB value is (11,40,61). Sum of RGB (Red+Green+Blue) = 11+40+61=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B283D is #F4D7C2. Grayscale: #212121. Windows color (decimal): -16046019 or 4007947. OLE color: 4007947.
HSL color Cylindrical-coordinate representation of color #0B283D: hue angle of 205.2º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B283D is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 40 | 61 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.76 |
| HSL | 205.2º | 0.69% | 0.14% | - |
| HSV(B) | 205.2º | 0.82% | 0.24% | - |
| XYZ | 1.74 | 1.93 | 4.69 | - |
| YUV | 33.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 61 | 0.82 | 0.34 | 0 | 0.76 | 205.2 | 0.69 | 0.14 |
| Hex | B | 28 | 3D | 52 | 22 | 0 | 4C | CD | 45 | E |
| Octal | 13 | 50 | 75 | 122 | 42 | 0 | 114 | 315 | 105 | 16 |
| Binary | 1011 | 101000 | 111101 | 1010010 | 100010 | 0 | 1001100 | 11001101 | 1000101 | 1110 |
Color Harmonies of #0B283D
Complementary color
Monochromatic Colors of #0B283D
Black with #0B283D
Text Example
Text Example
White with #0B283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B283D; }
p { color: rgb(11,40,61); }
H1.HeaderClassName
{
color: #0B283D;
}
.AnyTagClassName
{
color: #0B283D;
}
</style>
background-color css
<style>
a { background-color: #0B283D; }
a { background-color: rgb(11,40,61); }
div.DivClassName
{
background-color: #0B283D;
}
.BgClassName
{
background-color: #0B283D;
}
</style>
border-color css
<style>
span { border-color: #0B283D; }
span { border-color: rgb(11,40,61); }
td.TdClassName
{
border-color: #0B283D;
}
.TagClassName
{
border-color: #0B283D;
}
</style>