Shades of Blue Whale #052B4B
Tints of Blue Whale #052B4B
RGB
CMYK
RGB Variations
Color information
#052B4B (or 0x052B4B) is known color: Blue Whale. HEX triplet: 05, 2B and 4B. RGB value is (5,43,75). Sum of RGB (Red+Green+Blue) = 5+43+75=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #052B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B4B is #FAD4B4. Grayscale: #232323. Windows color (decimal): -16438453 or 4926213. OLE color: 4926213.
HSL color Cylindrical-coordinate representation of color #052B4B: hue angle of 207.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052B4B is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 43 | 75 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.71 |
| HSL | 207.43º | 0.88% | 0.16% | - |
| HSV(B) | 207.43º | 0.93% | 0.29% | - |
| XYZ | 2.2 | 2.27 | 6.98 | - |
| YUV | 35.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 75 | 0.93 | 0.43 | 0 | 0.71 | 207.43 | 0.88 | 0.16 |
| Hex | 5 | 2B | 4B | 5D | 2B | 0 | 47 | CF | 58 | 10 |
| Octal | 5 | 53 | 113 | 135 | 53 | 0 | 107 | 317 | 130 | 20 |
| Binary | 101 | 101011 | 1001011 | 1011101 | 101011 | 0 | 1000111 | 11001111 | 1011000 | 10000 |
Color Harmonies of #052B4B
Complementary color
Monochromatic Colors of #052B4B
Black with #052B4B
Text Example
Text Example
White with #052B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B4B; }
p { color: rgb(5,43,75); }
H1.HeaderClassName
{
color: #052B4B;
}
.AnyTagClassName
{
color: #052B4B;
}
</style>
background-color css
<style>
a { background-color: #052B4B; }
a { background-color: rgb(5,43,75); }
div.DivClassName
{
background-color: #052B4B;
}
.BgClassName
{
background-color: #052B4B;
}
</style>
border-color css
<style>
span { border-color: #052B4B; }
span { border-color: rgb(5,43,75); }
td.TdClassName
{
border-color: #052B4B;
}
.TagClassName
{
border-color: #052B4B;
}
</style>