Shades of Blue Whale #0B3047
Tints of Blue Whale #0B3047
RGB
CMYK
RGB Variations
Color information
#0B3047 (or 0x0B3047) is known color: Blue Whale. HEX triplet: 0B, 30 and 47. RGB value is (11,48,71). Sum of RGB (Red+Green+Blue) = 11+48+71=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B3047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3047 is #F4CFB8. Grayscale: #272727. Windows color (decimal): -16043961 or 4665355. OLE color: 4665355.
HSL color Cylindrical-coordinate representation of color #0B3047: hue angle of 203º 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 #0B3047 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 48 | 71 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.72 |
| HSL | 203º | 0.73% | 0.16% | - |
| HSV(B) | 203º | 0.85% | 0.28% | - |
| XYZ | 2.33 | 2.64 | 6.35 | - |
| YUV | 39.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 71 | 0.85 | 0.32 | 0 | 0.72 | 203 | 0.73 | 0.16 |
| Hex | B | 30 | 47 | 55 | 20 | 0 | 48 | CB | 49 | 10 |
| Octal | 13 | 60 | 107 | 125 | 40 | 0 | 110 | 313 | 111 | 20 |
| Binary | 1011 | 110000 | 1000111 | 1010101 | 100000 | 0 | 1001000 | 11001011 | 1001001 | 10000 |
Color Harmonies of #0B3047
Complementary color
Monochromatic Colors of #0B3047
Black with #0B3047
Text Example
Text Example
White with #0B3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3047; }
p { color: rgb(11,48,71); }
H1.HeaderClassName
{
color: #0B3047;
}
.AnyTagClassName
{
color: #0B3047;
}
</style>
background-color css
<style>
a { background-color: #0B3047; }
a { background-color: rgb(11,48,71); }
div.DivClassName
{
background-color: #0B3047;
}
.BgClassName
{
background-color: #0B3047;
}
</style>
border-color css
<style>
span { border-color: #0B3047; }
span { border-color: rgb(11,48,71); }
td.TdClassName
{
border-color: #0B3047;
}
.TagClassName
{
border-color: #0B3047;
}
</style>