Shades of Tangaroa #0B1E37
Tints of Tangaroa #0B1E37
RGB
CMYK
RGB Variations
Color information
#0B1E37 (or 0x0B1E37) is known color: Tangaroa. HEX triplet: 0B, 1E and 37. RGB value is (11,30,55). Sum of RGB (Red+Green+Blue) = 11+30+55=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B1E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1E37 is #F4E1C8. Grayscale: #1B1B1B. Windows color (decimal): -16048585 or 3612171. OLE color: 3612171.
HSL color Cylindrical-coordinate representation of color #0B1E37: hue angle of 214.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1E37 is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 30 | 55 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.78 |
| HSL | 214.09º | 0.67% | 0.13% | - |
| HSV(B) | 214.09º | 0.8% | 0.22% | - |
| XYZ | 1.29 | 1.28 | 3.79 | - |
| YUV | 27.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 55 | 0.8 | 0.45 | 0 | 0.78 | 214.09 | 0.67 | 0.13 |
| Hex | B | 1E | 37 | 50 | 2D | 0 | 4E | D6 | 43 | D |
| Octal | 13 | 36 | 67 | 120 | 55 | 0 | 116 | 326 | 103 | 15 |
| Binary | 1011 | 11110 | 110111 | 1010000 | 101101 | 0 | 1001110 | 11010110 | 1000011 | 1101 |
Color Harmonies of #0B1E37
Complementary color
Monochromatic Colors of #0B1E37
Black with #0B1E37
Text Example
Text Example
White with #0B1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E37; }
p { color: rgb(11,30,55); }
H1.HeaderClassName
{
color: #0B1E37;
}
.AnyTagClassName
{
color: #0B1E37;
}
</style>
background-color css
<style>
a { background-color: #0B1E37; }
a { background-color: rgb(11,30,55); }
div.DivClassName
{
background-color: #0B1E37;
}
.BgClassName
{
background-color: #0B1E37;
}
</style>
border-color css
<style>
span { border-color: #0B1E37; }
span { border-color: rgb(11,30,55); }
td.TdClassName
{
border-color: #0B1E37;
}
.TagClassName
{
border-color: #0B1E37;
}
</style>