Shades of Blue Whale #0B3041
Tints of Blue Whale #0B3041
RGB
CMYK
RGB Variations
Color information
#0B3041 (or 0x0B3041) is known color: Blue Whale. HEX triplet: 0B, 30 and 41. RGB value is (11,48,65). Sum of RGB (Red+Green+Blue) = 11+48+65=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #0B3041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3041 is #F4CFBE. Grayscale: #262626. Windows color (decimal): -16043967 or 4272139. OLE color: 4272139.
HSL color Cylindrical-coordinate representation of color #0B3041: hue angle of 198.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3041 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 48 | 65 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.75 |
| HSL | 198.89º | 0.71% | 0.15% | - |
| HSV(B) | 198.89º | 0.83% | 0.25% | - |
| XYZ | 2.15 | 2.57 | 5.38 | - |
| YUV | 38.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 65 | 0.83 | 0.26 | 0 | 0.75 | 198.89 | 0.71 | 0.15 |
| Hex | B | 30 | 41 | 53 | 1A | 0 | 4B | C7 | 47 | F |
| Octal | 13 | 60 | 101 | 123 | 32 | 0 | 113 | 307 | 107 | 17 |
| Binary | 1011 | 110000 | 1000001 | 1010011 | 11010 | 0 | 1001011 | 11000111 | 1000111 | 1111 |
Color Harmonies of #0B3041
Complementary color
Monochromatic Colors of #0B3041
Black with #0B3041
Text Example
Text Example
White with #0B3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3041; }
p { color: rgb(11,48,65); }
H1.HeaderClassName
{
color: #0B3041;
}
.AnyTagClassName
{
color: #0B3041;
}
</style>
background-color css
<style>
a { background-color: #0B3041; }
a { background-color: rgb(11,48,65); }
div.DivClassName
{
background-color: #0B3041;
}
.BgClassName
{
background-color: #0B3041;
}
</style>
border-color css
<style>
span { border-color: #0B3041; }
span { border-color: rgb(11,48,65); }
td.TdClassName
{
border-color: #0B3041;
}
.TagClassName
{
border-color: #0B3041;
}
</style>