Shades of Blue Whale #0B354D
Tints of Blue Whale #0B354D
RGB
CMYK
RGB Variations
Color information
#0B354D (or 0x0B354D) is known color: Blue Whale. HEX triplet: 0B, 35 and 4D. RGB value is (11,53,77). Sum of RGB (Red+Green+Blue) = 11+53+77=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B354D is #F4CAB2. Grayscale: #2B2B2B. Windows color (decimal): -16042675 or 5059851. OLE color: 5059851.
HSL color Cylindrical-coordinate representation of color #0B354D: hue angle of 201.82º 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 #0B354D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 53 | 77 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.70 |
| HSL | 201.82º | 0.75% | 0.17% | - |
| HSV(B) | 201.82º | 0.86% | 0.3% | - |
| XYZ | 2.75 | 3.15 | 7.48 | - |
| YUV | 43.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 77 | 0.86 | 0.31 | 0 | 0.70 | 201.82 | 0.75 | 0.17 |
| Hex | B | 35 | 4D | 56 | 1F | 0 | 46 | CA | 4B | 11 |
| Octal | 13 | 65 | 115 | 126 | 37 | 0 | 106 | 312 | 113 | 21 |
| Binary | 1011 | 110101 | 1001101 | 1010110 | 11111 | 0 | 1000110 | 11001010 | 1001011 | 10001 |
Color Harmonies of #0B354D
Complementary color
Monochromatic Colors of #0B354D
Black with #0B354D
Text Example
Text Example
White with #0B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B354D; }
p { color: rgb(11,53,77); }
H1.HeaderClassName
{
color: #0B354D;
}
.AnyTagClassName
{
color: #0B354D;
}
</style>
background-color css
<style>
a { background-color: #0B354D; }
a { background-color: rgb(11,53,77); }
div.DivClassName
{
background-color: #0B354D;
}
.BgClassName
{
background-color: #0B354D;
}
</style>
border-color css
<style>
span { border-color: #0B354D; }
span { border-color: rgb(11,53,77); }
td.TdClassName
{
border-color: #0B354D;
}
.TagClassName
{
border-color: #0B354D;
}
</style>