Shades of Blue Whale #193944
Tints of Blue Whale #193944
RGB
CMYK
RGB Variations
Color information
#193944 (or 0x193944) is known color: Blue Whale. HEX triplet: 19, 39 and 44. RGB value is (25,57,68). Sum of RGB (Red+Green+Blue) = 25+57+68=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #193944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193944 is #E6C6BB. Grayscale: #303030. Windows color (decimal): -15124156 or 4471065. OLE color: 4471065.
HSL color Cylindrical-coordinate representation of color #193944: hue angle of 195.35º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193944 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 57 | 68 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.73 |
| HSL | 195.35º | 0.46% | 0.18% | - |
| HSV(B) | 195.35º | 0.63% | 0.27% | - |
| XYZ | 2.91 | 3.55 | 6 | - |
| YUV | 48.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 68 | 0.63 | 0.16 | 0 | 0.73 | 195.35 | 0.46 | 0.18 |
| Hex | 19 | 39 | 44 | 3F | 10 | 0 | 49 | C3 | 2E | 12 |
| Octal | 31 | 71 | 104 | 77 | 20 | 0 | 111 | 303 | 56 | 22 |
| Binary | 11001 | 111001 | 1000100 | 111111 | 10000 | 0 | 1001001 | 11000011 | 101110 | 10010 |
Color Harmonies of #193944
Complementary color
Monochromatic Colors of #193944
Black with #193944
Text Example
Text Example
White with #193944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193944; }
p { color: rgb(25,57,68); }
H1.HeaderClassName
{
color: #193944;
}
.AnyTagClassName
{
color: #193944;
}
</style>
background-color css
<style>
a { background-color: #193944; }
a { background-color: rgb(25,57,68); }
div.DivClassName
{
background-color: #193944;
}
.BgClassName
{
background-color: #193944;
}
</style>
border-color css
<style>
span { border-color: #193944; }
span { border-color: rgb(25,57,68); }
td.TdClassName
{
border-color: #193944;
}
.TagClassName
{
border-color: #193944;
}
</style>