Shades of Blue Whale #193544
Tints of Blue Whale #193544
RGB
CMYK
RGB Variations
Color information
#193544 (or 0x193544) is known color: Blue Whale. HEX triplet: 19, 35 and 44. RGB value is (25,53,68). Sum of RGB (Red+Green+Blue) = 25+53+68=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #193544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193544 is #E6CABB. Grayscale: #2E2E2E. Windows color (decimal): -15125180 or 4470041. OLE color: 4470041.
HSL color Cylindrical-coordinate representation of color #193544: hue angle of 200.93º 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 #193544 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 53 | 68 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.73 |
| HSL | 200.93º | 0.46% | 0.18% | - |
| HSV(B) | 200.93º | 0.63% | 0.27% | - |
| XYZ | 2.72 | 3.17 | 5.94 | - |
| YUV | 46.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 68 | 0.63 | 0.22 | 0 | 0.73 | 200.93 | 0.46 | 0.18 |
| Hex | 19 | 35 | 44 | 3F | 16 | 0 | 49 | C9 | 2E | 12 |
| Octal | 31 | 65 | 104 | 77 | 26 | 0 | 111 | 311 | 56 | 22 |
| Binary | 11001 | 110101 | 1000100 | 111111 | 10110 | 0 | 1001001 | 11001001 | 101110 | 10010 |
Color Harmonies of #193544
Complementary color
Monochromatic Colors of #193544
Black with #193544
Text Example
Text Example
White with #193544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193544; }
p { color: rgb(25,53,68); }
H1.HeaderClassName
{
color: #193544;
}
.AnyTagClassName
{
color: #193544;
}
</style>
background-color css
<style>
a { background-color: #193544; }
a { background-color: rgb(25,53,68); }
div.DivClassName
{
background-color: #193544;
}
.BgClassName
{
background-color: #193544;
}
</style>
border-color css
<style>
span { border-color: #193544; }
span { border-color: rgb(25,53,68); }
td.TdClassName
{
border-color: #193544;
}
.TagClassName
{
border-color: #193544;
}
</style>