Shades of Blue Whale #193748
Tints of Blue Whale #193748
RGB
CMYK
RGB Variations
Color information
#193748 (or 0x193748) is known color: Blue Whale. HEX triplet: 19, 37 and 48. RGB value is (25,55,72). Sum of RGB (Red+Green+Blue) = 25+55+72=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #193748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193748 is #E6C8B7. Grayscale: #2F2F2F. Windows color (decimal): -15124664 or 4732697. OLE color: 4732697.
HSL color Cylindrical-coordinate representation of color #193748: hue angle of 201.7º 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 #193748 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 55 | 72 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.72 |
| HSL | 201.7º | 0.48% | 0.19% | - |
| HSV(B) | 201.7º | 0.65% | 0.28% | - |
| XYZ | 2.94 | 3.41 | 6.63 | - |
| YUV | 47.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 72 | 0.65 | 0.24 | 0 | 0.72 | 201.7 | 0.48 | 0.19 |
| Hex | 19 | 37 | 48 | 41 | 18 | 0 | 48 | CA | 30 | 13 |
| Octal | 31 | 67 | 110 | 101 | 30 | 0 | 110 | 312 | 60 | 23 |
| Binary | 11001 | 110111 | 1001000 | 1000001 | 11000 | 0 | 1001000 | 11001010 | 110000 | 10011 |
Color Harmonies of #193748
Complementary color
Monochromatic Colors of #193748
Black with #193748
Text Example
Text Example
White with #193748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193748; }
p { color: rgb(25,55,72); }
H1.HeaderClassName
{
color: #193748;
}
.AnyTagClassName
{
color: #193748;
}
</style>
background-color css
<style>
a { background-color: #193748; }
a { background-color: rgb(25,55,72); }
div.DivClassName
{
background-color: #193748;
}
.BgClassName
{
background-color: #193748;
}
</style>
border-color css
<style>
span { border-color: #193748; }
span { border-color: rgb(25,55,72); }
td.TdClassName
{
border-color: #193748;
}
.TagClassName
{
border-color: #193748;
}
</style>