Shades of Blue Whale #133649
Tints of Blue Whale #133649
RGB
CMYK
RGB Variations
Color information
#133649 (or 0x133649) is known color: Blue Whale. HEX triplet: 13, 36 and 49. RGB value is (19,54,73). Sum of RGB (Red+Green+Blue) = 19+54+73=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #133649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133649 is #ECC9B6. Grayscale: #2D2D2D. Windows color (decimal): -15518135 or 4797971. OLE color: 4797971.
HSL color Cylindrical-coordinate representation of color #133649: hue angle of 201.11º 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 #133649 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 54 | 73 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.71 |
| HSL | 201.11º | 0.59% | 0.18% | - |
| HSV(B) | 201.11º | 0.74% | 0.29% | - |
| XYZ | 2.79 | 3.26 | 6.79 | - |
| YUV | 45.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 73 | 0.74 | 0.26 | 0 | 0.71 | 201.11 | 0.59 | 0.18 |
| Hex | 13 | 36 | 49 | 4A | 1A | 0 | 47 | C9 | 3B | 12 |
| Octal | 23 | 66 | 111 | 112 | 32 | 0 | 107 | 311 | 73 | 22 |
| Binary | 10011 | 110110 | 1001001 | 1001010 | 11010 | 0 | 1000111 | 11001001 | 111011 | 10010 |
Color Harmonies of #133649
Complementary color
Monochromatic Colors of #133649
Black with #133649
Text Example
Text Example
White with #133649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133649; }
p { color: rgb(19,54,73); }
H1.HeaderClassName
{
color: #133649;
}
.AnyTagClassName
{
color: #133649;
}
</style>
background-color css
<style>
a { background-color: #133649; }
a { background-color: rgb(19,54,73); }
div.DivClassName
{
background-color: #133649;
}
.BgClassName
{
background-color: #133649;
}
</style>
border-color css
<style>
span { border-color: #133649; }
span { border-color: rgb(19,54,73); }
td.TdClassName
{
border-color: #133649;
}
.TagClassName
{
border-color: #133649;
}
</style>