Shades of Blue Whale #133A49
Tints of Blue Whale #133A49
RGB
CMYK
RGB Variations
Color information
#133A49 (or 0x133A49) is known color: Blue Whale. HEX triplet: 13, 3A and 49. RGB value is (19,58,73). Sum of RGB (Red+Green+Blue) = 19+58+73=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #133A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A49 is #ECC5B6. Grayscale: #2F2F2F. Windows color (decimal): -15517111 or 4798995. OLE color: 4798995.
HSL color Cylindrical-coordinate representation of color #133A49: hue angle of 196.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 #133A49 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 58 | 73 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.71 |
| HSL | 196.67º | 0.59% | 0.18% | - |
| HSV(B) | 196.67º | 0.74% | 0.29% | - |
| XYZ | 2.98 | 3.65 | 6.85 | - |
| YUV | 48.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 73 | 0.74 | 0.21 | 0 | 0.71 | 196.67 | 0.59 | 0.18 |
| Hex | 13 | 3A | 49 | 4A | 15 | 0 | 47 | C5 | 3B | 12 |
| Octal | 23 | 72 | 111 | 112 | 25 | 0 | 107 | 305 | 73 | 22 |
| Binary | 10011 | 111010 | 1001001 | 1001010 | 10101 | 0 | 1000111 | 11000101 | 111011 | 10010 |
Color Harmonies of #133A49
Complementary color
Monochromatic Colors of #133A49
Black with #133A49
Text Example
Text Example
White with #133A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A49; }
p { color: rgb(19,58,73); }
H1.HeaderClassName
{
color: #133A49;
}
.AnyTagClassName
{
color: #133A49;
}
</style>
background-color css
<style>
a { background-color: #133A49; }
a { background-color: rgb(19,58,73); }
div.DivClassName
{
background-color: #133A49;
}
.BgClassName
{
background-color: #133A49;
}
</style>
border-color css
<style>
span { border-color: #133A49; }
span { border-color: rgb(19,58,73); }
td.TdClassName
{
border-color: #133A49;
}
.TagClassName
{
border-color: #133A49;
}
</style>