Shades of Blue Whale #19334D
Tints of Blue Whale #19334D
RGB
CMYK
RGB Variations
Color information
#19334D (or 0x19334D) is known color: Blue Whale. HEX triplet: 19, 33 and 4D. RGB value is (25,51,77). Sum of RGB (Red+Green+Blue) = 25+51+77=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #19334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19334D is #E6CCB2. Grayscale: #2E2E2E. Windows color (decimal): -15125683 or 5059353. OLE color: 5059353.
HSL color Cylindrical-coordinate representation of color #19334D: hue angle of 210º 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 #19334D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 51 | 77 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.70 |
| HSL | 210º | 0.51% | 0.2% | - |
| HSV(B) | 210º | 0.68% | 0.3% | - |
| XYZ | 2.92 | 3.11 | 7.47 | - |
| YUV | 46.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 77 | 0.68 | 0.34 | 0 | 0.70 | 210 | 0.51 | 0.2 |
| Hex | 19 | 33 | 4D | 44 | 22 | 0 | 46 | D2 | 33 | 14 |
| Octal | 31 | 63 | 115 | 104 | 42 | 0 | 106 | 322 | 63 | 24 |
| Binary | 11001 | 110011 | 1001101 | 1000100 | 100010 | 0 | 1000110 | 11010010 | 110011 | 10100 |
Color Harmonies of #19334D
Complementary color
Monochromatic Colors of #19334D
Black with #19334D
Text Example
Text Example
White with #19334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19334D; }
p { color: rgb(25,51,77); }
H1.HeaderClassName
{
color: #19334D;
}
.AnyTagClassName
{
color: #19334D;
}
</style>
background-color css
<style>
a { background-color: #19334D; }
a { background-color: rgb(25,51,77); }
div.DivClassName
{
background-color: #19334D;
}
.BgClassName
{
background-color: #19334D;
}
</style>
border-color css
<style>
span { border-color: #19334D; }
span { border-color: rgb(25,51,77); }
td.TdClassName
{
border-color: #19334D;
}
.TagClassName
{
border-color: #19334D;
}
</style>