Shades of Blue Whale #133249
Tints of Blue Whale #133249
RGB
CMYK
RGB Variations
Color information
#133249 (or 0x133249) is known color: Blue Whale. HEX triplet: 13, 32 and 49. RGB value is (19,50,73). Sum of RGB (Red+Green+Blue) = 19+50+73=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #133249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133249 is #ECCDB6. Grayscale: #2B2B2B. Windows color (decimal): -15519159 or 4796947. OLE color: 4796947.
HSL color Cylindrical-coordinate representation of color #133249: hue angle of 205.56º 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 #133249 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 50 | 73 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.71 |
| HSL | 205.56º | 0.59% | 0.18% | - |
| HSV(B) | 205.56º | 0.74% | 0.29% | - |
| XYZ | 2.61 | 2.9 | 6.73 | - |
| YUV | 43.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 73 | 0.74 | 0.32 | 0 | 0.71 | 205.56 | 0.59 | 0.18 |
| Hex | 13 | 32 | 49 | 4A | 20 | 0 | 47 | CE | 3B | 12 |
| Octal | 23 | 62 | 111 | 112 | 40 | 0 | 107 | 316 | 73 | 22 |
| Binary | 10011 | 110010 | 1001001 | 1001010 | 100000 | 0 | 1000111 | 11001110 | 111011 | 10010 |
Color Harmonies of #133249
Complementary color
Monochromatic Colors of #133249
Black with #133249
Text Example
Text Example
White with #133249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133249; }
p { color: rgb(19,50,73); }
H1.HeaderClassName
{
color: #133249;
}
.AnyTagClassName
{
color: #133249;
}
</style>
background-color css
<style>
a { background-color: #133249; }
a { background-color: rgb(19,50,73); }
div.DivClassName
{
background-color: #133249;
}
.BgClassName
{
background-color: #133249;
}
</style>
border-color css
<style>
span { border-color: #133249; }
span { border-color: rgb(19,50,73); }
td.TdClassName
{
border-color: #133249;
}
.TagClassName
{
border-color: #133249;
}
</style>