Shades of Blue Whale #0B3651
Tints of Blue Whale #0B3651
RGB
CMYK
RGB Variations
Color information
#0B3651 (or 0x0B3651) is known color: Blue Whale. HEX triplet: 0B, 36 and 51. RGB value is (11,54,81). Sum of RGB (Red+Green+Blue) = 11+54+81=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3651 is #F4C9AE. Grayscale: #2C2C2C. Windows color (decimal): -16042415 or 5322251. OLE color: 5322251.
HSL color Cylindrical-coordinate representation of color #0B3651: hue angle of 203.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3651 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 54 | 81 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.68 |
| HSL | 203.14º | 0.76% | 0.18% | - |
| HSV(B) | 203.14º | 0.86% | 0.32% | - |
| XYZ | 2.94 | 3.3 | 8.27 | - |
| YUV | 44.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 81 | 0.86 | 0.33 | 0 | 0.68 | 203.14 | 0.76 | 0.18 |
| Hex | B | 36 | 51 | 56 | 21 | 0 | 44 | CB | 4C | 12 |
| Octal | 13 | 66 | 121 | 126 | 41 | 0 | 104 | 313 | 114 | 22 |
| Binary | 1011 | 110110 | 1010001 | 1010110 | 100001 | 0 | 1000100 | 11001011 | 1001100 | 10010 |
Color Harmonies of #0B3651
Complementary color
Monochromatic Colors of #0B3651
Black with #0B3651
Text Example
Text Example
White with #0B3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3651; }
p { color: rgb(11,54,81); }
H1.HeaderClassName
{
color: #0B3651;
}
.AnyTagClassName
{
color: #0B3651;
}
</style>
background-color css
<style>
a { background-color: #0B3651; }
a { background-color: rgb(11,54,81); }
div.DivClassName
{
background-color: #0B3651;
}
.BgClassName
{
background-color: #0B3651;
}
</style>
border-color css
<style>
span { border-color: #0B3651; }
span { border-color: rgb(11,54,81); }
td.TdClassName
{
border-color: #0B3651;
}
.TagClassName
{
border-color: #0B3651;
}
</style>