Shades of Blue Whale #0B2D4D
Tints of Blue Whale #0B2D4D
RGB
CMYK
RGB Variations
Color information
#0B2D4D (or 0x0B2D4D) is known color: Blue Whale. HEX triplet: 0B, 2D and 4D. RGB value is (11,45,77). Sum of RGB (Red+Green+Blue) = 11+45+77=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B2D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2D4D is #F4D2B2. Grayscale: #262626. Windows color (decimal): -16044723 or 5057803. OLE color: 5057803.
HSL color Cylindrical-coordinate representation of color #0B2D4D: hue angle of 209.09º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B2D4D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 45 | 77 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.70 |
| HSL | 209.09º | 0.75% | 0.17% | - |
| HSV(B) | 209.09º | 0.86% | 0.3% | - |
| XYZ | 2.42 | 2.48 | 7.37 | - |
| YUV | 38.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 77 | 0.86 | 0.42 | 0 | 0.70 | 209.09 | 0.75 | 0.17 |
| Hex | B | 2D | 4D | 56 | 2A | 0 | 46 | D1 | 4B | 11 |
| Octal | 13 | 55 | 115 | 126 | 52 | 0 | 106 | 321 | 113 | 21 |
| Binary | 1011 | 101101 | 1001101 | 1010110 | 101010 | 0 | 1000110 | 11010001 | 1001011 | 10001 |
Color Harmonies of #0B2D4D
Complementary color
Monochromatic Colors of #0B2D4D
Black with #0B2D4D
Text Example
Text Example
White with #0B2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2D4D; }
p { color: rgb(11,45,77); }
H1.HeaderClassName
{
color: #0B2D4D;
}
.AnyTagClassName
{
color: #0B2D4D;
}
</style>
background-color css
<style>
a { background-color: #0B2D4D; }
a { background-color: rgb(11,45,77); }
div.DivClassName
{
background-color: #0B2D4D;
}
.BgClassName
{
background-color: #0B2D4D;
}
</style>
border-color css
<style>
span { border-color: #0B2D4D; }
span { border-color: rgb(11,45,77); }
td.TdClassName
{
border-color: #0B2D4D;
}
.TagClassName
{
border-color: #0B2D4D;
}
</style>