Shades of Blue Whale #13354F
Tints of Blue Whale #13354F
RGB
CMYK
RGB Variations
Color information
#13354F (or 0x13354F) is known color: Blue Whale. HEX triplet: 13, 35 and 4F. RGB value is (19,53,79). Sum of RGB (Red+Green+Blue) = 19+53+79=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #13354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13354F is #ECCAB0. Grayscale: #2D2D2D. Windows color (decimal): -15518385 or 5190931. OLE color: 5190931.
HSL color Cylindrical-coordinate representation of color #13354F: hue angle of 206º 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 #13354F is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 53 | 79 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.69 |
| HSL | 206º | 0.61% | 0.19% | - |
| HSV(B) | 206º | 0.76% | 0.31% | - |
| XYZ | 2.95 | 3.25 | 7.87 | - |
| YUV | 45.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 79 | 0.76 | 0.33 | 0 | 0.69 | 206 | 0.61 | 0.19 |
| Hex | 13 | 35 | 4F | 4C | 21 | 0 | 45 | CE | 3D | 13 |
| Octal | 23 | 65 | 117 | 114 | 41 | 0 | 105 | 316 | 75 | 23 |
| Binary | 10011 | 110101 | 1001111 | 1001100 | 100001 | 0 | 1000101 | 11001110 | 111101 | 10011 |
Color Harmonies of #13354F
Complementary color
Monochromatic Colors of #13354F
Black with #13354F
Text Example
Text Example
White with #13354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13354F; }
p { color: rgb(19,53,79); }
H1.HeaderClassName
{
color: #13354F;
}
.AnyTagClassName
{
color: #13354F;
}
</style>
background-color css
<style>
a { background-color: #13354F; }
a { background-color: rgb(19,53,79); }
div.DivClassName
{
background-color: #13354F;
}
.BgClassName
{
background-color: #13354F;
}
</style>
border-color css
<style>
span { border-color: #13354F; }
span { border-color: rgb(19,53,79); }
td.TdClassName
{
border-color: #13354F;
}
.TagClassName
{
border-color: #13354F;
}
</style>