Shades of Blue Whale #0B384C
Tints of Blue Whale #0B384C
RGB
CMYK
RGB Variations
Color information
#0B384C (or 0x0B384C) is known color: Blue Whale. HEX triplet: 0B, 38 and 4C. RGB value is (11,56,76). Sum of RGB (Red+Green+Blue) = 11+56+76=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B384C is #F4C7B3. Grayscale: #2C2C2C. Windows color (decimal): -16041908 or 4995083. OLE color: 4995083.
HSL color Cylindrical-coordinate representation of color #0B384C: hue angle of 198.46º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B384C is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 56 | 76 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.70 |
| HSL | 198.46º | 0.75% | 0.17% | - |
| HSV(B) | 198.46º | 0.86% | 0.3% | - |
| XYZ | 2.86 | 3.42 | 7.35 | - |
| YUV | 44.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 76 | 0.86 | 0.26 | 0 | 0.70 | 198.46 | 0.75 | 0.17 |
| Hex | B | 38 | 4C | 56 | 1A | 0 | 46 | C6 | 4B | 11 |
| Octal | 13 | 70 | 114 | 126 | 32 | 0 | 106 | 306 | 113 | 21 |
| Binary | 1011 | 111000 | 1001100 | 1010110 | 11010 | 0 | 1000110 | 11000110 | 1001011 | 10001 |
Color Harmonies of #0B384C
Complementary color
Monochromatic Colors of #0B384C
Black with #0B384C
Text Example
Text Example
White with #0B384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B384C; }
p { color: rgb(11,56,76); }
H1.HeaderClassName
{
color: #0B384C;
}
.AnyTagClassName
{
color: #0B384C;
}
</style>
background-color css
<style>
a { background-color: #0B384C; }
a { background-color: rgb(11,56,76); }
div.DivClassName
{
background-color: #0B384C;
}
.BgClassName
{
background-color: #0B384C;
}
</style>
border-color css
<style>
span { border-color: #0B384C; }
span { border-color: rgb(11,56,76); }
td.TdClassName
{
border-color: #0B384C;
}
.TagClassName
{
border-color: #0B384C;
}
</style>