Shades of Blue Whale #0B303E
Tints of Blue Whale #0B303E
RGB
CMYK
RGB Variations
Color information
#0B303E (or 0x0B303E) is known color: Blue Whale. HEX triplet: 0B, 30 and 3E. RGB value is (11,48,62). Sum of RGB (Red+Green+Blue) = 11+48+62=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B303E is #F4CFC1. Grayscale: #262626. Windows color (decimal): -16043970 or 4075531. OLE color: 4075531.
HSL color Cylindrical-coordinate representation of color #0B303E: hue angle of 196.47º degrees, saturation: 0.7, 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 #0B303E is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 48 | 62 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.76 |
| HSL | 196.47º | 0.7% | 0.14% | - |
| HSV(B) | 196.47º | 0.82% | 0.24% | - |
| XYZ | 2.06 | 2.53 | 4.94 | - |
| YUV | 38.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 62 | 0.82 | 0.23 | 0 | 0.76 | 196.47 | 0.7 | 0.14 |
| Hex | B | 30 | 3E | 52 | 17 | 0 | 4C | C4 | 46 | E |
| Octal | 13 | 60 | 76 | 122 | 27 | 0 | 114 | 304 | 106 | 16 |
| Binary | 1011 | 110000 | 111110 | 1010010 | 10111 | 0 | 1001100 | 11000100 | 1000110 | 1110 |
Color Harmonies of #0B303E
Complementary color
Monochromatic Colors of #0B303E
Black with #0B303E
Text Example
Text Example
White with #0B303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B303E; }
p { color: rgb(11,48,62); }
H1.HeaderClassName
{
color: #0B303E;
}
.AnyTagClassName
{
color: #0B303E;
}
</style>
background-color css
<style>
a { background-color: #0B303E; }
a { background-color: rgb(11,48,62); }
div.DivClassName
{
background-color: #0B303E;
}
.BgClassName
{
background-color: #0B303E;
}
</style>
border-color css
<style>
span { border-color: #0B303E; }
span { border-color: rgb(11,48,62); }
td.TdClassName
{
border-color: #0B303E;
}
.TagClassName
{
border-color: #0B303E;
}
</style>