Shades of Blue Whale #133049
Tints of Blue Whale #133049
RGB
CMYK
RGB Variations
Color information
#133049 (or 0x133049) is known color: Blue Whale. HEX triplet: 13, 30 and 49. RGB value is (19,48,73). Sum of RGB (Red+Green+Blue) = 19+48+73=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #133049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133049 is #ECCFB6. Grayscale: #2A2A2A. Windows color (decimal): -15519671 or 4796435. OLE color: 4796435.
HSL color Cylindrical-coordinate representation of color #133049: hue angle of 207.78º 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 #133049 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 48 | 73 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.71 |
| HSL | 207.78º | 0.59% | 0.18% | - |
| HSV(B) | 207.78º | 0.74% | 0.29% | - |
| XYZ | 2.53 | 2.73 | 6.7 | - |
| YUV | 42.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 73 | 0.74 | 0.34 | 0 | 0.71 | 207.78 | 0.59 | 0.18 |
| Hex | 13 | 30 | 49 | 4A | 22 | 0 | 47 | D0 | 3B | 12 |
| Octal | 23 | 60 | 111 | 112 | 42 | 0 | 107 | 320 | 73 | 22 |
| Binary | 10011 | 110000 | 1001001 | 1001010 | 100010 | 0 | 1000111 | 11010000 | 111011 | 10010 |
Color Harmonies of #133049
Complementary color
Monochromatic Colors of #133049
Black with #133049
Text Example
Text Example
White with #133049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133049; }
p { color: rgb(19,48,73); }
H1.HeaderClassName
{
color: #133049;
}
.AnyTagClassName
{
color: #133049;
}
</style>
background-color css
<style>
a { background-color: #133049; }
a { background-color: rgb(19,48,73); }
div.DivClassName
{
background-color: #133049;
}
.BgClassName
{
background-color: #133049;
}
</style>
border-color css
<style>
span { border-color: #133049; }
span { border-color: rgb(19,48,73); }
td.TdClassName
{
border-color: #133049;
}
.TagClassName
{
border-color: #133049;
}
</style>