Shades of Blue Whale #19354D
Tints of Blue Whale #19354D
RGB
CMYK
RGB Variations
Color information
#19354D (or 0x19354D) is known color: Blue Whale. HEX triplet: 19, 35 and 4D. RGB value is (25,53,77). Sum of RGB (Red+Green+Blue) = 25+53+77=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #19354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19354D is #E6CAB2. Grayscale: #2F2F2F. Windows color (decimal): -15125171 or 5059865. OLE color: 5059865.
HSL color Cylindrical-coordinate representation of color #19354D: hue angle of 207.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19354D is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 53 | 77 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.70 |
| HSL | 207.69º | 0.51% | 0.2% | - |
| HSV(B) | 207.69º | 0.68% | 0.3% | - |
| XYZ | 3.01 | 3.29 | 7.5 | - |
| YUV | 47.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 77 | 0.68 | 0.31 | 0 | 0.70 | 207.69 | 0.51 | 0.2 |
| Hex | 19 | 35 | 4D | 44 | 1F | 0 | 46 | D0 | 33 | 14 |
| Octal | 31 | 65 | 115 | 104 | 37 | 0 | 106 | 320 | 63 | 24 |
| Binary | 11001 | 110101 | 1001101 | 1000100 | 11111 | 0 | 1000110 | 11010000 | 110011 | 10100 |
Color Harmonies of #19354D
Complementary color
Monochromatic Colors of #19354D
Black with #19354D
Text Example
Text Example
White with #19354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19354D; }
p { color: rgb(25,53,77); }
H1.HeaderClassName
{
color: #19354D;
}
.AnyTagClassName
{
color: #19354D;
}
</style>
background-color css
<style>
a { background-color: #19354D; }
a { background-color: rgb(25,53,77); }
div.DivClassName
{
background-color: #19354D;
}
.BgClassName
{
background-color: #19354D;
}
</style>
border-color css
<style>
span { border-color: #19354D; }
span { border-color: rgb(25,53,77); }
td.TdClassName
{
border-color: #19354D;
}
.TagClassName
{
border-color: #19354D;
}
</style>