Shades of Blue Whale #19324D
Tints of Blue Whale #19324D
RGB
CMYK
RGB Variations
Color information
#19324D (or 0x19324D) is known color: Blue Whale. HEX triplet: 19, 32 and 4D. RGB value is (25,50,77). Sum of RGB (Red+Green+Blue) = 25+50+77=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #19324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19324D is #E6CDB2. Grayscale: #2D2D2D. Windows color (decimal): -15125939 or 5059097. OLE color: 5059097.
HSL color Cylindrical-coordinate representation of color #19324D: hue angle of 211.15º 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 #19324D is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 50 | 77 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.70 |
| HSL | 211.15º | 0.51% | 0.2% | - |
| HSV(B) | 211.15º | 0.68% | 0.3% | - |
| XYZ | 2.88 | 3.02 | 7.45 | - |
| YUV | 45.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 77 | 0.68 | 0.35 | 0 | 0.70 | 211.15 | 0.51 | 0.2 |
| Hex | 19 | 32 | 4D | 44 | 23 | 0 | 46 | D3 | 33 | 14 |
| Octal | 31 | 62 | 115 | 104 | 43 | 0 | 106 | 323 | 63 | 24 |
| Binary | 11001 | 110010 | 1001101 | 1000100 | 100011 | 0 | 1000110 | 11010011 | 110011 | 10100 |
Color Harmonies of #19324D
Complementary color
Monochromatic Colors of #19324D
Black with #19324D
Text Example
Text Example
White with #19324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19324D; }
p { color: rgb(25,50,77); }
H1.HeaderClassName
{
color: #19324D;
}
.AnyTagClassName
{
color: #19324D;
}
</style>
background-color css
<style>
a { background-color: #19324D; }
a { background-color: rgb(25,50,77); }
div.DivClassName
{
background-color: #19324D;
}
.BgClassName
{
background-color: #19324D;
}
</style>
border-color css
<style>
span { border-color: #19324D; }
span { border-color: rgb(25,50,77); }
td.TdClassName
{
border-color: #19324D;
}
.TagClassName
{
border-color: #19324D;
}
</style>