Shades of Blue Whale #19314B
Tints of Blue Whale #19314B
RGB
CMYK
RGB Variations
Color information
#19314B (or 0x19314B) is known color: Blue Whale. HEX triplet: 19, 31 and 4B. RGB value is (25,49,75). Sum of RGB (Red+Green+Blue) = 25+49+75=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #19314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19314B is #E6CEB4. Grayscale: #2C2C2C. Windows color (decimal): -15126197 or 4927769. OLE color: 4927769.
HSL color Cylindrical-coordinate representation of color #19314B: hue angle of 211.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19314B is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 49 | 75 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.71 |
| HSL | 211.2º | 0.5% | 0.2% | - |
| HSV(B) | 211.2º | 0.67% | 0.29% | - |
| XYZ | 2.77 | 2.91 | 7.07 | - |
| YUV | 44.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 75 | 0.67 | 0.35 | 0 | 0.71 | 211.2 | 0.5 | 0.2 |
| Hex | 19 | 31 | 4B | 43 | 23 | 0 | 47 | D3 | 32 | 14 |
| Octal | 31 | 61 | 113 | 103 | 43 | 0 | 107 | 323 | 62 | 24 |
| Binary | 11001 | 110001 | 1001011 | 1000011 | 100011 | 0 | 1000111 | 11010011 | 110010 | 10100 |
Color Harmonies of #19314B
Complementary color
Monochromatic Colors of #19314B
Black with #19314B
Text Example
Text Example
White with #19314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19314B; }
p { color: rgb(25,49,75); }
H1.HeaderClassName
{
color: #19314B;
}
.AnyTagClassName
{
color: #19314B;
}
</style>
background-color css
<style>
a { background-color: #19314B; }
a { background-color: rgb(25,49,75); }
div.DivClassName
{
background-color: #19314B;
}
.BgClassName
{
background-color: #19314B;
}
</style>
border-color css
<style>
span { border-color: #19314B; }
span { border-color: rgb(25,49,75); }
td.TdClassName
{
border-color: #19314B;
}
.TagClassName
{
border-color: #19314B;
}
</style>