Shades of Blue Whale #193644
Tints of Blue Whale #193644
RGB
CMYK
RGB Variations
Color information
#193644 (or 0x193644) is known color: Blue Whale. HEX triplet: 19, 36 and 44. RGB value is (25,54,68). Sum of RGB (Red+Green+Blue) = 25+54+68=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #193644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193644 is #E6C9BB. Grayscale: #2E2E2E. Windows color (decimal): -15124924 or 4470297. OLE color: 4470297.
HSL color Cylindrical-coordinate representation of color #193644: hue angle of 199.53º 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 #193644 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 54 | 68 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.73 |
| HSL | 199.53º | 0.46% | 0.18% | - |
| HSV(B) | 199.53º | 0.63% | 0.27% | - |
| XYZ | 2.76 | 3.26 | 5.95 | - |
| YUV | 46.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 68 | 0.63 | 0.21 | 0 | 0.73 | 199.53 | 0.46 | 0.18 |
| Hex | 19 | 36 | 44 | 3F | 15 | 0 | 49 | C8 | 2E | 12 |
| Octal | 31 | 66 | 104 | 77 | 25 | 0 | 111 | 310 | 56 | 22 |
| Binary | 11001 | 110110 | 1000100 | 111111 | 10101 | 0 | 1001001 | 11001000 | 101110 | 10010 |
Color Harmonies of #193644
Complementary color
Monochromatic Colors of #193644
Black with #193644
Text Example
Text Example
White with #193644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193644; }
p { color: rgb(25,54,68); }
H1.HeaderClassName
{
color: #193644;
}
.AnyTagClassName
{
color: #193644;
}
</style>
background-color css
<style>
a { background-color: #193644; }
a { background-color: rgb(25,54,68); }
div.DivClassName
{
background-color: #193644;
}
.BgClassName
{
background-color: #193644;
}
</style>
border-color css
<style>
span { border-color: #193644; }
span { border-color: rgb(25,54,68); }
td.TdClassName
{
border-color: #193644;
}
.TagClassName
{
border-color: #193644;
}
</style>