Shades of Blue Whale #19334E
Tints of Blue Whale #19334E
RGB
CMYK
RGB Variations
Color information
#19334E (or 0x19334E) is known color: Blue Whale. HEX triplet: 19, 33 and 4E. RGB value is (25,51,78). Sum of RGB (Red+Green+Blue) = 25+51+78=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #19334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19334E is #E6CCB1. Grayscale: #2E2E2E. Windows color (decimal): -15125682 or 5124889. OLE color: 5124889.
HSL color Cylindrical-coordinate representation of color #19334E: hue angle of 210.57º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19334E is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 51 | 78 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.69 |
| HSL | 210.57º | 0.51% | 0.2% | - |
| HSV(B) | 210.57º | 0.68% | 0.31% | - |
| XYZ | 2.96 | 3.12 | 7.65 | - |
| YUV | 46.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 78 | 0.68 | 0.35 | 0 | 0.69 | 210.57 | 0.51 | 0.2 |
| Hex | 19 | 33 | 4E | 44 | 23 | 0 | 45 | D3 | 33 | 14 |
| Octal | 31 | 63 | 116 | 104 | 43 | 0 | 105 | 323 | 63 | 24 |
| Binary | 11001 | 110011 | 1001110 | 1000100 | 100011 | 0 | 1000101 | 11010011 | 110011 | 10100 |
Color Harmonies of #19334E
Complementary color
Monochromatic Colors of #19334E
Black with #19334E
Text Example
Text Example
White with #19334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19334E; }
p { color: rgb(25,51,78); }
H1.HeaderClassName
{
color: #19334E;
}
.AnyTagClassName
{
color: #19334E;
}
</style>
background-color css
<style>
a { background-color: #19334E; }
a { background-color: rgb(25,51,78); }
div.DivClassName
{
background-color: #19334E;
}
.BgClassName
{
background-color: #19334E;
}
</style>
border-color css
<style>
span { border-color: #19334E; }
span { border-color: rgb(25,51,78); }
td.TdClassName
{
border-color: #19334E;
}
.TagClassName
{
border-color: #19334E;
}
</style>