Shades of Blue Whale #0B2F47
Tints of Blue Whale #0B2F47
RGB
CMYK
RGB Variations
Color information
#0B2F47 (or 0x0B2F47) is known color: Blue Whale. HEX triplet: 0B, 2F and 47. RGB value is (11,47,71). Sum of RGB (Red+Green+Blue) = 11+47+71=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B2F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F47 is #F4D0B8. Grayscale: #262626. Windows color (decimal): -16044217 or 4665099. OLE color: 4665099.
HSL color Cylindrical-coordinate representation of color #0B2F47: hue angle of 204º 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 #0B2F47 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 47 | 71 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.72 |
| HSL | 204º | 0.73% | 0.16% | - |
| HSV(B) | 204º | 0.85% | 0.28% | - |
| XYZ | 2.29 | 2.56 | 6.33 | - |
| YUV | 38.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 71 | 0.85 | 0.34 | 0 | 0.72 | 204 | 0.73 | 0.16 |
| Hex | B | 2F | 47 | 55 | 22 | 0 | 48 | CC | 49 | 10 |
| Octal | 13 | 57 | 107 | 125 | 42 | 0 | 110 | 314 | 111 | 20 |
| Binary | 1011 | 101111 | 1000111 | 1010101 | 100010 | 0 | 1001000 | 11001100 | 1001001 | 10000 |
Color Harmonies of #0B2F47
Complementary color
Monochromatic Colors of #0B2F47
Black with #0B2F47
Text Example
Text Example
White with #0B2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F47; }
p { color: rgb(11,47,71); }
H1.HeaderClassName
{
color: #0B2F47;
}
.AnyTagClassName
{
color: #0B2F47;
}
</style>
background-color css
<style>
a { background-color: #0B2F47; }
a { background-color: rgb(11,47,71); }
div.DivClassName
{
background-color: #0B2F47;
}
.BgClassName
{
background-color: #0B2F47;
}
</style>
border-color css
<style>
span { border-color: #0B2F47; }
span { border-color: rgb(11,47,71); }
td.TdClassName
{
border-color: #0B2F47;
}
.TagClassName
{
border-color: #0B2F47;
}
</style>