Shades of Blue Whale #052F41
Tints of Blue Whale #052F41
RGB
CMYK
RGB Variations
Color information
#052F41 (or 0x052F41) is known color: Blue Whale. HEX triplet: 05, 2F and 41. RGB value is (5,47,65). Sum of RGB (Red+Green+Blue) = 5+47+65=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #052F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F41 is #FAD0BE. Grayscale: #242424. Windows color (decimal): -16437439 or 4271877. OLE color: 4271877.
HSL color Cylindrical-coordinate representation of color #052F41: hue angle of 198º 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 #052F41 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 47 | 65 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.75 |
| HSL | 198º | 0.86% | 0.14% | - |
| HSV(B) | 198º | 0.92% | 0.25% | - |
| XYZ | 2.03 | 2.45 | 5.37 | - |
| YUV | 36.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 65 | 0.92 | 0.28 | 0 | 0.75 | 198 | 0.86 | 0.14 |
| Hex | 5 | 2F | 41 | 5C | 1C | 0 | 4B | C6 | 56 | E |
| Octal | 5 | 57 | 101 | 134 | 34 | 0 | 113 | 306 | 126 | 16 |
| Binary | 101 | 101111 | 1000001 | 1011100 | 11100 | 0 | 1001011 | 11000110 | 1010110 | 1110 |
Color Harmonies of #052F41
Complementary color
Monochromatic Colors of #052F41
Black with #052F41
Text Example
Text Example
White with #052F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F41; }
p { color: rgb(5,47,65); }
H1.HeaderClassName
{
color: #052F41;
}
.AnyTagClassName
{
color: #052F41;
}
</style>
background-color css
<style>
a { background-color: #052F41; }
a { background-color: rgb(5,47,65); }
div.DivClassName
{
background-color: #052F41;
}
.BgClassName
{
background-color: #052F41;
}
</style>
border-color css
<style>
span { border-color: #052F41; }
span { border-color: rgb(5,47,65); }
td.TdClassName
{
border-color: #052F41;
}
.TagClassName
{
border-color: #052F41;
}
</style>