Shades of Blue Whale #193A46
Tints of Blue Whale #193A46
RGB
CMYK
RGB Variations
Color information
#193A46 (or 0x193A46) is known color: Blue Whale. HEX triplet: 19, 3A and 46. RGB value is (25,58,70). Sum of RGB (Red+Green+Blue) = 25+58+70=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #193A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A46 is #E6C5B9. Grayscale: #313131. Windows color (decimal): -15123898 or 4602393. OLE color: 4602393.
HSL color Cylindrical-coordinate representation of color #193A46: hue angle of 196º 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 #193A46 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 58 | 70 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.73 |
| HSL | 196º | 0.47% | 0.19% | - |
| HSV(B) | 196º | 0.64% | 0.27% | - |
| XYZ | 3.02 | 3.67 | 6.34 | - |
| YUV | 49.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 70 | 0.64 | 0.17 | 0 | 0.73 | 196 | 0.47 | 0.19 |
| Hex | 19 | 3A | 46 | 40 | 11 | 0 | 49 | C4 | 2F | 13 |
| Octal | 31 | 72 | 106 | 100 | 21 | 0 | 111 | 304 | 57 | 23 |
| Binary | 11001 | 111010 | 1000110 | 1000000 | 10001 | 0 | 1001001 | 11000100 | 101111 | 10011 |
Color Harmonies of #193A46
Complementary color
Monochromatic Colors of #193A46
Black with #193A46
Text Example
Text Example
White with #193A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A46; }
p { color: rgb(25,58,70); }
H1.HeaderClassName
{
color: #193A46;
}
.AnyTagClassName
{
color: #193A46;
}
</style>
background-color css
<style>
a { background-color: #193A46; }
a { background-color: rgb(25,58,70); }
div.DivClassName
{
background-color: #193A46;
}
.BgClassName
{
background-color: #193A46;
}
</style>
border-color css
<style>
span { border-color: #193A46; }
span { border-color: rgb(25,58,70); }
td.TdClassName
{
border-color: #193A46;
}
.TagClassName
{
border-color: #193A46;
}
</style>