Shades of Blue Whale #19344C
Tints of Blue Whale #19344C
RGB
CMYK
RGB Variations
Color information
#19344C (or 0x19344C) is known color: Blue Whale. HEX triplet: 19, 34 and 4C. RGB value is (25,52,76). Sum of RGB (Red+Green+Blue) = 25+52+76=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #19344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19344C is #E6CBB3. Grayscale: #2E2E2E. Windows color (decimal): -15125428 or 4994073. OLE color: 4994073.
HSL color Cylindrical-coordinate representation of color #19344C: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19344C is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 52 | 76 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.70 |
| HSL | 208.24º | 0.5% | 0.2% | - |
| HSV(B) | 208.24º | 0.67% | 0.3% | - |
| XYZ | 2.93 | 3.18 | 7.3 | - |
| YUV | 46.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 76 | 0.67 | 0.32 | 0 | 0.70 | 208.24 | 0.5 | 0.2 |
| Hex | 19 | 34 | 4C | 43 | 20 | 0 | 46 | D0 | 32 | 14 |
| Octal | 31 | 64 | 114 | 103 | 40 | 0 | 106 | 320 | 62 | 24 |
| Binary | 11001 | 110100 | 1001100 | 1000011 | 100000 | 0 | 1000110 | 11010000 | 110010 | 10100 |
Color Harmonies of #19344C
Complementary color
Monochromatic Colors of #19344C
Black with #19344C
Text Example
Text Example
White with #19344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19344C; }
p { color: rgb(25,52,76); }
H1.HeaderClassName
{
color: #19344C;
}
.AnyTagClassName
{
color: #19344C;
}
</style>
background-color css
<style>
a { background-color: #19344C; }
a { background-color: rgb(25,52,76); }
div.DivClassName
{
background-color: #19344C;
}
.BgClassName
{
background-color: #19344C;
}
</style>
border-color css
<style>
span { border-color: #19344C; }
span { border-color: rgb(25,52,76); }
td.TdClassName
{
border-color: #19344C;
}
.TagClassName
{
border-color: #19344C;
}
</style>