Shades of Tangaroa #0B203E
Tints of Tangaroa #0B203E
RGB
CMYK
RGB Variations
Color information
#0B203E (or 0x0B203E) is known color: Tangaroa. HEX triplet: 0B, 20 and 3E. RGB value is (11,32,62). Sum of RGB (Red+Green+Blue) = 11+32+62=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 62 (24.61% from 255 or 59.05% from 105); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B203E is #F4DFC1. Grayscale: #1D1D1D. Windows color (decimal): -16048066 or 4071435. OLE color: 4071435.
HSL color Cylindrical-coordinate representation of color #0B203E: hue angle of 215.29º degrees, saturation: 0.7, 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 #0B203E is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 32 | 62 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.76 |
| HSL | 215.29º | 0.7% | 0.14% | - |
| HSV(B) | 215.29º | 0.82% | 0.24% | - |
| XYZ | 1.52 | 1.45 | 4.76 | - |
| YUV | 29.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 62 | 0.82 | 0.48 | 0 | 0.76 | 215.29 | 0.7 | 0.14 |
| Hex | B | 20 | 3E | 52 | 30 | 0 | 4C | D7 | 46 | E |
| Octal | 13 | 40 | 76 | 122 | 60 | 0 | 114 | 327 | 106 | 16 |
| Binary | 1011 | 100000 | 111110 | 1010010 | 110000 | 0 | 1001100 | 11010111 | 1000110 | 1110 |
Color Harmonies of #0B203E
Complementary color
Monochromatic Colors of #0B203E
Black with #0B203E
Text Example
Text Example
White with #0B203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B203E; }
p { color: rgb(11,32,62); }
H1.HeaderClassName
{
color: #0B203E;
}
.AnyTagClassName
{
color: #0B203E;
}
</style>
background-color css
<style>
a { background-color: #0B203E; }
a { background-color: rgb(11,32,62); }
div.DivClassName
{
background-color: #0B203E;
}
.BgClassName
{
background-color: #0B203E;
}
</style>
border-color css
<style>
span { border-color: #0B203E; }
span { border-color: rgb(11,32,62); }
td.TdClassName
{
border-color: #0B203E;
}
.TagClassName
{
border-color: #0B203E;
}
</style>