Shades of Blue Whale #13304D
Tints of Blue Whale #13304D
RGB
CMYK
RGB Variations
Color information
#13304D (or 0x13304D) is known color: Blue Whale. HEX triplet: 13, 30 and 4D. RGB value is (19,48,77). Sum of RGB (Red+Green+Blue) = 19+48+77=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #13304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13304D is #ECCFB2. Grayscale: #2A2A2A. Windows color (decimal): -15519667 or 5058579. OLE color: 5058579.
HSL color Cylindrical-coordinate representation of color #13304D: hue angle of 210º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13304D is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 48 | 77 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.70 |
| HSL | 210º | 0.6% | 0.19% | - |
| HSV(B) | 210º | 0.75% | 0.3% | - |
| XYZ | 2.67 | 2.79 | 7.42 | - |
| YUV | 42.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 77 | 0.75 | 0.38 | 0 | 0.70 | 210 | 0.6 | 0.19 |
| Hex | 13 | 30 | 4D | 4B | 26 | 0 | 46 | D2 | 3C | 13 |
| Octal | 23 | 60 | 115 | 113 | 46 | 0 | 106 | 322 | 74 | 23 |
| Binary | 10011 | 110000 | 1001101 | 1001011 | 100110 | 0 | 1000110 | 11010010 | 111100 | 10011 |
Color Harmonies of #13304D
Complementary color
Monochromatic Colors of #13304D
Black with #13304D
Text Example
Text Example
White with #13304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13304D; }
p { color: rgb(19,48,77); }
H1.HeaderClassName
{
color: #13304D;
}
.AnyTagClassName
{
color: #13304D;
}
</style>
background-color css
<style>
a { background-color: #13304D; }
a { background-color: rgb(19,48,77); }
div.DivClassName
{
background-color: #13304D;
}
.BgClassName
{
background-color: #13304D;
}
</style>
border-color css
<style>
span { border-color: #13304D; }
span { border-color: rgb(19,48,77); }
td.TdClassName
{
border-color: #13304D;
}
.TagClassName
{
border-color: #13304D;
}
</style>