Shades of Blue Whale #193348
Tints of Blue Whale #193348
RGB
CMYK
RGB Variations
Color information
#193348 (or 0x193348) is known color: Blue Whale. HEX triplet: 19, 33 and 48. RGB value is (25,51,72). Sum of RGB (Red+Green+Blue) = 25+51+72=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #193348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193348 is #E6CCB7. Grayscale: #2D2D2D. Windows color (decimal): -15125688 or 4731673. OLE color: 4731673.
HSL color Cylindrical-coordinate representation of color #193348: hue angle of 206.81º 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 #193348 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 51 | 72 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.72 |
| HSL | 206.81º | 0.48% | 0.19% | - |
| HSV(B) | 206.81º | 0.65% | 0.28% | - |
| XYZ | 2.75 | 3.04 | 6.57 | - |
| YUV | 45.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 72 | 0.65 | 0.29 | 0 | 0.72 | 206.81 | 0.48 | 0.19 |
| Hex | 19 | 33 | 48 | 41 | 1D | 0 | 48 | CF | 30 | 13 |
| Octal | 31 | 63 | 110 | 101 | 35 | 0 | 110 | 317 | 60 | 23 |
| Binary | 11001 | 110011 | 1001000 | 1000001 | 11101 | 0 | 1001000 | 11001111 | 110000 | 10011 |
Color Harmonies of #193348
Complementary color
Monochromatic Colors of #193348
Black with #193348
Text Example
Text Example
White with #193348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193348; }
p { color: rgb(25,51,72); }
H1.HeaderClassName
{
color: #193348;
}
.AnyTagClassName
{
color: #193348;
}
</style>
background-color css
<style>
a { background-color: #193348; }
a { background-color: rgb(25,51,72); }
div.DivClassName
{
background-color: #193348;
}
.BgClassName
{
background-color: #193348;
}
</style>
border-color css
<style>
span { border-color: #193348; }
span { border-color: rgb(25,51,72); }
td.TdClassName
{
border-color: #193348;
}
.TagClassName
{
border-color: #193348;
}
</style>