Shades of Blue Whale #0B384B
Tints of Blue Whale #0B384B
RGB
CMYK
RGB Variations
Color information
#0B384B (or 0x0B384B) is known color: Blue Whale. HEX triplet: 0B, 38 and 4B. RGB value is (11,56,75). Sum of RGB (Red+Green+Blue) = 11+56+75=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B384B is #F4C7B4. Grayscale: #2C2C2C. Windows color (decimal): -16041909 or 4929547. OLE color: 4929547.
HSL color Cylindrical-coordinate representation of color #0B384B: hue angle of 197.81º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B384B is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 56 | 75 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.71 |
| HSL | 197.81º | 0.74% | 0.17% | - |
| HSV(B) | 197.81º | 0.85% | 0.29% | - |
| XYZ | 2.82 | 3.41 | 7.17 | - |
| YUV | 44.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 75 | 0.85 | 0.25 | 0 | 0.71 | 197.81 | 0.74 | 0.17 |
| Hex | B | 38 | 4B | 55 | 19 | 0 | 47 | C6 | 4A | 11 |
| Octal | 13 | 70 | 113 | 125 | 31 | 0 | 107 | 306 | 112 | 21 |
| Binary | 1011 | 111000 | 1001011 | 1010101 | 11001 | 0 | 1000111 | 11000110 | 1001010 | 10001 |
Color Harmonies of #0B384B
Complementary color
Monochromatic Colors of #0B384B
Black with #0B384B
Text Example
Text Example
White with #0B384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B384B; }
p { color: rgb(11,56,75); }
H1.HeaderClassName
{
color: #0B384B;
}
.AnyTagClassName
{
color: #0B384B;
}
</style>
background-color css
<style>
a { background-color: #0B384B; }
a { background-color: rgb(11,56,75); }
div.DivClassName
{
background-color: #0B384B;
}
.BgClassName
{
background-color: #0B384B;
}
</style>
border-color css
<style>
span { border-color: #0B384B; }
span { border-color: rgb(11,56,75); }
td.TdClassName
{
border-color: #0B384B;
}
.TagClassName
{
border-color: #0B384B;
}
</style>