Shades of Blue Whale #193647
Tints of Blue Whale #193647
RGB
CMYK
RGB Variations
Color information
#193647 (or 0x193647) is known color: Blue Whale. HEX triplet: 19, 36 and 47. RGB value is (25,54,71). Sum of RGB (Red+Green+Blue) = 25+54+71=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #193647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193647 is #E6C9B8. Grayscale: #2F2F2F. Windows color (decimal): -15124921 or 4666905. OLE color: 4666905.
HSL color Cylindrical-coordinate representation of color #193647: hue angle of 202.17º 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 #193647 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 54 | 71 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.72 |
| HSL | 202.17º | 0.48% | 0.19% | - |
| HSV(B) | 202.17º | 0.65% | 0.28% | - |
| XYZ | 2.86 | 3.3 | 6.45 | - |
| YUV | 47.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 71 | 0.65 | 0.24 | 0 | 0.72 | 202.17 | 0.48 | 0.19 |
| Hex | 19 | 36 | 47 | 41 | 18 | 0 | 48 | CA | 30 | 13 |
| Octal | 31 | 66 | 107 | 101 | 30 | 0 | 110 | 312 | 60 | 23 |
| Binary | 11001 | 110110 | 1000111 | 1000001 | 11000 | 0 | 1001000 | 11001010 | 110000 | 10011 |
Color Harmonies of #193647
Complementary color
Monochromatic Colors of #193647
Black with #193647
Text Example
Text Example
White with #193647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193647; }
p { color: rgb(25,54,71); }
H1.HeaderClassName
{
color: #193647;
}
.AnyTagClassName
{
color: #193647;
}
</style>
background-color css
<style>
a { background-color: #193647; }
a { background-color: rgb(25,54,71); }
div.DivClassName
{
background-color: #193647;
}
.BgClassName
{
background-color: #193647;
}
</style>
border-color css
<style>
span { border-color: #193647; }
span { border-color: rgb(25,54,71); }
td.TdClassName
{
border-color: #193647;
}
.TagClassName
{
border-color: #193647;
}
</style>