Shades of Blue Whale #0B3249
Tints of Blue Whale #0B3249
RGB
CMYK
RGB Variations
Color information
#0B3249 (or 0x0B3249) is known color: Blue Whale. HEX triplet: 0B, 32 and 49. RGB value is (11,50,73). Sum of RGB (Red+Green+Blue) = 11+50+73=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B3249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3249 is #F4CDB6. Grayscale: #282828. Windows color (decimal): -16043447 or 4796939. OLE color: 4796939.
HSL color Cylindrical-coordinate representation of color #0B3249: hue angle of 202.26º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3249 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 50 | 73 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.71 |
| HSL | 202.26º | 0.74% | 0.16% | - |
| HSV(B) | 202.26º | 0.85% | 0.29% | - |
| XYZ | 2.48 | 2.83 | 6.72 | - |
| YUV | 40.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 73 | 0.85 | 0.32 | 0 | 0.71 | 202.26 | 0.74 | 0.16 |
| Hex | B | 32 | 49 | 55 | 20 | 0 | 47 | CA | 4A | 10 |
| Octal | 13 | 62 | 111 | 125 | 40 | 0 | 107 | 312 | 112 | 20 |
| Binary | 1011 | 110010 | 1001001 | 1010101 | 100000 | 0 | 1000111 | 11001010 | 1001010 | 10000 |
Color Harmonies of #0B3249
Complementary color
Monochromatic Colors of #0B3249
Black with #0B3249
Text Example
Text Example
White with #0B3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3249; }
p { color: rgb(11,50,73); }
H1.HeaderClassName
{
color: #0B3249;
}
.AnyTagClassName
{
color: #0B3249;
}
</style>
background-color css
<style>
a { background-color: #0B3249; }
a { background-color: rgb(11,50,73); }
div.DivClassName
{
background-color: #0B3249;
}
.BgClassName
{
background-color: #0B3249;
}
</style>
border-color css
<style>
span { border-color: #0B3249; }
span { border-color: rgb(11,50,73); }
td.TdClassName
{
border-color: #0B3249;
}
.TagClassName
{
border-color: #0B3249;
}
</style>