Shades of Blue Whale #053140
Tints of Blue Whale #053140
RGB
CMYK
RGB Variations
Color information
#053140 (or 0x053140) is known color: Blue Whale. HEX triplet: 05, 31 and 40. RGB value is (5,49,64). Sum of RGB (Red+Green+Blue) = 5+49+64=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #053140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053140 is #FACEBF. Grayscale: #252525. Windows color (decimal): -16436928 or 4206853. OLE color: 4206853.
HSL color Cylindrical-coordinate representation of color #053140: hue angle of 195.25º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053140 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 49 | 64 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.75 |
| HSL | 195.25º | 0.86% | 0.14% | - |
| HSV(B) | 195.25º | 0.92% | 0.25% | - |
| XYZ | 2.09 | 2.6 | 5.24 | - |
| YUV | 37.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 64 | 0.92 | 0.23 | 0 | 0.75 | 195.25 | 0.86 | 0.14 |
| Hex | 5 | 31 | 40 | 5C | 17 | 0 | 4B | C3 | 56 | E |
| Octal | 5 | 61 | 100 | 134 | 27 | 0 | 113 | 303 | 126 | 16 |
| Binary | 101 | 110001 | 1000000 | 1011100 | 10111 | 0 | 1001011 | 11000011 | 1010110 | 1110 |
Color Harmonies of #053140
Complementary color
Monochromatic Colors of #053140
Black with #053140
Text Example
Text Example
White with #053140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053140; }
p { color: rgb(5,49,64); }
H1.HeaderClassName
{
color: #053140;
}
.AnyTagClassName
{
color: #053140;
}
</style>
background-color css
<style>
a { background-color: #053140; }
a { background-color: rgb(5,49,64); }
div.DivClassName
{
background-color: #053140;
}
.BgClassName
{
background-color: #053140;
}
</style>
border-color css
<style>
span { border-color: #053140; }
span { border-color: rgb(5,49,64); }
td.TdClassName
{
border-color: #053140;
}
.TagClassName
{
border-color: #053140;
}
</style>