Shades of Blue Whale #0B3550
Tints of Blue Whale #0B3550
RGB
CMYK
RGB Variations
Color information
#0B3550 (or 0x0B3550) is known color: Blue Whale. HEX triplet: 0B, 35 and 50. RGB value is (11,53,80). Sum of RGB (Red+Green+Blue) = 11+53+80=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B3550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3550 is #F4CAAF. Grayscale: #2B2B2B. Windows color (decimal): -16042672 or 5256459. OLE color: 5256459.
HSL color Cylindrical-coordinate representation of color #0B3550: hue angle of 203.48º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3550 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 53 | 80 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.69 |
| HSL | 203.48º | 0.76% | 0.18% | - |
| HSV(B) | 203.48º | 0.86% | 0.31% | - |
| XYZ | 2.86 | 3.2 | 8.06 | - |
| YUV | 43.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 80 | 0.86 | 0.34 | 0 | 0.69 | 203.48 | 0.76 | 0.18 |
| Hex | B | 35 | 50 | 56 | 22 | 0 | 45 | CB | 4C | 12 |
| Octal | 13 | 65 | 120 | 126 | 42 | 0 | 105 | 313 | 114 | 22 |
| Binary | 1011 | 110101 | 1010000 | 1010110 | 100010 | 0 | 1000101 | 11001011 | 1001100 | 10010 |
Color Harmonies of #0B3550
Complementary color
Monochromatic Colors of #0B3550
Black with #0B3550
Text Example
Text Example
White with #0B3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3550; }
p { color: rgb(11,53,80); }
H1.HeaderClassName
{
color: #0B3550;
}
.AnyTagClassName
{
color: #0B3550;
}
</style>
background-color css
<style>
a { background-color: #0B3550; }
a { background-color: rgb(11,53,80); }
div.DivClassName
{
background-color: #0B3550;
}
.BgClassName
{
background-color: #0B3550;
}
</style>
border-color css
<style>
span { border-color: #0B3550; }
span { border-color: rgb(11,53,80); }
td.TdClassName
{
border-color: #0B3550;
}
.TagClassName
{
border-color: #0B3550;
}
</style>