Shades of Blue Whale #133444
Tints of Blue Whale #133444
RGB
CMYK
RGB Variations
Color information
#133444 (or 0x133444) is known color: Blue Whale. HEX triplet: 13, 34 and 44. RGB value is (19,52,68). Sum of RGB (Red+Green+Blue) = 19+52+68=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #133444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133444 is #ECCBBB. Grayscale: #2B2B2B. Windows color (decimal): -15518652 or 4469779. OLE color: 4469779.
HSL color Cylindrical-coordinate representation of color #133444: hue angle of 199.59º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133444 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 52 | 68 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.73 |
| HSL | 199.59º | 0.56% | 0.17% | - |
| HSV(B) | 199.59º | 0.72% | 0.27% | - |
| XYZ | 2.54 | 3.01 | 5.92 | - |
| YUV | 43.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 68 | 0.72 | 0.24 | 0 | 0.73 | 199.59 | 0.56 | 0.17 |
| Hex | 13 | 34 | 44 | 48 | 18 | 0 | 49 | C8 | 38 | 11 |
| Octal | 23 | 64 | 104 | 110 | 30 | 0 | 111 | 310 | 70 | 21 |
| Binary | 10011 | 110100 | 1000100 | 1001000 | 11000 | 0 | 1001001 | 11001000 | 111000 | 10001 |
Color Harmonies of #133444
Complementary color
Monochromatic Colors of #133444
Black with #133444
Text Example
Text Example
White with #133444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133444; }
p { color: rgb(19,52,68); }
H1.HeaderClassName
{
color: #133444;
}
.AnyTagClassName
{
color: #133444;
}
</style>
background-color css
<style>
a { background-color: #133444; }
a { background-color: rgb(19,52,68); }
div.DivClassName
{
background-color: #133444;
}
.BgClassName
{
background-color: #133444;
}
</style>
border-color css
<style>
span { border-color: #133444; }
span { border-color: rgb(19,52,68); }
td.TdClassName
{
border-color: #133444;
}
.TagClassName
{
border-color: #133444;
}
</style>