Shades of Blue Whale #13304E
Tints of Blue Whale #13304E
RGB
CMYK
RGB Variations
Color information
#13304E (or 0x13304E) is known color: Blue Whale. HEX triplet: 13, 30 and 4E. RGB value is (19,48,78). Sum of RGB (Red+Green+Blue) = 19+48+78=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #13304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13304E is #ECCFB1. Grayscale: #2A2A2A. Windows color (decimal): -15519666 or 5124115. OLE color: 5124115.
HSL color Cylindrical-coordinate representation of color #13304E: hue angle of 210.51º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13304E is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 48 | 78 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.69 |
| HSL | 210.51º | 0.61% | 0.19% | - |
| HSV(B) | 210.51º | 0.76% | 0.31% | - |
| XYZ | 2.7 | 2.8 | 7.61 | - |
| YUV | 42.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 78 | 0.76 | 0.38 | 0 | 0.69 | 210.51 | 0.61 | 0.19 |
| Hex | 13 | 30 | 4E | 4C | 26 | 0 | 45 | D3 | 3D | 13 |
| Octal | 23 | 60 | 116 | 114 | 46 | 0 | 105 | 323 | 75 | 23 |
| Binary | 10011 | 110000 | 1001110 | 1001100 | 100110 | 0 | 1000101 | 11010011 | 111101 | 10011 |
Color Harmonies of #13304E
Complementary color
Monochromatic Colors of #13304E
Black with #13304E
Text Example
Text Example
White with #13304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13304E; }
p { color: rgb(19,48,78); }
H1.HeaderClassName
{
color: #13304E;
}
.AnyTagClassName
{
color: #13304E;
}
</style>
background-color css
<style>
a { background-color: #13304E; }
a { background-color: rgb(19,48,78); }
div.DivClassName
{
background-color: #13304E;
}
.BgClassName
{
background-color: #13304E;
}
</style>
border-color css
<style>
span { border-color: #13304E; }
span { border-color: rgb(19,48,78); }
td.TdClassName
{
border-color: #13304E;
}
.TagClassName
{
border-color: #13304E;
}
</style>