Shades of Blue Whale #19333F
Tints of Blue Whale #19333F
RGB
CMYK
RGB Variations
Color information
#19333F (or 0x19333F) is known color: Blue Whale. HEX triplet: 19, 33 and 3F. RGB value is (25,51,63). Sum of RGB (Red+Green+Blue) = 25+51+63=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #19333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19333F is #E6CCC0. Grayscale: #2C2C2C. Windows color (decimal): -15125697 or 4141849. OLE color: 4141849.
HSL color Cylindrical-coordinate representation of color #19333F: hue angle of 198.95º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19333F is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 51 | 63 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.75 |
| HSL | 198.95º | 0.43% | 0.17% | - |
| HSV(B) | 198.95º | 0.6% | 0.25% | - |
| XYZ | 2.48 | 2.93 | 5.14 | - |
| YUV | 44.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 63 | 0.60 | 0.19 | 0 | 0.75 | 198.95 | 0.43 | 0.17 |
| Hex | 19 | 33 | 3F | 3C | 13 | 0 | 4B | C7 | 2B | 11 |
| Octal | 31 | 63 | 77 | 74 | 23 | 0 | 113 | 307 | 53 | 21 |
| Binary | 11001 | 110011 | 111111 | 111100 | 10011 | 0 | 1001011 | 11000111 | 101011 | 10001 |
Color Harmonies of #19333F
Complementary color
Monochromatic Colors of #19333F
Black with #19333F
Text Example
Text Example
White with #19333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19333F; }
p { color: rgb(25,51,63); }
H1.HeaderClassName
{
color: #19333F;
}
.AnyTagClassName
{
color: #19333F;
}
</style>
background-color css
<style>
a { background-color: #19333F; }
a { background-color: rgb(25,51,63); }
div.DivClassName
{
background-color: #19333F;
}
.BgClassName
{
background-color: #19333F;
}
</style>
border-color css
<style>
span { border-color: #19333F; }
span { border-color: rgb(25,51,63); }
td.TdClassName
{
border-color: #19333F;
}
.TagClassName
{
border-color: #19333F;
}
</style>