Shades of Blue Whale #0B2D47
Tints of Blue Whale #0B2D47
RGB
CMYK
RGB Variations
Color information
#0B2D47 (or 0x0B2D47) is known color: Blue Whale. HEX triplet: 0B, 2D and 47. RGB value is (11,45,71). Sum of RGB (Red+Green+Blue) = 11+45+71=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B2D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2D47 is #F4D2B8. Grayscale: #252525. Windows color (decimal): -16044729 or 4664587. OLE color: 4664587.
HSL color Cylindrical-coordinate representation of color #0B2D47: hue angle of 206º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2D47 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 45 | 71 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.72 |
| HSL | 206º | 0.73% | 0.16% | - |
| HSV(B) | 206º | 0.85% | 0.28% | - |
| XYZ | 2.21 | 2.4 | 6.31 | - |
| YUV | 37.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 71 | 0.85 | 0.37 | 0 | 0.72 | 206 | 0.73 | 0.16 |
| Hex | B | 2D | 47 | 55 | 25 | 0 | 48 | CE | 49 | 10 |
| Octal | 13 | 55 | 107 | 125 | 45 | 0 | 110 | 316 | 111 | 20 |
| Binary | 1011 | 101101 | 1000111 | 1010101 | 100101 | 0 | 1001000 | 11001110 | 1001001 | 10000 |
Color Harmonies of #0B2D47
Complementary color
Monochromatic Colors of #0B2D47
Black with #0B2D47
Text Example
Text Example
White with #0B2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2D47; }
p { color: rgb(11,45,71); }
H1.HeaderClassName
{
color: #0B2D47;
}
.AnyTagClassName
{
color: #0B2D47;
}
</style>
background-color css
<style>
a { background-color: #0B2D47; }
a { background-color: rgb(11,45,71); }
div.DivClassName
{
background-color: #0B2D47;
}
.BgClassName
{
background-color: #0B2D47;
}
</style>
border-color css
<style>
span { border-color: #0B2D47; }
span { border-color: rgb(11,45,71); }
td.TdClassName
{
border-color: #0B2D47;
}
.TagClassName
{
border-color: #0B2D47;
}
</style>