Shades of Blue Whale #19314A
Tints of Blue Whale #19314A
RGB
CMYK
RGB Variations
Color information
#19314A (or 0x19314A) is known color: Blue Whale. HEX triplet: 19, 31 and 4A. RGB value is (25,49,74). Sum of RGB (Red+Green+Blue) = 25+49+74=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #19314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19314A is #E6CEB5. Grayscale: #2C2C2C. Windows color (decimal): -15126198 or 4862233. OLE color: 4862233.
HSL color Cylindrical-coordinate representation of color #19314A: hue angle of 210.61º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19314A is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 49 | 74 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.71 |
| HSL | 210.61º | 0.49% | 0.19% | - |
| HSV(B) | 210.61º | 0.66% | 0.29% | - |
| XYZ | 2.74 | 2.9 | 6.89 | - |
| YUV | 44.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 74 | 0.66 | 0.34 | 0 | 0.71 | 210.61 | 0.49 | 0.19 |
| Hex | 19 | 31 | 4A | 42 | 22 | 0 | 47 | D3 | 31 | 13 |
| Octal | 31 | 61 | 112 | 102 | 42 | 0 | 107 | 323 | 61 | 23 |
| Binary | 11001 | 110001 | 1001010 | 1000010 | 100010 | 0 | 1000111 | 11010011 | 110001 | 10011 |
Color Harmonies of #19314A
Complementary color
Monochromatic Colors of #19314A
Black with #19314A
Text Example
Text Example
White with #19314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19314A; }
p { color: rgb(25,49,74); }
H1.HeaderClassName
{
color: #19314A;
}
.AnyTagClassName
{
color: #19314A;
}
</style>
background-color css
<style>
a { background-color: #19314A; }
a { background-color: rgb(25,49,74); }
div.DivClassName
{
background-color: #19314A;
}
.BgClassName
{
background-color: #19314A;
}
</style>
border-color css
<style>
span { border-color: #19314A; }
span { border-color: rgb(25,49,74); }
td.TdClassName
{
border-color: #19314A;
}
.TagClassName
{
border-color: #19314A;
}
</style>