Shades of Blue Whale #193945
Tints of Blue Whale #193945
RGB
CMYK
RGB Variations
Color information
#193945 (or 0x193945) is known color: Blue Whale. HEX triplet: 19, 39 and 45. RGB value is (25,57,69). Sum of RGB (Red+Green+Blue) = 25+57+69=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #193945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193945 is #E6C6BA. Grayscale: #303030. Windows color (decimal): -15124155 or 4536601. OLE color: 4536601.
HSL color Cylindrical-coordinate representation of color #193945: hue angle of 196.36º 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 #193945 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 57 | 69 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.73 |
| HSL | 196.36º | 0.47% | 0.18% | - |
| HSV(B) | 196.36º | 0.64% | 0.27% | - |
| XYZ | 2.94 | 3.56 | 6.16 | - |
| YUV | 48.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 69 | 0.64 | 0.17 | 0 | 0.73 | 196.36 | 0.47 | 0.18 |
| Hex | 19 | 39 | 45 | 40 | 11 | 0 | 49 | C4 | 2F | 12 |
| Octal | 31 | 71 | 105 | 100 | 21 | 0 | 111 | 304 | 57 | 22 |
| Binary | 11001 | 111001 | 1000101 | 1000000 | 10001 | 0 | 1001001 | 11000100 | 101111 | 10010 |
Color Harmonies of #193945
Complementary color
Monochromatic Colors of #193945
Black with #193945
Text Example
Text Example
White with #193945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193945; }
p { color: rgb(25,57,69); }
H1.HeaderClassName
{
color: #193945;
}
.AnyTagClassName
{
color: #193945;
}
</style>
background-color css
<style>
a { background-color: #193945; }
a { background-color: rgb(25,57,69); }
div.DivClassName
{
background-color: #193945;
}
.BgClassName
{
background-color: #193945;
}
</style>
border-color css
<style>
span { border-color: #193945; }
span { border-color: rgb(25,57,69); }
td.TdClassName
{
border-color: #193945;
}
.TagClassName
{
border-color: #193945;
}
</style>