Shades of Blue Whale #052D47
Tints of Blue Whale #052D47
RGB
CMYK
RGB Variations
Color information
#052D47 (or 0x052D47) is known color: Blue Whale. HEX triplet: 05, 2D and 47. RGB value is (5,45,71). Sum of RGB (Red+Green+Blue) = 5+45+71=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #052D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D47 is #FAD2B8. Grayscale: #232323. Windows color (decimal): -16437945 or 4664581. OLE color: 4664581.
HSL color Cylindrical-coordinate representation of color #052D47: hue angle of 203.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052D47 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 45 | 71 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.72 |
| HSL | 203.64º | 0.87% | 0.15% | - |
| HSV(B) | 203.64º | 0.93% | 0.28% | - |
| XYZ | 2.14 | 2.36 | 6.3 | - |
| YUV | 36 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 71 | 0.93 | 0.37 | 0 | 0.72 | 203.64 | 0.87 | 0.15 |
| Hex | 5 | 2D | 47 | 5D | 25 | 0 | 48 | CC | 57 | F |
| Octal | 5 | 55 | 107 | 135 | 45 | 0 | 110 | 314 | 127 | 17 |
| Binary | 101 | 101101 | 1000111 | 1011101 | 100101 | 0 | 1001000 | 11001100 | 1010111 | 1111 |
Color Harmonies of #052D47
Complementary color
Monochromatic Colors of #052D47
Black with #052D47
Text Example
Text Example
White with #052D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D47; }
p { color: rgb(5,45,71); }
H1.HeaderClassName
{
color: #052D47;
}
.AnyTagClassName
{
color: #052D47;
}
</style>
background-color css
<style>
a { background-color: #052D47; }
a { background-color: rgb(5,45,71); }
div.DivClassName
{
background-color: #052D47;
}
.BgClassName
{
background-color: #052D47;
}
</style>
border-color css
<style>
span { border-color: #052D47; }
span { border-color: rgb(5,45,71); }
td.TdClassName
{
border-color: #052D47;
}
.TagClassName
{
border-color: #052D47;
}
</style>