Shades of Blue Whale #133149
Tints of Blue Whale #133149
RGB
CMYK
RGB Variations
Color information
#133149 (or 0x133149) is known color: Blue Whale. HEX triplet: 13, 31 and 49. RGB value is (19,49,73). Sum of RGB (Red+Green+Blue) = 19+49+73=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #133149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133149 is #ECCEB6. Grayscale: #2A2A2A. Windows color (decimal): -15519415 or 4796691. OLE color: 4796691.
HSL color Cylindrical-coordinate representation of color #133149: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133149 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 49 | 73 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.71 |
| HSL | 206.67º | 0.59% | 0.18% | - |
| HSV(B) | 206.67º | 0.74% | 0.29% | - |
| XYZ | 2.57 | 2.82 | 6.71 | - |
| YUV | 42.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 73 | 0.74 | 0.33 | 0 | 0.71 | 206.67 | 0.59 | 0.18 |
| Hex | 13 | 31 | 49 | 4A | 21 | 0 | 47 | CF | 3B | 12 |
| Octal | 23 | 61 | 111 | 112 | 41 | 0 | 107 | 317 | 73 | 22 |
| Binary | 10011 | 110001 | 1001001 | 1001010 | 100001 | 0 | 1000111 | 11001111 | 111011 | 10010 |
Color Harmonies of #133149
Complementary color
Monochromatic Colors of #133149
Black with #133149
Text Example
Text Example
White with #133149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133149; }
p { color: rgb(19,49,73); }
H1.HeaderClassName
{
color: #133149;
}
.AnyTagClassName
{
color: #133149;
}
</style>
background-color css
<style>
a { background-color: #133149; }
a { background-color: rgb(19,49,73); }
div.DivClassName
{
background-color: #133149;
}
.BgClassName
{
background-color: #133149;
}
</style>
border-color css
<style>
span { border-color: #133149; }
span { border-color: rgb(19,49,73); }
td.TdClassName
{
border-color: #133149;
}
.TagClassName
{
border-color: #133149;
}
</style>