Shades of Blue Whale #133746
Tints of Blue Whale #133746
RGB
CMYK
RGB Variations
Color information
#133746 (or 0x133746) is known color: Blue Whale. HEX triplet: 13, 37 and 46. RGB value is (19,55,70). Sum of RGB (Red+Green+Blue) = 19+55+70=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #133746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133746 is #ECC8B9. Grayscale: #2D2D2D. Windows color (decimal): -15517882 or 4601619. OLE color: 4601619.
HSL color Cylindrical-coordinate representation of color #133746: hue angle of 197.65º 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 #133746 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 55 | 70 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.73 |
| HSL | 197.65º | 0.57% | 0.17% | - |
| HSV(B) | 197.65º | 0.73% | 0.27% | - |
| XYZ | 2.74 | 3.31 | 6.29 | - |
| YUV | 45.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 70 | 0.73 | 0.21 | 0 | 0.73 | 197.65 | 0.57 | 0.17 |
| Hex | 13 | 37 | 46 | 49 | 15 | 0 | 49 | C6 | 39 | 11 |
| Octal | 23 | 67 | 106 | 111 | 25 | 0 | 111 | 306 | 71 | 21 |
| Binary | 10011 | 110111 | 1000110 | 1001001 | 10101 | 0 | 1001001 | 11000110 | 111001 | 10001 |
Color Harmonies of #133746
Complementary color
Monochromatic Colors of #133746
Black with #133746
Text Example
Text Example
White with #133746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133746; }
p { color: rgb(19,55,70); }
H1.HeaderClassName
{
color: #133746;
}
.AnyTagClassName
{
color: #133746;
}
</style>
background-color css
<style>
a { background-color: #133746; }
a { background-color: rgb(19,55,70); }
div.DivClassName
{
background-color: #133746;
}
.BgClassName
{
background-color: #133746;
}
</style>
border-color css
<style>
span { border-color: #133746; }
span { border-color: rgb(19,55,70); }
td.TdClassName
{
border-color: #133746;
}
.TagClassName
{
border-color: #133746;
}
</style>