Shades of Blue Whale #133347
Tints of Blue Whale #133347
RGB
CMYK
RGB Variations
Color information
#133347 (or 0x133347) is known color: Blue Whale. HEX triplet: 13, 33 and 47. RGB value is (19,51,71). Sum of RGB (Red+Green+Blue) = 19+51+71=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #133347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133347 is #ECCCB8. Grayscale: #2B2B2B. Windows color (decimal): -15518905 or 4666131. OLE color: 4666131.
HSL color Cylindrical-coordinate representation of color #133347: hue angle of 203.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133347 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 51 | 71 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.72 |
| HSL | 203.08º | 0.58% | 0.18% | - |
| HSV(B) | 203.08º | 0.73% | 0.28% | - |
| XYZ | 2.59 | 2.96 | 6.4 | - |
| YUV | 43.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 71 | 0.73 | 0.28 | 0 | 0.72 | 203.08 | 0.58 | 0.18 |
| Hex | 13 | 33 | 47 | 49 | 1C | 0 | 48 | CB | 3A | 12 |
| Octal | 23 | 63 | 107 | 111 | 34 | 0 | 110 | 313 | 72 | 22 |
| Binary | 10011 | 110011 | 1000111 | 1001001 | 11100 | 0 | 1001000 | 11001011 | 111010 | 10010 |
Color Harmonies of #133347
Complementary color
Monochromatic Colors of #133347
Black with #133347
Text Example
Text Example
White with #133347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133347; }
p { color: rgb(19,51,71); }
H1.HeaderClassName
{
color: #133347;
}
.AnyTagClassName
{
color: #133347;
}
</style>
background-color css
<style>
a { background-color: #133347; }
a { background-color: rgb(19,51,71); }
div.DivClassName
{
background-color: #133347;
}
.BgClassName
{
background-color: #133347;
}
</style>
border-color css
<style>
span { border-color: #133347; }
span { border-color: rgb(19,51,71); }
td.TdClassName
{
border-color: #133347;
}
.TagClassName
{
border-color: #133347;
}
</style>