Shades of Blue Whale #0B2F45
Tints of Blue Whale #0B2F45
RGB
CMYK
RGB Variations
Color information
#0B2F45 (or 0x0B2F45) is known color: Blue Whale. HEX triplet: 0B, 2F and 45. RGB value is (11,47,69). Sum of RGB (Red+Green+Blue) = 11+47+69=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B2F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F45 is #F4D0BA. Grayscale: #262626. Windows color (decimal): -16044219 or 4534027. OLE color: 4534027.
HSL color Cylindrical-coordinate representation of color #0B2F45: hue angle of 202.76º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2F45 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 47 | 69 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.73 |
| HSL | 202.76º | 0.73% | 0.16% | - |
| HSV(B) | 202.76º | 0.84% | 0.27% | - |
| XYZ | 2.23 | 2.53 | 6 | - |
| YUV | 38.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 69 | 0.84 | 0.32 | 0 | 0.73 | 202.76 | 0.73 | 0.16 |
| Hex | B | 2F | 45 | 54 | 20 | 0 | 49 | CB | 48 | 10 |
| Octal | 13 | 57 | 105 | 124 | 40 | 0 | 111 | 313 | 110 | 20 |
| Binary | 1011 | 101111 | 1000101 | 1010100 | 100000 | 0 | 1001001 | 11001011 | 1001000 | 10000 |
Color Harmonies of #0B2F45
Complementary color
Monochromatic Colors of #0B2F45
Black with #0B2F45
Text Example
Text Example
White with #0B2F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F45; }
p { color: rgb(11,47,69); }
H1.HeaderClassName
{
color: #0B2F45;
}
.AnyTagClassName
{
color: #0B2F45;
}
</style>
background-color css
<style>
a { background-color: #0B2F45; }
a { background-color: rgb(11,47,69); }
div.DivClassName
{
background-color: #0B2F45;
}
.BgClassName
{
background-color: #0B2F45;
}
</style>
border-color css
<style>
span { border-color: #0B2F45; }
span { border-color: rgb(11,47,69); }
td.TdClassName
{
border-color: #0B2F45;
}
.TagClassName
{
border-color: #0B2F45;
}
</style>