Shades of Blue Whale #193044
Tints of Blue Whale #193044
RGB
CMYK
RGB Variations
Color information
#193044 (or 0x193044) is known color: Blue Whale. HEX triplet: 19, 30 and 44. RGB value is (25,48,68). Sum of RGB (Red+Green+Blue) = 25+48+68=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #193044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193044 is #E6CFBB. Grayscale: #2B2B2B. Windows color (decimal): -15126460 or 4468761. OLE color: 4468761.
HSL color Cylindrical-coordinate representation of color #193044: hue angle of 207.91º 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 #193044 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 48 | 68 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.73 |
| HSL | 207.91º | 0.46% | 0.18% | - |
| HSV(B) | 207.91º | 0.63% | 0.27% | - |
| XYZ | 2.5 | 2.74 | 5.87 | - |
| YUV | 43.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 68 | 0.63 | 0.29 | 0 | 0.73 | 207.91 | 0.46 | 0.18 |
| Hex | 19 | 30 | 44 | 3F | 1D | 0 | 49 | D0 | 2E | 12 |
| Octal | 31 | 60 | 104 | 77 | 35 | 0 | 111 | 320 | 56 | 22 |
| Binary | 11001 | 110000 | 1000100 | 111111 | 11101 | 0 | 1001001 | 11010000 | 101110 | 10010 |
Color Harmonies of #193044
Complementary color
Monochromatic Colors of #193044
Black with #193044
Text Example
Text Example
White with #193044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193044; }
p { color: rgb(25,48,68); }
H1.HeaderClassName
{
color: #193044;
}
.AnyTagClassName
{
color: #193044;
}
</style>
background-color css
<style>
a { background-color: #193044; }
a { background-color: rgb(25,48,68); }
div.DivClassName
{
background-color: #193044;
}
.BgClassName
{
background-color: #193044;
}
</style>
border-color css
<style>
span { border-color: #193044; }
span { border-color: rgb(25,48,68); }
td.TdClassName
{
border-color: #193044;
}
.TagClassName
{
border-color: #193044;
}
</style>