Shades of Blue Whale #13303D
Tints of Blue Whale #13303D
RGB
CMYK
RGB Variations
Color information
#13303D (or 0x13303D) is known color: Blue Whale. HEX triplet: 13, 30 and 3D. RGB value is (19,48,61). Sum of RGB (Red+Green+Blue) = 19+48+61=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #13303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303D is #ECCFC2. Grayscale: #282828. Windows color (decimal): -15519683 or 4010003. OLE color: 4010003.
HSL color Cylindrical-coordinate representation of color #13303D: hue angle of 198.57º 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 #13303D is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 48 | 61 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.76 |
| HSL | 198.57º | 0.53% | 0.16% | - |
| HSV(B) | 198.57º | 0.69% | 0.24% | - |
| XYZ | 2.17 | 2.59 | 4.8 | - |
| YUV | 40.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 61 | 0.69 | 0.21 | 0 | 0.76 | 198.57 | 0.53 | 0.16 |
| Hex | 13 | 30 | 3D | 45 | 15 | 0 | 4C | C7 | 34 | 10 |
| Octal | 23 | 60 | 75 | 105 | 25 | 0 | 114 | 307 | 64 | 20 |
| Binary | 10011 | 110000 | 111101 | 1000101 | 10101 | 0 | 1001100 | 11000111 | 110100 | 10000 |
Color Harmonies of #13303D
Complementary color
Monochromatic Colors of #13303D
Black with #13303D
Text Example
Text Example
White with #13303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13303D; }
p { color: rgb(19,48,61); }
H1.HeaderClassName
{
color: #13303D;
}
.AnyTagClassName
{
color: #13303D;
}
</style>
background-color css
<style>
a { background-color: #13303D; }
a { background-color: rgb(19,48,61); }
div.DivClassName
{
background-color: #13303D;
}
.BgClassName
{
background-color: #13303D;
}
</style>
border-color css
<style>
span { border-color: #13303D; }
span { border-color: rgb(19,48,61); }
td.TdClassName
{
border-color: #13303D;
}
.TagClassName
{
border-color: #13303D;
}
</style>