Shades of Blue Whale #133050
Tints of Blue Whale #133050
RGB
CMYK
RGB Variations
Color information
#133050 (or 0x133050) is known color: Blue Whale. HEX triplet: 13, 30 and 50. RGB value is (19,48,80). Sum of RGB (Red+Green+Blue) = 19+48+80=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #133050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133050 is #ECCFAF. Grayscale: #2A2A2A. Windows color (decimal): -15519664 or 5255187. OLE color: 5255187.
HSL color Cylindrical-coordinate representation of color #133050: hue angle of 211.48º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133050 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 48 | 80 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.69 |
| HSL | 211.48º | 0.62% | 0.19% | - |
| HSV(B) | 211.48º | 0.76% | 0.31% | - |
| XYZ | 2.77 | 2.83 | 7.99 | - |
| YUV | 42.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 80 | 0.76 | 0.40 | 0 | 0.69 | 211.48 | 0.62 | 0.19 |
| Hex | 13 | 30 | 50 | 4C | 28 | 0 | 45 | D3 | 3E | 13 |
| Octal | 23 | 60 | 120 | 114 | 50 | 0 | 105 | 323 | 76 | 23 |
| Binary | 10011 | 110000 | 1010000 | 1001100 | 101000 | 0 | 1000101 | 11010011 | 111110 | 10011 |
Color Harmonies of #133050
Complementary color
Monochromatic Colors of #133050
Black with #133050
Text Example
Text Example
White with #133050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133050; }
p { color: rgb(19,48,80); }
H1.HeaderClassName
{
color: #133050;
}
.AnyTagClassName
{
color: #133050;
}
</style>
background-color css
<style>
a { background-color: #133050; }
a { background-color: rgb(19,48,80); }
div.DivClassName
{
background-color: #133050;
}
.BgClassName
{
background-color: #133050;
}
</style>
border-color css
<style>
span { border-color: #133050; }
span { border-color: rgb(19,48,80); }
td.TdClassName
{
border-color: #133050;
}
.TagClassName
{
border-color: #133050;
}
</style>