Shades of Blue Whale #19364B
Tints of Blue Whale #19364B
RGB
CMYK
RGB Variations
Color information
#19364B (or 0x19364B) is known color: Blue Whale. HEX triplet: 19, 36 and 4B. RGB value is (25,54,75). Sum of RGB (Red+Green+Blue) = 25+54+75=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #19364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19364B is #E6C9B4. Grayscale: #2F2F2F. Windows color (decimal): -15124917 or 4929049. OLE color: 4929049.
HSL color Cylindrical-coordinate representation of color #19364B: hue angle of 205.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 #19364B is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 54 | 75 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.71 |
| HSL | 205.2º | 0.5% | 0.2% | - |
| HSV(B) | 205.2º | 0.67% | 0.29% | - |
| XYZ | 2.99 | 3.35 | 7.15 | - |
| YUV | 47.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 75 | 0.67 | 0.28 | 0 | 0.71 | 205.2 | 0.5 | 0.2 |
| Hex | 19 | 36 | 4B | 43 | 1C | 0 | 47 | CD | 32 | 14 |
| Octal | 31 | 66 | 113 | 103 | 34 | 0 | 107 | 315 | 62 | 24 |
| Binary | 11001 | 110110 | 1001011 | 1000011 | 11100 | 0 | 1000111 | 11001101 | 110010 | 10100 |
Color Harmonies of #19364B
Complementary color
Monochromatic Colors of #19364B
Black with #19364B
Text Example
Text Example
White with #19364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19364B; }
p { color: rgb(25,54,75); }
H1.HeaderClassName
{
color: #19364B;
}
.AnyTagClassName
{
color: #19364B;
}
</style>
background-color css
<style>
a { background-color: #19364B; }
a { background-color: rgb(25,54,75); }
div.DivClassName
{
background-color: #19364B;
}
.BgClassName
{
background-color: #19364B;
}
</style>
border-color css
<style>
span { border-color: #19364B; }
span { border-color: rgb(25,54,75); }
td.TdClassName
{
border-color: #19364B;
}
.TagClassName
{
border-color: #19364B;
}
</style>