Shades of Blue Whale #19324E
Tints of Blue Whale #19324E
RGB
CMYK
RGB Variations
Color information
#19324E (or 0x19324E) is known color: Blue Whale. HEX triplet: 19, 32 and 4E. RGB value is (25,50,78). Sum of RGB (Red+Green+Blue) = 25+50+78=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #19324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19324E is #E6CDB1. Grayscale: #2D2D2D. Windows color (decimal): -15125938 or 5124633. OLE color: 5124633.
HSL color Cylindrical-coordinate representation of color #19324E: hue angle of 211.7º 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 #19324E is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 50 | 78 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.69 |
| HSL | 211.7º | 0.51% | 0.2% | - |
| HSV(B) | 211.7º | 0.68% | 0.31% | - |
| XYZ | 2.92 | 3.04 | 7.64 | - |
| YUV | 45.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 78 | 0.68 | 0.36 | 0 | 0.69 | 211.7 | 0.51 | 0.2 |
| Hex | 19 | 32 | 4E | 44 | 24 | 0 | 45 | D4 | 33 | 14 |
| Octal | 31 | 62 | 116 | 104 | 44 | 0 | 105 | 324 | 63 | 24 |
| Binary | 11001 | 110010 | 1001110 | 1000100 | 100100 | 0 | 1000101 | 11010100 | 110011 | 10100 |
Color Harmonies of #19324E
Complementary color
Monochromatic Colors of #19324E
Black with #19324E
Text Example
Text Example
White with #19324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19324E; }
p { color: rgb(25,50,78); }
H1.HeaderClassName
{
color: #19324E;
}
.AnyTagClassName
{
color: #19324E;
}
</style>
background-color css
<style>
a { background-color: #19324E; }
a { background-color: rgb(25,50,78); }
div.DivClassName
{
background-color: #19324E;
}
.BgClassName
{
background-color: #19324E;
}
</style>
border-color css
<style>
span { border-color: #19324E; }
span { border-color: rgb(25,50,78); }
td.TdClassName
{
border-color: #19324E;
}
.TagClassName
{
border-color: #19324E;
}
</style>