Shades of Blue Whale #19354A
Tints of Blue Whale #19354A
RGB
CMYK
RGB Variations
Color information
#19354A (or 0x19354A) is known color: Blue Whale. HEX triplet: 19, 35 and 4A. RGB value is (25,53,74). Sum of RGB (Red+Green+Blue) = 25+53+74=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #19354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19354A is #E6CAB5. Grayscale: #2E2E2E. Windows color (decimal): -15125174 or 4863257. OLE color: 4863257.
HSL color Cylindrical-coordinate representation of color #19354A: hue angle of 205.71º 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 #19354A is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 53 | 74 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.71 |
| HSL | 205.71º | 0.49% | 0.19% | - |
| HSV(B) | 205.71º | 0.66% | 0.29% | - |
| XYZ | 2.91 | 3.25 | 6.95 | - |
| YUV | 47.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 74 | 0.66 | 0.28 | 0 | 0.71 | 205.71 | 0.49 | 0.19 |
| Hex | 19 | 35 | 4A | 42 | 1C | 0 | 47 | CE | 31 | 13 |
| Octal | 31 | 65 | 112 | 102 | 34 | 0 | 107 | 316 | 61 | 23 |
| Binary | 11001 | 110101 | 1001010 | 1000010 | 11100 | 0 | 1000111 | 11001110 | 110001 | 10011 |
Color Harmonies of #19354A
Complementary color
Monochromatic Colors of #19354A
Black with #19354A
Text Example
Text Example
White with #19354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19354A; }
p { color: rgb(25,53,74); }
H1.HeaderClassName
{
color: #19354A;
}
.AnyTagClassName
{
color: #19354A;
}
</style>
background-color css
<style>
a { background-color: #19354A; }
a { background-color: rgb(25,53,74); }
div.DivClassName
{
background-color: #19354A;
}
.BgClassName
{
background-color: #19354A;
}
</style>
border-color css
<style>
span { border-color: #19354A; }
span { border-color: rgb(25,53,74); }
td.TdClassName
{
border-color: #19354A;
}
.TagClassName
{
border-color: #19354A;
}
</style>