Shades of Blue Whale #193444
Tints of Blue Whale #193444
RGB
CMYK
RGB Variations
Color information
#193444 (or 0x193444) is known color: Blue Whale. HEX triplet: 19, 34 and 44. RGB value is (25,52,68). Sum of RGB (Red+Green+Blue) = 25+52+68=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #193444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193444 is #E6CBBB. Grayscale: #2D2D2D. Windows color (decimal): -15125436 or 4469785. OLE color: 4469785.
HSL color Cylindrical-coordinate representation of color #193444: hue angle of 202.33º 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 #193444 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 52 | 68 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.73 |
| HSL | 202.33º | 0.46% | 0.18% | - |
| HSV(B) | 202.33º | 0.63% | 0.27% | - |
| XYZ | 2.67 | 3.08 | 5.92 | - |
| YUV | 45.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 68 | 0.63 | 0.24 | 0 | 0.73 | 202.33 | 0.46 | 0.18 |
| Hex | 19 | 34 | 44 | 3F | 18 | 0 | 49 | CA | 2E | 12 |
| Octal | 31 | 64 | 104 | 77 | 30 | 0 | 111 | 312 | 56 | 22 |
| Binary | 11001 | 110100 | 1000100 | 111111 | 11000 | 0 | 1001001 | 11001010 | 101110 | 10010 |
Color Harmonies of #193444
Complementary color
Monochromatic Colors of #193444
Black with #193444
Text Example
Text Example
White with #193444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193444; }
p { color: rgb(25,52,68); }
H1.HeaderClassName
{
color: #193444;
}
.AnyTagClassName
{
color: #193444;
}
</style>
background-color css
<style>
a { background-color: #193444; }
a { background-color: rgb(25,52,68); }
div.DivClassName
{
background-color: #193444;
}
.BgClassName
{
background-color: #193444;
}
</style>
border-color css
<style>
span { border-color: #193444; }
span { border-color: rgb(25,52,68); }
td.TdClassName
{
border-color: #193444;
}
.TagClassName
{
border-color: #193444;
}
</style>