Shades of Blue Whale #193848
Tints of Blue Whale #193848
RGB
CMYK
RGB Variations
Color information
#193848 (or 0x193848) is known color: Blue Whale. HEX triplet: 19, 38 and 48. RGB value is (25,56,72). Sum of RGB (Red+Green+Blue) = 25+56+72=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #193848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193848 is #E6C7B7. Grayscale: #303030. Windows color (decimal): -15124408 or 4732953. OLE color: 4732953.
HSL color Cylindrical-coordinate representation of color #193848: hue angle of 200.43º 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 #193848 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 56 | 72 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.72 |
| HSL | 200.43º | 0.48% | 0.19% | - |
| HSV(B) | 200.43º | 0.65% | 0.28% | - |
| XYZ | 2.98 | 3.5 | 6.65 | - |
| YUV | 48.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 72 | 0.65 | 0.22 | 0 | 0.72 | 200.43 | 0.48 | 0.19 |
| Hex | 19 | 38 | 48 | 41 | 16 | 0 | 48 | C8 | 30 | 13 |
| Octal | 31 | 70 | 110 | 101 | 26 | 0 | 110 | 310 | 60 | 23 |
| Binary | 11001 | 111000 | 1001000 | 1000001 | 10110 | 0 | 1001000 | 11001000 | 110000 | 10011 |
Color Harmonies of #193848
Complementary color
Monochromatic Colors of #193848
Black with #193848
Text Example
Text Example
White with #193848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193848; }
p { color: rgb(25,56,72); }
H1.HeaderClassName
{
color: #193848;
}
.AnyTagClassName
{
color: #193848;
}
</style>
background-color css
<style>
a { background-color: #193848; }
a { background-color: rgb(25,56,72); }
div.DivClassName
{
background-color: #193848;
}
.BgClassName
{
background-color: #193848;
}
</style>
border-color css
<style>
span { border-color: #193848; }
span { border-color: rgb(25,56,72); }
td.TdClassName
{
border-color: #193848;
}
.TagClassName
{
border-color: #193848;
}
</style>