Shades of Blue Whale #0B2F41
Tints of Blue Whale #0B2F41
RGB
CMYK
RGB Variations
Color information
#0B2F41 (or 0x0B2F41) is known color: Blue Whale. HEX triplet: 0B, 2F and 41. RGB value is (11,47,65). Sum of RGB (Red+Green+Blue) = 11+47+65=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #0B2F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F41 is #F4D0BE. Grayscale: #262626. Windows color (decimal): -16044223 or 4271883. OLE color: 4271883.
HSL color Cylindrical-coordinate representation of color #0B2F41: hue angle of 200º 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 #0B2F41 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 47 | 65 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.75 |
| HSL | 200º | 0.71% | 0.15% | - |
| HSV(B) | 200º | 0.83% | 0.25% | - |
| XYZ | 2.11 | 2.49 | 5.37 | - |
| YUV | 38.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 65 | 0.83 | 0.28 | 0 | 0.75 | 200 | 0.71 | 0.15 |
| Hex | B | 2F | 41 | 53 | 1C | 0 | 4B | C8 | 47 | F |
| Octal | 13 | 57 | 101 | 123 | 34 | 0 | 113 | 310 | 107 | 17 |
| Binary | 1011 | 101111 | 1000001 | 1010011 | 11100 | 0 | 1001011 | 11001000 | 1000111 | 1111 |
Color Harmonies of #0B2F41
Complementary color
Monochromatic Colors of #0B2F41
Black with #0B2F41
Text Example
Text Example
White with #0B2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F41; }
p { color: rgb(11,47,65); }
H1.HeaderClassName
{
color: #0B2F41;
}
.AnyTagClassName
{
color: #0B2F41;
}
</style>
background-color css
<style>
a { background-color: #0B2F41; }
a { background-color: rgb(11,47,65); }
div.DivClassName
{
background-color: #0B2F41;
}
.BgClassName
{
background-color: #0B2F41;
}
</style>
border-color css
<style>
span { border-color: #0B2F41; }
span { border-color: rgb(11,47,65); }
td.TdClassName
{
border-color: #0B2F41;
}
.TagClassName
{
border-color: #0B2F41;
}
</style>