Shades of Blue Whale #13304F
Tints of Blue Whale #13304F
RGB
CMYK
RGB Variations
Color information
#13304F (or 0x13304F) is known color: Blue Whale. HEX triplet: 13, 30 and 4F. RGB value is (19,48,79). Sum of RGB (Red+Green+Blue) = 19+48+79=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #13304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13304F is #ECCFB0. Grayscale: #2A2A2A. Windows color (decimal): -15519665 or 5189651. OLE color: 5189651.
HSL color Cylindrical-coordinate representation of color #13304F: hue angle of 211º 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 #13304F is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 48 | 79 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.69 |
| HSL | 211º | 0.61% | 0.19% | - |
| HSV(B) | 211º | 0.76% | 0.31% | - |
| XYZ | 2.74 | 2.82 | 7.8 | - |
| YUV | 42.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 79 | 0.76 | 0.39 | 0 | 0.69 | 211 | 0.61 | 0.19 |
| Hex | 13 | 30 | 4F | 4C | 27 | 0 | 45 | D3 | 3D | 13 |
| Octal | 23 | 60 | 117 | 114 | 47 | 0 | 105 | 323 | 75 | 23 |
| Binary | 10011 | 110000 | 1001111 | 1001100 | 100111 | 0 | 1000101 | 11010011 | 111101 | 10011 |
Color Harmonies of #13304F
Complementary color
Monochromatic Colors of #13304F
Black with #13304F
Text Example
Text Example
White with #13304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13304F; }
p { color: rgb(19,48,79); }
H1.HeaderClassName
{
color: #13304F;
}
.AnyTagClassName
{
color: #13304F;
}
</style>
background-color css
<style>
a { background-color: #13304F; }
a { background-color: rgb(19,48,79); }
div.DivClassName
{
background-color: #13304F;
}
.BgClassName
{
background-color: #13304F;
}
</style>
border-color css
<style>
span { border-color: #13304F; }
span { border-color: rgb(19,48,79); }
td.TdClassName
{
border-color: #13304F;
}
.TagClassName
{
border-color: #13304F;
}
</style>