Shades of Blue Whale #133446
Tints of Blue Whale #133446
RGB
CMYK
RGB Variations
Color information
#133446 (or 0x133446) is known color: Blue Whale. HEX triplet: 13, 34 and 46. RGB value is (19,52,70). Sum of RGB (Red+Green+Blue) = 19+52+70=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #133446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133446 is #ECCBB9. Grayscale: #2C2C2C. Windows color (decimal): -15518650 or 4600851. OLE color: 4600851.
HSL color Cylindrical-coordinate representation of color #133446: hue angle of 201.18º 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 #133446 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 52 | 70 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.73 |
| HSL | 201.18º | 0.57% | 0.17% | - |
| HSV(B) | 201.18º | 0.73% | 0.27% | - |
| XYZ | 2.6 | 3.04 | 6.24 | - |
| YUV | 44.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 70 | 0.73 | 0.26 | 0 | 0.73 | 201.18 | 0.57 | 0.17 |
| Hex | 13 | 34 | 46 | 49 | 1A | 0 | 49 | C9 | 39 | 11 |
| Octal | 23 | 64 | 106 | 111 | 32 | 0 | 111 | 311 | 71 | 21 |
| Binary | 10011 | 110100 | 1000110 | 1001001 | 11010 | 0 | 1001001 | 11001001 | 111001 | 10001 |
Color Harmonies of #133446
Complementary color
Monochromatic Colors of #133446
Black with #133446
Text Example
Text Example
White with #133446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133446; }
p { color: rgb(19,52,70); }
H1.HeaderClassName
{
color: #133446;
}
.AnyTagClassName
{
color: #133446;
}
</style>
background-color css
<style>
a { background-color: #133446; }
a { background-color: rgb(19,52,70); }
div.DivClassName
{
background-color: #133446;
}
.BgClassName
{
background-color: #133446;
}
</style>
border-color css
<style>
span { border-color: #133446; }
span { border-color: rgb(19,52,70); }
td.TdClassName
{
border-color: #133446;
}
.TagClassName
{
border-color: #133446;
}
</style>