Shades of Blue Whale #193947
Tints of Blue Whale #193947
RGB
CMYK
RGB Variations
Color information
#193947 (or 0x193947) is known color: Blue Whale. HEX triplet: 19, 39 and 47. RGB value is (25,57,71). Sum of RGB (Red+Green+Blue) = 25+57+71=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #193947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193947 is #E6C6B8. Grayscale: #303030. Windows color (decimal): -15124153 or 4667673. OLE color: 4667673.
HSL color Cylindrical-coordinate representation of color #193947: hue angle of 198.26º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193947 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 57 | 71 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.72 |
| HSL | 198.26º | 0.48% | 0.19% | - |
| HSV(B) | 198.26º | 0.65% | 0.28% | - |
| XYZ | 3 | 3.59 | 6.5 | - |
| YUV | 49.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 71 | 0.65 | 0.20 | 0 | 0.72 | 198.26 | 0.48 | 0.19 |
| Hex | 19 | 39 | 47 | 41 | 14 | 0 | 48 | C6 | 30 | 13 |
| Octal | 31 | 71 | 107 | 101 | 24 | 0 | 110 | 306 | 60 | 23 |
| Binary | 11001 | 111001 | 1000111 | 1000001 | 10100 | 0 | 1001000 | 11000110 | 110000 | 10011 |
Color Harmonies of #193947
Complementary color
Monochromatic Colors of #193947
Black with #193947
Text Example
Text Example
White with #193947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193947; }
p { color: rgb(25,57,71); }
H1.HeaderClassName
{
color: #193947;
}
.AnyTagClassName
{
color: #193947;
}
</style>
background-color css
<style>
a { background-color: #193947; }
a { background-color: rgb(25,57,71); }
div.DivClassName
{
background-color: #193947;
}
.BgClassName
{
background-color: #193947;
}
</style>
border-color css
<style>
span { border-color: #193947; }
span { border-color: rgb(25,57,71); }
td.TdClassName
{
border-color: #193947;
}
.TagClassName
{
border-color: #193947;
}
</style>