Shades of Blue Whale #052F47
Tints of Blue Whale #052F47
RGB
CMYK
RGB Variations
Color information
#052F47 (or 0x052F47) is known color: Blue Whale. HEX triplet: 05, 2F and 47. RGB value is (5,47,71). Sum of RGB (Red+Green+Blue) = 5+47+71=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #052F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F47 is #FAD0B8. Grayscale: #252525. Windows color (decimal): -16437433 or 4665093. OLE color: 4665093.
HSL color Cylindrical-coordinate representation of color #052F47: hue angle of 201.82º 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 #052F47 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 47 | 71 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.72 |
| HSL | 201.82º | 0.87% | 0.15% | - |
| HSV(B) | 201.82º | 0.93% | 0.28% | - |
| XYZ | 2.22 | 2.52 | 6.33 | - |
| YUV | 37.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 71 | 0.93 | 0.34 | 0 | 0.72 | 201.82 | 0.87 | 0.15 |
| Hex | 5 | 2F | 47 | 5D | 22 | 0 | 48 | CA | 57 | F |
| Octal | 5 | 57 | 107 | 135 | 42 | 0 | 110 | 312 | 127 | 17 |
| Binary | 101 | 101111 | 1000111 | 1011101 | 100010 | 0 | 1001000 | 11001010 | 1010111 | 1111 |
Color Harmonies of #052F47
Complementary color
Monochromatic Colors of #052F47
Black with #052F47
Text Example
Text Example
White with #052F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F47; }
p { color: rgb(5,47,71); }
H1.HeaderClassName
{
color: #052F47;
}
.AnyTagClassName
{
color: #052F47;
}
</style>
background-color css
<style>
a { background-color: #052F47; }
a { background-color: rgb(5,47,71); }
div.DivClassName
{
background-color: #052F47;
}
.BgClassName
{
background-color: #052F47;
}
</style>
border-color css
<style>
span { border-color: #052F47; }
span { border-color: rgb(5,47,71); }
td.TdClassName
{
border-color: #052F47;
}
.TagClassName
{
border-color: #052F47;
}
</style>