Shades of Blue Whale #11333F
Tints of Blue Whale #11333F
RGB
CMYK
RGB Variations
Color information
#11333F (or 0x11333F) is known color: Blue Whale. HEX triplet: 11, 33 and 3F. RGB value is (17,51,63). Sum of RGB (Red+Green+Blue) = 17+51+63=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #11333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11333F is #EECCC0. Grayscale: #2A2A2A. Windows color (decimal): -15649985 or 4141841. OLE color: 4141841.
HSL color Cylindrical-coordinate representation of color #11333F: hue angle of 195.65º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11333F is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 51 | 63 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.75 |
| HSL | 195.65º | 0.58% | 0.16% | - |
| HSV(B) | 195.65º | 0.73% | 0.25% | - |
| XYZ | 2.31 | 2.85 | 5.13 | - |
| YUV | 42.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 63 | 0.73 | 0.19 | 0 | 0.75 | 195.65 | 0.58 | 0.16 |
| Hex | 11 | 33 | 3F | 49 | 13 | 0 | 4B | C4 | 3A | 10 |
| Octal | 21 | 63 | 77 | 111 | 23 | 0 | 113 | 304 | 72 | 20 |
| Binary | 10001 | 110011 | 111111 | 1001001 | 10011 | 0 | 1001011 | 11000100 | 111010 | 10000 |
Color Harmonies of #11333F
Complementary color
Monochromatic Colors of #11333F
Black with #11333F
Text Example
Text Example
White with #11333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11333F; }
p { color: rgb(17,51,63); }
H1.HeaderClassName
{
color: #11333F;
}
.AnyTagClassName
{
color: #11333F;
}
</style>
background-color css
<style>
a { background-color: #11333F; }
a { background-color: rgb(17,51,63); }
div.DivClassName
{
background-color: #11333F;
}
.BgClassName
{
background-color: #11333F;
}
</style>
border-color css
<style>
span { border-color: #11333F; }
span { border-color: rgb(17,51,63); }
td.TdClassName
{
border-color: #11333F;
}
.TagClassName
{
border-color: #11333F;
}
</style>