Shades of Blue Whale #13364E
Tints of Blue Whale #13364E
RGB
CMYK
RGB Variations
Color information
#13364E (or 0x13364E) is known color: Blue Whale. HEX triplet: 13, 36 and 4E. RGB value is (19,54,78). Sum of RGB (Red+Green+Blue) = 19+54+78=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #13364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13364E is #ECC9B1. Grayscale: #2E2E2E. Windows color (decimal): -15518130 or 5125651. OLE color: 5125651.
HSL color Cylindrical-coordinate representation of color #13364E: hue angle of 204.41º 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 #13364E is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 54 | 78 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.69 |
| HSL | 204.41º | 0.61% | 0.19% | - |
| HSV(B) | 204.41º | 0.76% | 0.31% | - |
| XYZ | 2.96 | 3.33 | 7.69 | - |
| YUV | 46.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 78 | 0.76 | 0.31 | 0 | 0.69 | 204.41 | 0.61 | 0.19 |
| Hex | 13 | 36 | 4E | 4C | 1F | 0 | 45 | CC | 3D | 13 |
| Octal | 23 | 66 | 116 | 114 | 37 | 0 | 105 | 314 | 75 | 23 |
| Binary | 10011 | 110110 | 1001110 | 1001100 | 11111 | 0 | 1000101 | 11001100 | 111101 | 10011 |
Color Harmonies of #13364E
Complementary color
Monochromatic Colors of #13364E
Black with #13364E
Text Example
Text Example
White with #13364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13364E; }
p { color: rgb(19,54,78); }
H1.HeaderClassName
{
color: #13364E;
}
.AnyTagClassName
{
color: #13364E;
}
</style>
background-color css
<style>
a { background-color: #13364E; }
a { background-color: rgb(19,54,78); }
div.DivClassName
{
background-color: #13364E;
}
.BgClassName
{
background-color: #13364E;
}
</style>
border-color css
<style>
span { border-color: #13364E; }
span { border-color: rgb(19,54,78); }
td.TdClassName
{
border-color: #13364E;
}
.TagClassName
{
border-color: #13364E;
}
</style>