Shades of Blue Whale #0B2C47
Tints of Blue Whale #0B2C47
RGB
CMYK
RGB Variations
Color information
#0B2C47 (or 0x0B2C47) is known color: Blue Whale. HEX triplet: 0B, 2C and 47. RGB value is (11,44,71). Sum of RGB (Red+Green+Blue) = 11+44+71=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B2C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C47 is #F4D3B8. Grayscale: #252525. Windows color (decimal): -16044985 or 4664331. OLE color: 4664331.
HSL color Cylindrical-coordinate representation of color #0B2C47: hue angle of 207º 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 #0B2C47 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 44 | 71 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.72 |
| HSL | 207º | 0.73% | 0.16% | - |
| HSV(B) | 207º | 0.85% | 0.28% | - |
| XYZ | 2.18 | 2.33 | 6.3 | - |
| YUV | 37.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 71 | 0.85 | 0.38 | 0 | 0.72 | 207 | 0.73 | 0.16 |
| Hex | B | 2C | 47 | 55 | 26 | 0 | 48 | CF | 49 | 10 |
| Octal | 13 | 54 | 107 | 125 | 46 | 0 | 110 | 317 | 111 | 20 |
| Binary | 1011 | 101100 | 1000111 | 1010101 | 100110 | 0 | 1001000 | 11001111 | 1001001 | 10000 |
Color Harmonies of #0B2C47
Complementary color
Monochromatic Colors of #0B2C47
Black with #0B2C47
Text Example
Text Example
White with #0B2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C47; }
p { color: rgb(11,44,71); }
H1.HeaderClassName
{
color: #0B2C47;
}
.AnyTagClassName
{
color: #0B2C47;
}
</style>
background-color css
<style>
a { background-color: #0B2C47; }
a { background-color: rgb(11,44,71); }
div.DivClassName
{
background-color: #0B2C47;
}
.BgClassName
{
background-color: #0B2C47;
}
</style>
border-color css
<style>
span { border-color: #0B2C47; }
span { border-color: rgb(11,44,71); }
td.TdClassName
{
border-color: #0B2C47;
}
.TagClassName
{
border-color: #0B2C47;
}
</style>