Shades of Blue Whale #19364E
Tints of Blue Whale #19364E
RGB
CMYK
RGB Variations
Color information
#19364E (or 0x19364E) is known color: Blue Whale. HEX triplet: 19, 36 and 4E. RGB value is (25,54,78). Sum of RGB (Red+Green+Blue) = 25+54+78=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #19364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19364E is #E6C9B1. Grayscale: #2F2F2F. Windows color (decimal): -15124914 or 5125657. OLE color: 5125657.
HSL color Cylindrical-coordinate representation of color #19364E: hue angle of 207.17º 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 #19364E is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 54 | 78 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.69 |
| HSL | 207.17º | 0.51% | 0.2% | - |
| HSV(B) | 207.17º | 0.68% | 0.31% | - |
| XYZ | 3.1 | 3.4 | 7.7 | - |
| YUV | 48.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 78 | 0.68 | 0.31 | 0 | 0.69 | 207.17 | 0.51 | 0.2 |
| Hex | 19 | 36 | 4E | 44 | 1F | 0 | 45 | CF | 33 | 14 |
| Octal | 31 | 66 | 116 | 104 | 37 | 0 | 105 | 317 | 63 | 24 |
| Binary | 11001 | 110110 | 1001110 | 1000100 | 11111 | 0 | 1000101 | 11001111 | 110011 | 10100 |
Color Harmonies of #19364E
Complementary color
Monochromatic Colors of #19364E
Black with #19364E
Text Example
Text Example
White with #19364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19364E; }
p { color: rgb(25,54,78); }
H1.HeaderClassName
{
color: #19364E;
}
.AnyTagClassName
{
color: #19364E;
}
</style>
background-color css
<style>
a { background-color: #19364E; }
a { background-color: rgb(25,54,78); }
div.DivClassName
{
background-color: #19364E;
}
.BgClassName
{
background-color: #19364E;
}
</style>
border-color css
<style>
span { border-color: #19364E; }
span { border-color: rgb(25,54,78); }
td.TdClassName
{
border-color: #19364E;
}
.TagClassName
{
border-color: #19364E;
}
</style>