Shades of Blue Whale #133142
Tints of Blue Whale #133142
RGB
CMYK
RGB Variations
Color information
#133142 (or 0x133142) is known color: Blue Whale. HEX triplet: 13, 31 and 42. RGB value is (19,49,66). Sum of RGB (Red+Green+Blue) = 19+49+66=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #133142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133142 is #ECCEBD. Grayscale: #292929. Windows color (decimal): -15519422 or 4337939. OLE color: 4337939.
HSL color Cylindrical-coordinate representation of color #133142: hue angle of 201.7º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133142 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 49 | 66 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.74 |
| HSL | 201.7º | 0.55% | 0.17% | - |
| HSV(B) | 201.7º | 0.71% | 0.26% | - |
| XYZ | 2.35 | 2.73 | 5.56 | - |
| YUV | 41.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 66 | 0.71 | 0.26 | 0 | 0.74 | 201.7 | 0.55 | 0.17 |
| Hex | 13 | 31 | 42 | 47 | 1A | 0 | 4A | CA | 37 | 11 |
| Octal | 23 | 61 | 102 | 107 | 32 | 0 | 112 | 312 | 67 | 21 |
| Binary | 10011 | 110001 | 1000010 | 1000111 | 11010 | 0 | 1001010 | 11001010 | 110111 | 10001 |
Color Harmonies of #133142
Complementary color
Monochromatic Colors of #133142
Black with #133142
Text Example
Text Example
White with #133142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133142; }
p { color: rgb(19,49,66); }
H1.HeaderClassName
{
color: #133142;
}
.AnyTagClassName
{
color: #133142;
}
</style>
background-color css
<style>
a { background-color: #133142; }
a { background-color: rgb(19,49,66); }
div.DivClassName
{
background-color: #133142;
}
.BgClassName
{
background-color: #133142;
}
</style>
border-color css
<style>
span { border-color: #133142; }
span { border-color: rgb(19,49,66); }
td.TdClassName
{
border-color: #133142;
}
.TagClassName
{
border-color: #133142;
}
</style>