Shades of Blue Whale #13313C
Tints of Blue Whale #13313C
RGB
CMYK
RGB Variations
Color information
#13313C (or 0x13313C) is known color: Blue Whale. HEX triplet: 13, 31 and 3C. RGB value is (19,49,60). Sum of RGB (Red+Green+Blue) = 19+49+60=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #13313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313C is #ECCEC3. Grayscale: #292929. Windows color (decimal): -15519428 or 3944723. OLE color: 3944723.
HSL color Cylindrical-coordinate representation of color #13313C: hue angle of 196.1º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13313C is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 49 | 60 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.76 |
| HSL | 196.1º | 0.52% | 0.15% | - |
| HSV(B) | 196.1º | 0.68% | 0.24% | - |
| XYZ | 2.18 | 2.66 | 4.67 | - |
| YUV | 41.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 60 | 0.68 | 0.18 | 0 | 0.76 | 196.1 | 0.52 | 0.15 |
| Hex | 13 | 31 | 3C | 44 | 12 | 0 | 4C | C4 | 34 | F |
| Octal | 23 | 61 | 74 | 104 | 22 | 0 | 114 | 304 | 64 | 17 |
| Binary | 10011 | 110001 | 111100 | 1000100 | 10010 | 0 | 1001100 | 11000100 | 110100 | 1111 |
Color Harmonies of #13313C
Complementary color
Monochromatic Colors of #13313C
Black with #13313C
Text Example
Text Example
White with #13313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13313C; }
p { color: rgb(19,49,60); }
H1.HeaderClassName
{
color: #13313C;
}
.AnyTagClassName
{
color: #13313C;
}
</style>
background-color css
<style>
a { background-color: #13313C; }
a { background-color: rgb(19,49,60); }
div.DivClassName
{
background-color: #13313C;
}
.BgClassName
{
background-color: #13313C;
}
</style>
border-color css
<style>
span { border-color: #13313C; }
span { border-color: rgb(19,49,60); }
td.TdClassName
{
border-color: #13313C;
}
.TagClassName
{
border-color: #13313C;
}
</style>