Shades of Blue Whale #133048
Tints of Blue Whale #133048
RGB
CMYK
RGB Variations
Color information
#133048 (or 0x133048) is known color: Blue Whale. HEX triplet: 13, 30 and 48. RGB value is (19,48,72). Sum of RGB (Red+Green+Blue) = 19+48+72=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #133048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133048 is #ECCFB7. Grayscale: #292929. Windows color (decimal): -15519672 or 4730899. OLE color: 4730899.
HSL color Cylindrical-coordinate representation of color #133048: hue angle of 207.17º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133048 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 48 | 72 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.72 |
| HSL | 207.17º | 0.58% | 0.18% | - |
| HSV(B) | 207.17º | 0.74% | 0.28% | - |
| XYZ | 2.5 | 2.72 | 6.52 | - |
| YUV | 42.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 72 | 0.74 | 0.33 | 0 | 0.72 | 207.17 | 0.58 | 0.18 |
| Hex | 13 | 30 | 48 | 4A | 21 | 0 | 48 | CF | 3A | 12 |
| Octal | 23 | 60 | 110 | 112 | 41 | 0 | 110 | 317 | 72 | 22 |
| Binary | 10011 | 110000 | 1001000 | 1001010 | 100001 | 0 | 1001000 | 11001111 | 111010 | 10010 |
Color Harmonies of #133048
Complementary color
Monochromatic Colors of #133048
Black with #133048
Text Example
Text Example
White with #133048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133048; }
p { color: rgb(19,48,72); }
H1.HeaderClassName
{
color: #133048;
}
.AnyTagClassName
{
color: #133048;
}
</style>
background-color css
<style>
a { background-color: #133048; }
a { background-color: rgb(19,48,72); }
div.DivClassName
{
background-color: #133048;
}
.BgClassName
{
background-color: #133048;
}
</style>
border-color css
<style>
span { border-color: #133048; }
span { border-color: rgb(19,48,72); }
td.TdClassName
{
border-color: #133048;
}
.TagClassName
{
border-color: #133048;
}
</style>