Shades of Blue Whale #193247
Tints of Blue Whale #193247
RGB
CMYK
RGB Variations
Color information
#193247 (or 0x193247) is known color: Blue Whale. HEX triplet: 19, 32 and 47. RGB value is (25,50,71). Sum of RGB (Red+Green+Blue) = 25+50+71=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #193247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193247 is #E6CDB8. Grayscale: #2C2C2C. Windows color (decimal): -15125945 or 4665881. OLE color: 4665881.
HSL color Cylindrical-coordinate representation of color #193247: hue angle of 207.39º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193247 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 50 | 71 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.72 |
| HSL | 207.39º | 0.48% | 0.19% | - |
| HSV(B) | 207.39º | 0.65% | 0.28% | - |
| XYZ | 2.68 | 2.94 | 6.39 | - |
| YUV | 44.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 71 | 0.65 | 0.30 | 0 | 0.72 | 207.39 | 0.48 | 0.19 |
| Hex | 19 | 32 | 47 | 41 | 1E | 0 | 48 | CF | 30 | 13 |
| Octal | 31 | 62 | 107 | 101 | 36 | 0 | 110 | 317 | 60 | 23 |
| Binary | 11001 | 110010 | 1000111 | 1000001 | 11110 | 0 | 1001000 | 11001111 | 110000 | 10011 |
Color Harmonies of #193247
Complementary color
Monochromatic Colors of #193247
Black with #193247
Text Example
Text Example
White with #193247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193247; }
p { color: rgb(25,50,71); }
H1.HeaderClassName
{
color: #193247;
}
.AnyTagClassName
{
color: #193247;
}
</style>
background-color css
<style>
a { background-color: #193247; }
a { background-color: rgb(25,50,71); }
div.DivClassName
{
background-color: #193247;
}
.BgClassName
{
background-color: #193247;
}
</style>
border-color css
<style>
span { border-color: #193247; }
span { border-color: rgb(25,50,71); }
td.TdClassName
{
border-color: #193247;
}
.TagClassName
{
border-color: #193247;
}
</style>