Shades of Blue Whale #193847
Tints of Blue Whale #193847
RGB
CMYK
RGB Variations
Color information
#193847 (or 0x193847) is known color: Blue Whale. HEX triplet: 19, 38 and 47. RGB value is (25,56,71). Sum of RGB (Red+Green+Blue) = 25+56+71=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #193847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193847 is #E6C7B8. Grayscale: #303030. Windows color (decimal): -15124409 or 4667417. OLE color: 4667417.
HSL color Cylindrical-coordinate representation of color #193847: hue angle of 199.57º 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 #193847 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 56 | 71 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.72 |
| HSL | 199.57º | 0.48% | 0.19% | - |
| HSV(B) | 199.57º | 0.65% | 0.28% | - |
| XYZ | 2.95 | 3.49 | 6.48 | - |
| YUV | 48.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 71 | 0.65 | 0.21 | 0 | 0.72 | 199.57 | 0.48 | 0.19 |
| Hex | 19 | 38 | 47 | 41 | 15 | 0 | 48 | C8 | 30 | 13 |
| Octal | 31 | 70 | 107 | 101 | 25 | 0 | 110 | 310 | 60 | 23 |
| Binary | 11001 | 111000 | 1000111 | 1000001 | 10101 | 0 | 1001000 | 11001000 | 110000 | 10011 |
Color Harmonies of #193847
Complementary color
Monochromatic Colors of #193847
Black with #193847
Text Example
Text Example
White with #193847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193847; }
p { color: rgb(25,56,71); }
H1.HeaderClassName
{
color: #193847;
}
.AnyTagClassName
{
color: #193847;
}
</style>
background-color css
<style>
a { background-color: #193847; }
a { background-color: rgb(25,56,71); }
div.DivClassName
{
background-color: #193847;
}
.BgClassName
{
background-color: #193847;
}
</style>
border-color css
<style>
span { border-color: #193847; }
span { border-color: rgb(25,56,71); }
td.TdClassName
{
border-color: #193847;
}
.TagClassName
{
border-color: #193847;
}
</style>