Shades of Blue Whale #19354C
Tints of Blue Whale #19354C
RGB
CMYK
RGB Variations
Color information
#19354C (or 0x19354C) is known color: Blue Whale. HEX triplet: 19, 35 and 4C. RGB value is (25,53,76). Sum of RGB (Red+Green+Blue) = 25+53+76=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #19354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19354C is #E6CAB3. Grayscale: #2F2F2F. Windows color (decimal): -15125172 or 4994329. OLE color: 4994329.
HSL color Cylindrical-coordinate representation of color #19354C: hue angle of 207.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19354C is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 53 | 76 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.70 |
| HSL | 207.06º | 0.5% | 0.2% | - |
| HSV(B) | 207.06º | 0.67% | 0.3% | - |
| XYZ | 2.98 | 3.27 | 7.31 | - |
| YUV | 47.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 76 | 0.67 | 0.30 | 0 | 0.70 | 207.06 | 0.5 | 0.2 |
| Hex | 19 | 35 | 4C | 43 | 1E | 0 | 46 | CF | 32 | 14 |
| Octal | 31 | 65 | 114 | 103 | 36 | 0 | 106 | 317 | 62 | 24 |
| Binary | 11001 | 110101 | 1001100 | 1000011 | 11110 | 0 | 1000110 | 11001111 | 110010 | 10100 |
Color Harmonies of #19354C
Complementary color
Monochromatic Colors of #19354C
Black with #19354C
Text Example
Text Example
White with #19354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19354C; }
p { color: rgb(25,53,76); }
H1.HeaderClassName
{
color: #19354C;
}
.AnyTagClassName
{
color: #19354C;
}
</style>
background-color css
<style>
a { background-color: #19354C; }
a { background-color: rgb(25,53,76); }
div.DivClassName
{
background-color: #19354C;
}
.BgClassName
{
background-color: #19354C;
}
</style>
border-color css
<style>
span { border-color: #19354C; }
span { border-color: rgb(25,53,76); }
td.TdClassName
{
border-color: #19354C;
}
.TagClassName
{
border-color: #19354C;
}
</style>