Shades of Blue Whale #11364B
Tints of Blue Whale #11364B
RGB
CMYK
RGB Variations
Color information
#11364B (or 0x11364B) is known color: Blue Whale. HEX triplet: 11, 36 and 4B. RGB value is (17,54,75). Sum of RGB (Red+Green+Blue) = 17+54+75=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #11364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11364B is #EEC9B4. Grayscale: #2D2D2D. Windows color (decimal): -15649205 or 4929041. OLE color: 4929041.
HSL color Cylindrical-coordinate representation of color #11364B: hue angle of 201.72º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11364B is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 54 | 75 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.71 |
| HSL | 201.72º | 0.63% | 0.18% | - |
| HSV(B) | 201.72º | 0.77% | 0.29% | - |
| XYZ | 2.82 | 3.27 | 7.14 | - |
| YUV | 45.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 75 | 0.77 | 0.28 | 0 | 0.71 | 201.72 | 0.63 | 0.18 |
| Hex | 11 | 36 | 4B | 4D | 1C | 0 | 47 | CA | 3F | 12 |
| Octal | 21 | 66 | 113 | 115 | 34 | 0 | 107 | 312 | 77 | 22 |
| Binary | 10001 | 110110 | 1001011 | 1001101 | 11100 | 0 | 1000111 | 11001010 | 111111 | 10010 |
Color Harmonies of #11364B
Complementary color
Monochromatic Colors of #11364B
Black with #11364B
Text Example
Text Example
White with #11364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11364B; }
p { color: rgb(17,54,75); }
H1.HeaderClassName
{
color: #11364B;
}
.AnyTagClassName
{
color: #11364B;
}
</style>
background-color css
<style>
a { background-color: #11364B; }
a { background-color: rgb(17,54,75); }
div.DivClassName
{
background-color: #11364B;
}
.BgClassName
{
background-color: #11364B;
}
</style>
border-color css
<style>
span { border-color: #11364B; }
span { border-color: rgb(17,54,75); }
td.TdClassName
{
border-color: #11364B;
}
.TagClassName
{
border-color: #11364B;
}
</style>