Shades of Blue Whale #0B324A
Tints of Blue Whale #0B324A
RGB
CMYK
RGB Variations
Color information
#0B324A (or 0x0B324A) is known color: Blue Whale. HEX triplet: 0B, 32 and 4A. RGB value is (11,50,74). Sum of RGB (Red+Green+Blue) = 11+50+74=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B324A is #F4CDB5. Grayscale: #282828. Windows color (decimal): -16043446 or 4862475. OLE color: 4862475.
HSL color Cylindrical-coordinate representation of color #0B324A: hue angle of 202.86º 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 #0B324A is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 50 | 74 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.71 |
| HSL | 202.86º | 0.74% | 0.17% | - |
| HSV(B) | 202.86º | 0.85% | 0.29% | - |
| XYZ | 2.51 | 2.85 | 6.9 | - |
| YUV | 41.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 74 | 0.85 | 0.32 | 0 | 0.71 | 202.86 | 0.74 | 0.17 |
| Hex | B | 32 | 4A | 55 | 20 | 0 | 47 | CB | 4A | 11 |
| Octal | 13 | 62 | 112 | 125 | 40 | 0 | 107 | 313 | 112 | 21 |
| Binary | 1011 | 110010 | 1001010 | 1010101 | 100000 | 0 | 1000111 | 11001011 | 1001010 | 10001 |
Color Harmonies of #0B324A
Complementary color
Monochromatic Colors of #0B324A
Black with #0B324A
Text Example
Text Example
White with #0B324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B324A; }
p { color: rgb(11,50,74); }
H1.HeaderClassName
{
color: #0B324A;
}
.AnyTagClassName
{
color: #0B324A;
}
</style>
background-color css
<style>
a { background-color: #0B324A; }
a { background-color: rgb(11,50,74); }
div.DivClassName
{
background-color: #0B324A;
}
.BgClassName
{
background-color: #0B324A;
}
</style>
border-color css
<style>
span { border-color: #0B324A; }
span { border-color: rgb(11,50,74); }
td.TdClassName
{
border-color: #0B324A;
}
.TagClassName
{
border-color: #0B324A;
}
</style>