Shades of Blue Whale #133546
Tints of Blue Whale #133546
RGB
CMYK
RGB Variations
Color information
#133546 (or 0x133546) is known color: Blue Whale. HEX triplet: 13, 35 and 46. RGB value is (19,53,70). Sum of RGB (Red+Green+Blue) = 19+53+70=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #133546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133546 is #ECCAB9. Grayscale: #2C2C2C. Windows color (decimal): -15518394 or 4601107. OLE color: 4601107.
HSL color Cylindrical-coordinate representation of color #133546: hue angle of 200º 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 #133546 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 53 | 70 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.73 |
| HSL | 200º | 0.57% | 0.17% | - |
| HSV(B) | 200º | 0.73% | 0.27% | - |
| XYZ | 2.65 | 3.13 | 6.26 | - |
| YUV | 44.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 70 | 0.73 | 0.24 | 0 | 0.73 | 200 | 0.57 | 0.17 |
| Hex | 13 | 35 | 46 | 49 | 18 | 0 | 49 | C8 | 39 | 11 |
| Octal | 23 | 65 | 106 | 111 | 30 | 0 | 111 | 310 | 71 | 21 |
| Binary | 10011 | 110101 | 1000110 | 1001001 | 11000 | 0 | 1001001 | 11001000 | 111001 | 10001 |
Color Harmonies of #133546
Complementary color
Monochromatic Colors of #133546
Black with #133546
Text Example
Text Example
White with #133546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133546; }
p { color: rgb(19,53,70); }
H1.HeaderClassName
{
color: #133546;
}
.AnyTagClassName
{
color: #133546;
}
</style>
background-color css
<style>
a { background-color: #133546; }
a { background-color: rgb(19,53,70); }
div.DivClassName
{
background-color: #133546;
}
.BgClassName
{
background-color: #133546;
}
</style>
border-color css
<style>
span { border-color: #133546; }
span { border-color: rgb(19,53,70); }
td.TdClassName
{
border-color: #133546;
}
.TagClassName
{
border-color: #133546;
}
</style>