Shades of Blue Whale #13313D
Tints of Blue Whale #13313D
RGB
CMYK
RGB Variations
Color information
#13313D (or 0x13313D) is known color: Blue Whale. HEX triplet: 13, 31 and 3D. RGB value is (19,49,61). Sum of RGB (Red+Green+Blue) = 19+49+61=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #13313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313D is #ECCEC2. Grayscale: #292929. Windows color (decimal): -15519427 or 4010259. OLE color: 4010259.
HSL color Cylindrical-coordinate representation of color #13313D: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13313D is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 49 | 61 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.76 |
| HSL | 197.14º | 0.53% | 0.16% | - |
| HSV(B) | 197.14º | 0.69% | 0.24% | - |
| XYZ | 2.21 | 2.67 | 4.81 | - |
| YUV | 41.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 61 | 0.69 | 0.20 | 0 | 0.76 | 197.14 | 0.53 | 0.16 |
| Hex | 13 | 31 | 3D | 45 | 14 | 0 | 4C | C5 | 34 | 10 |
| Octal | 23 | 61 | 75 | 105 | 24 | 0 | 114 | 305 | 64 | 20 |
| Binary | 10011 | 110001 | 111101 | 1000101 | 10100 | 0 | 1001100 | 11000101 | 110100 | 10000 |
Color Harmonies of #13313D
Complementary color
Monochromatic Colors of #13313D
Black with #13313D
Text Example
Text Example
White with #13313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13313D; }
p { color: rgb(19,49,61); }
H1.HeaderClassName
{
color: #13313D;
}
.AnyTagClassName
{
color: #13313D;
}
</style>
background-color css
<style>
a { background-color: #13313D; }
a { background-color: rgb(19,49,61); }
div.DivClassName
{
background-color: #13313D;
}
.BgClassName
{
background-color: #13313D;
}
</style>
border-color css
<style>
span { border-color: #13313D; }
span { border-color: rgb(19,49,61); }
td.TdClassName
{
border-color: #13313D;
}
.TagClassName
{
border-color: #13313D;
}
</style>