Shades of Blue Whale #0B303D
Tints of Blue Whale #0B303D
RGB
CMYK
RGB Variations
Color information
#0B303D (or 0x0B303D) is known color: Blue Whale. HEX triplet: 0B, 30 and 3D. RGB value is (11,48,61). Sum of RGB (Red+Green+Blue) = 11+48+61=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B303D is #F4CFC2. Grayscale: #262626. Windows color (decimal): -16043971 or 4009995. OLE color: 4009995.
HSL color Cylindrical-coordinate representation of color #0B303D: hue angle of 195.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B303D is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 48 | 61 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.76 |
| HSL | 195.6º | 0.69% | 0.14% | - |
| HSV(B) | 195.6º | 0.82% | 0.24% | - |
| XYZ | 2.04 | 2.52 | 4.79 | - |
| YUV | 38.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 61 | 0.82 | 0.21 | 0 | 0.76 | 195.6 | 0.69 | 0.14 |
| Hex | B | 30 | 3D | 52 | 15 | 0 | 4C | C4 | 45 | E |
| Octal | 13 | 60 | 75 | 122 | 25 | 0 | 114 | 304 | 105 | 16 |
| Binary | 1011 | 110000 | 111101 | 1010010 | 10101 | 0 | 1001100 | 11000100 | 1000101 | 1110 |
Color Harmonies of #0B303D
Complementary color
Monochromatic Colors of #0B303D
Black with #0B303D
Text Example
Text Example
White with #0B303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B303D; }
p { color: rgb(11,48,61); }
H1.HeaderClassName
{
color: #0B303D;
}
.AnyTagClassName
{
color: #0B303D;
}
</style>
background-color css
<style>
a { background-color: #0B303D; }
a { background-color: rgb(11,48,61); }
div.DivClassName
{
background-color: #0B303D;
}
.BgClassName
{
background-color: #0B303D;
}
</style>
border-color css
<style>
span { border-color: #0B303D; }
span { border-color: rgb(11,48,61); }
td.TdClassName
{
border-color: #0B303D;
}
.TagClassName
{
border-color: #0B303D;
}
</style>