Shades of Blue Whale #133046
Tints of Blue Whale #133046
RGB
CMYK
RGB Variations
Color information
#133046 (or 0x133046) is known color: Blue Whale. HEX triplet: 13, 30 and 46. RGB value is (19,48,70). Sum of RGB (Red+Green+Blue) = 19+48+70=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #133046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133046 is #ECCFB9. Grayscale: #292929. Windows color (decimal): -15519674 or 4599827. OLE color: 4599827.
HSL color Cylindrical-coordinate representation of color #133046: hue angle of 205.88º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133046 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 48 | 70 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.73 |
| HSL | 205.88º | 0.57% | 0.17% | - |
| HSV(B) | 205.88º | 0.73% | 0.27% | - |
| XYZ | 2.43 | 2.69 | 6.19 | - |
| YUV | 41.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 70 | 0.73 | 0.31 | 0 | 0.73 | 205.88 | 0.57 | 0.17 |
| Hex | 13 | 30 | 46 | 49 | 1F | 0 | 49 | CE | 39 | 11 |
| Octal | 23 | 60 | 106 | 111 | 37 | 0 | 111 | 316 | 71 | 21 |
| Binary | 10011 | 110000 | 1000110 | 1001001 | 11111 | 0 | 1001001 | 11001110 | 111001 | 10001 |
Color Harmonies of #133046
Complementary color
Monochromatic Colors of #133046
Black with #133046
Text Example
Text Example
White with #133046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133046; }
p { color: rgb(19,48,70); }
H1.HeaderClassName
{
color: #133046;
}
.AnyTagClassName
{
color: #133046;
}
</style>
background-color css
<style>
a { background-color: #133046; }
a { background-color: rgb(19,48,70); }
div.DivClassName
{
background-color: #133046;
}
.BgClassName
{
background-color: #133046;
}
</style>
border-color css
<style>
span { border-color: #133046; }
span { border-color: rgb(19,48,70); }
td.TdClassName
{
border-color: #133046;
}
.TagClassName
{
border-color: #133046;
}
</style>