Shades of Blue Whale #193245
Tints of Blue Whale #193245
RGB
CMYK
RGB Variations
Color information
#193245 (or 0x193245) is known color: Blue Whale. HEX triplet: 19, 32 and 45. RGB value is (25,50,69). Sum of RGB (Red+Green+Blue) = 25+50+69=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #193245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193245 is #E6CDBA. Grayscale: #2C2C2C. Windows color (decimal): -15125947 or 4534809. OLE color: 4534809.
HSL color Cylindrical-coordinate representation of color #193245: hue angle of 205.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193245 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 50 | 69 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.73 |
| HSL | 205.91º | 0.47% | 0.18% | - |
| HSV(B) | 205.91º | 0.64% | 0.27% | - |
| XYZ | 2.62 | 2.92 | 6.06 | - |
| YUV | 44.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 69 | 0.64 | 0.28 | 0 | 0.73 | 205.91 | 0.47 | 0.18 |
| Hex | 19 | 32 | 45 | 40 | 1C | 0 | 49 | CE | 2F | 12 |
| Octal | 31 | 62 | 105 | 100 | 34 | 0 | 111 | 316 | 57 | 22 |
| Binary | 11001 | 110010 | 1000101 | 1000000 | 11100 | 0 | 1001001 | 11001110 | 101111 | 10010 |
Color Harmonies of #193245
Complementary color
Monochromatic Colors of #193245
Black with #193245
Text Example
Text Example
White with #193245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193245; }
p { color: rgb(25,50,69); }
H1.HeaderClassName
{
color: #193245;
}
.AnyTagClassName
{
color: #193245;
}
</style>
background-color css
<style>
a { background-color: #193245; }
a { background-color: rgb(25,50,69); }
div.DivClassName
{
background-color: #193245;
}
.BgClassName
{
background-color: #193245;
}
</style>
border-color css
<style>
span { border-color: #193245; }
span { border-color: rgb(25,50,69); }
td.TdClassName
{
border-color: #193245;
}
.TagClassName
{
border-color: #193245;
}
</style>