Shades of Blue Whale #193946
Tints of Blue Whale #193946
RGB
CMYK
RGB Variations
Color information
#193946 (or 0x193946) is known color: Blue Whale. HEX triplet: 19, 39 and 46. RGB value is (25,57,70). Sum of RGB (Red+Green+Blue) = 25+57+70=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #193946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193946 is #E6C6B9. Grayscale: #303030. Windows color (decimal): -15124154 or 4602137. OLE color: 4602137.
HSL color Cylindrical-coordinate representation of color #193946: hue angle of 197.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193946 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 57 | 70 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.73 |
| HSL | 197.33º | 0.47% | 0.19% | - |
| HSV(B) | 197.33º | 0.64% | 0.27% | - |
| XYZ | 2.97 | 3.58 | 6.33 | - |
| YUV | 48.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 70 | 0.64 | 0.19 | 0 | 0.73 | 197.33 | 0.47 | 0.19 |
| Hex | 19 | 39 | 46 | 40 | 13 | 0 | 49 | C5 | 2F | 13 |
| Octal | 31 | 71 | 106 | 100 | 23 | 0 | 111 | 305 | 57 | 23 |
| Binary | 11001 | 111001 | 1000110 | 1000000 | 10011 | 0 | 1001001 | 11000101 | 101111 | 10011 |
Color Harmonies of #193946
Complementary color
Monochromatic Colors of #193946
Black with #193946
Text Example
Text Example
White with #193946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193946; }
p { color: rgb(25,57,70); }
H1.HeaderClassName
{
color: #193946;
}
.AnyTagClassName
{
color: #193946;
}
</style>
background-color css
<style>
a { background-color: #193946; }
a { background-color: rgb(25,57,70); }
div.DivClassName
{
background-color: #193946;
}
.BgClassName
{
background-color: #193946;
}
</style>
border-color css
<style>
span { border-color: #193946; }
span { border-color: rgb(25,57,70); }
td.TdClassName
{
border-color: #193946;
}
.TagClassName
{
border-color: #193946;
}
</style>