Shades of Blue Whale #13394F
Tints of Blue Whale #13394F
RGB
CMYK
RGB Variations
Color information
#13394F (or 0x13394F) is known color: Blue Whale. HEX triplet: 13, 39 and 4F. RGB value is (19,57,79). Sum of RGB (Red+Green+Blue) = 19+57+79=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #13394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13394F is #ECC6B0. Grayscale: #303030. Windows color (decimal): -15517361 or 5191955. OLE color: 5191955.
HSL color Cylindrical-coordinate representation of color #13394F: hue angle of 202º 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 #13394F is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 57 | 79 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.69 |
| HSL | 202º | 0.61% | 0.19% | - |
| HSV(B) | 202º | 0.76% | 0.31% | - |
| XYZ | 3.14 | 3.63 | 7.93 | - |
| YUV | 48.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 79 | 0.76 | 0.28 | 0 | 0.69 | 202 | 0.61 | 0.19 |
| Hex | 13 | 39 | 4F | 4C | 1C | 0 | 45 | CA | 3D | 13 |
| Octal | 23 | 71 | 117 | 114 | 34 | 0 | 105 | 312 | 75 | 23 |
| Binary | 10011 | 111001 | 1001111 | 1001100 | 11100 | 0 | 1000101 | 11001010 | 111101 | 10011 |
Color Harmonies of #13394F
Complementary color
Monochromatic Colors of #13394F
Black with #13394F
Text Example
Text Example
White with #13394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13394F; }
p { color: rgb(19,57,79); }
H1.HeaderClassName
{
color: #13394F;
}
.AnyTagClassName
{
color: #13394F;
}
</style>
background-color css
<style>
a { background-color: #13394F; }
a { background-color: rgb(19,57,79); }
div.DivClassName
{
background-color: #13394F;
}
.BgClassName
{
background-color: #13394F;
}
</style>
border-color css
<style>
span { border-color: #13394F; }
span { border-color: rgb(19,57,79); }
td.TdClassName
{
border-color: #13394F;
}
.TagClassName
{
border-color: #13394F;
}
</style>