Shades of Blue Whale #193949
Tints of Blue Whale #193949
RGB
CMYK
RGB Variations
Color information
#193949 (or 0x193949) is known color: Blue Whale. HEX triplet: 19, 39 and 49. RGB value is (25,57,73). Sum of RGB (Red+Green+Blue) = 25+57+73=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #193949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193949 is #E6C6B6. Grayscale: #313131. Windows color (decimal): -15124151 or 4798745. OLE color: 4798745.
HSL color Cylindrical-coordinate representation of color #193949: hue angle of 200º 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 #193949 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 57 | 73 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.71 |
| HSL | 200º | 0.49% | 0.19% | - |
| HSV(B) | 200º | 0.66% | 0.29% | - |
| XYZ | 3.07 | 3.61 | 6.84 | - |
| YUV | 49.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 73 | 0.66 | 0.22 | 0 | 0.71 | 200 | 0.49 | 0.19 |
| Hex | 19 | 39 | 49 | 42 | 16 | 0 | 47 | C8 | 31 | 13 |
| Octal | 31 | 71 | 111 | 102 | 26 | 0 | 107 | 310 | 61 | 23 |
| Binary | 11001 | 111001 | 1001001 | 1000010 | 10110 | 0 | 1000111 | 11001000 | 110001 | 10011 |
Color Harmonies of #193949
Complementary color
Monochromatic Colors of #193949
Black with #193949
Text Example
Text Example
White with #193949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193949; }
p { color: rgb(25,57,73); }
H1.HeaderClassName
{
color: #193949;
}
.AnyTagClassName
{
color: #193949;
}
</style>
background-color css
<style>
a { background-color: #193949; }
a { background-color: rgb(25,57,73); }
div.DivClassName
{
background-color: #193949;
}
.BgClassName
{
background-color: #193949;
}
</style>
border-color css
<style>
span { border-color: #193949; }
span { border-color: rgb(25,57,73); }
td.TdClassName
{
border-color: #193949;
}
.TagClassName
{
border-color: #193949;
}
</style>