Shades of Blue Whale #193844
Tints of Blue Whale #193844
RGB
CMYK
RGB Variations
Color information
#193844 (or 0x193844) is known color: Blue Whale. HEX triplet: 19, 38 and 44. RGB value is (25,56,68). Sum of RGB (Red+Green+Blue) = 25+56+68=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #193844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193844 is #E6C7BB. Grayscale: #303030. Windows color (decimal): -15124412 or 4470809. OLE color: 4470809.
HSL color Cylindrical-coordinate representation of color #193844: hue angle of 196.74º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193844 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 56 | 68 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.73 |
| HSL | 196.74º | 0.46% | 0.18% | - |
| HSV(B) | 196.74º | 0.63% | 0.27% | - |
| XYZ | 2.86 | 3.45 | 5.98 | - |
| YUV | 48.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 68 | 0.63 | 0.18 | 0 | 0.73 | 196.74 | 0.46 | 0.18 |
| Hex | 19 | 38 | 44 | 3F | 12 | 0 | 49 | C5 | 2E | 12 |
| Octal | 31 | 70 | 104 | 77 | 22 | 0 | 111 | 305 | 56 | 22 |
| Binary | 11001 | 111000 | 1000100 | 111111 | 10010 | 0 | 1001001 | 11000101 | 101110 | 10010 |
Color Harmonies of #193844
Complementary color
Monochromatic Colors of #193844
Black with #193844
Text Example
Text Example
White with #193844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193844; }
p { color: rgb(25,56,68); }
H1.HeaderClassName
{
color: #193844;
}
.AnyTagClassName
{
color: #193844;
}
</style>
background-color css
<style>
a { background-color: #193844; }
a { background-color: rgb(25,56,68); }
div.DivClassName
{
background-color: #193844;
}
.BgClassName
{
background-color: #193844;
}
</style>
border-color css
<style>
span { border-color: #193844; }
span { border-color: rgb(25,56,68); }
td.TdClassName
{
border-color: #193844;
}
.TagClassName
{
border-color: #193844;
}
</style>