Shades of Blue Whale #193549
Tints of Blue Whale #193549
RGB
CMYK
RGB Variations
Color information
#193549 (or 0x193549) is known color: Blue Whale. HEX triplet: 19, 35 and 49. RGB value is (25,53,73). Sum of RGB (Red+Green+Blue) = 25+53+73=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #193549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193549 is #E6CAB6. Grayscale: #2E2E2E. Windows color (decimal): -15125175 or 4797721. OLE color: 4797721.
HSL color Cylindrical-coordinate representation of color #193549: hue angle of 205º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193549 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 53 | 73 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.71 |
| HSL | 205º | 0.49% | 0.19% | - |
| HSV(B) | 205º | 0.66% | 0.29% | - |
| XYZ | 2.88 | 3.23 | 6.78 | - |
| YUV | 46.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 73 | 0.66 | 0.27 | 0 | 0.71 | 205 | 0.49 | 0.19 |
| Hex | 19 | 35 | 49 | 42 | 1B | 0 | 47 | CD | 31 | 13 |
| Octal | 31 | 65 | 111 | 102 | 33 | 0 | 107 | 315 | 61 | 23 |
| Binary | 11001 | 110101 | 1001001 | 1000010 | 11011 | 0 | 1000111 | 11001101 | 110001 | 10011 |
Color Harmonies of #193549
Complementary color
Monochromatic Colors of #193549
Black with #193549
Text Example
Text Example
White with #193549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193549; }
p { color: rgb(25,53,73); }
H1.HeaderClassName
{
color: #193549;
}
.AnyTagClassName
{
color: #193549;
}
</style>
background-color css
<style>
a { background-color: #193549; }
a { background-color: rgb(25,53,73); }
div.DivClassName
{
background-color: #193549;
}
.BgClassName
{
background-color: #193549;
}
</style>
border-color css
<style>
span { border-color: #193549; }
span { border-color: rgb(25,53,73); }
td.TdClassName
{
border-color: #193549;
}
.TagClassName
{
border-color: #193549;
}
</style>