Shades of Blue Whale #133749
Tints of Blue Whale #133749
RGB
CMYK
RGB Variations
Color information
#133749 (or 0x133749) is known color: Blue Whale. HEX triplet: 13, 37 and 49. RGB value is (19,55,73). Sum of RGB (Red+Green+Blue) = 19+55+73=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #133749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133749 is #ECC8B6. Grayscale: #2E2E2E. Windows color (decimal): -15517879 or 4798227. OLE color: 4798227.
HSL color Cylindrical-coordinate representation of color #133749: hue angle of 200º 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 #133749 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 55 | 73 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.71 |
| HSL | 200º | 0.59% | 0.18% | - |
| HSV(B) | 200º | 0.74% | 0.29% | - |
| XYZ | 2.84 | 3.35 | 6.8 | - |
| YUV | 46.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 73 | 0.74 | 0.25 | 0 | 0.71 | 200 | 0.59 | 0.18 |
| Hex | 13 | 37 | 49 | 4A | 19 | 0 | 47 | C8 | 3B | 12 |
| Octal | 23 | 67 | 111 | 112 | 31 | 0 | 107 | 310 | 73 | 22 |
| Binary | 10011 | 110111 | 1001001 | 1001010 | 11001 | 0 | 1000111 | 11001000 | 111011 | 10010 |
Color Harmonies of #133749
Complementary color
Monochromatic Colors of #133749
Black with #133749
Text Example
Text Example
White with #133749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133749; }
p { color: rgb(19,55,73); }
H1.HeaderClassName
{
color: #133749;
}
.AnyTagClassName
{
color: #133749;
}
</style>
background-color css
<style>
a { background-color: #133749; }
a { background-color: rgb(19,55,73); }
div.DivClassName
{
background-color: #133749;
}
.BgClassName
{
background-color: #133749;
}
</style>
border-color css
<style>
span { border-color: #133749; }
span { border-color: rgb(19,55,73); }
td.TdClassName
{
border-color: #133749;
}
.TagClassName
{
border-color: #133749;
}
</style>