Shades of Blue Whale #13313B
Tints of Blue Whale #13313B
RGB
CMYK
RGB Variations
Color information
#13313B (or 0x13313B) is known color: Blue Whale. HEX triplet: 13, 31 and 3B. RGB value is (19,49,59). Sum of RGB (Red+Green+Blue) = 19+49+59=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #13313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313B is #ECCEC4. Grayscale: #292929. Windows color (decimal): -15519429 or 3879187. OLE color: 3879187.
HSL color Cylindrical-coordinate representation of color #13313B: hue angle of 195º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13313B is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 49 | 59 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.77 |
| HSL | 195º | 0.51% | 0.15% | - |
| HSV(B) | 195º | 0.68% | 0.23% | - |
| XYZ | 2.16 | 2.65 | 4.54 | - |
| YUV | 41.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 59 | 0.68 | 0.17 | 0 | 0.77 | 195 | 0.51 | 0.15 |
| Hex | 13 | 31 | 3B | 44 | 11 | 0 | 4D | C3 | 33 | F |
| Octal | 23 | 61 | 73 | 104 | 21 | 0 | 115 | 303 | 63 | 17 |
| Binary | 10011 | 110001 | 111011 | 1000100 | 10001 | 0 | 1001101 | 11000011 | 110011 | 1111 |
Color Harmonies of #13313B
Complementary color
Monochromatic Colors of #13313B
Black with #13313B
Text Example
Text Example
White with #13313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13313B; }
p { color: rgb(19,49,59); }
H1.HeaderClassName
{
color: #13313B;
}
.AnyTagClassName
{
color: #13313B;
}
</style>
background-color css
<style>
a { background-color: #13313B; }
a { background-color: rgb(19,49,59); }
div.DivClassName
{
background-color: #13313B;
}
.BgClassName
{
background-color: #13313B;
}
</style>
border-color css
<style>
span { border-color: #13313B; }
span { border-color: rgb(19,49,59); }
td.TdClassName
{
border-color: #13313B;
}
.TagClassName
{
border-color: #13313B;
}
</style>