Shades of Blue Whale #052B49
Tints of Blue Whale #052B49
RGB
CMYK
RGB Variations
Color information
#052B49 (or 0x052B49) is known color: Blue Whale. HEX triplet: 05, 2B and 49. RGB value is (5,43,73). Sum of RGB (Red+Green+Blue) = 5+43+73=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #052B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B49 is #FAD4B6. Grayscale: #222222. Windows color (decimal): -16438455 or 4795141. OLE color: 4795141.
HSL color Cylindrical-coordinate representation of color #052B49: hue angle of 206.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052B49 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 43 | 73 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.71 |
| HSL | 206.47º | 0.87% | 0.15% | - |
| HSV(B) | 206.47º | 0.93% | 0.29% | - |
| XYZ | 2.13 | 2.24 | 6.62 | - |
| YUV | 35.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 73 | 0.93 | 0.41 | 0 | 0.71 | 206.47 | 0.87 | 0.15 |
| Hex | 5 | 2B | 49 | 5D | 29 | 0 | 47 | CE | 57 | F |
| Octal | 5 | 53 | 111 | 135 | 51 | 0 | 107 | 316 | 127 | 17 |
| Binary | 101 | 101011 | 1001001 | 1011101 | 101001 | 0 | 1000111 | 11001110 | 1010111 | 1111 |
Color Harmonies of #052B49
Complementary color
Monochromatic Colors of #052B49
Black with #052B49
Text Example
Text Example
White with #052B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B49; }
p { color: rgb(5,43,73); }
H1.HeaderClassName
{
color: #052B49;
}
.AnyTagClassName
{
color: #052B49;
}
</style>
background-color css
<style>
a { background-color: #052B49; }
a { background-color: rgb(5,43,73); }
div.DivClassName
{
background-color: #052B49;
}
.BgClassName
{
background-color: #052B49;
}
</style>
border-color css
<style>
span { border-color: #052B49; }
span { border-color: rgb(5,43,73); }
td.TdClassName
{
border-color: #052B49;
}
.TagClassName
{
border-color: #052B49;
}
</style>