Shades of Blue Whale #052C42
Tints of Blue Whale #052C42
RGB
CMYK
RGB Variations
Color information
#052C42 (or 0x052C42) is known color: Blue Whale. HEX triplet: 05, 2C and 42. RGB value is (5,44,66). Sum of RGB (Red+Green+Blue) = 5+44+66=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #052C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C42 is #FAD3BD. Grayscale: #222222. Windows color (decimal): -16438206 or 4336645. OLE color: 4336645.
HSL color Cylindrical-coordinate representation of color #052C42: hue angle of 201.64º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052C42 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 44 | 66 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.74 |
| HSL | 201.64º | 0.86% | 0.14% | - |
| HSV(B) | 201.64º | 0.92% | 0.26% | - |
| XYZ | 1.95 | 2.23 | 5.48 | - |
| YUV | 34.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 66 | 0.92 | 0.33 | 0 | 0.74 | 201.64 | 0.86 | 0.14 |
| Hex | 5 | 2C | 42 | 5C | 21 | 0 | 4A | CA | 56 | E |
| Octal | 5 | 54 | 102 | 134 | 41 | 0 | 112 | 312 | 126 | 16 |
| Binary | 101 | 101100 | 1000010 | 1011100 | 100001 | 0 | 1001010 | 11001010 | 1010110 | 1110 |
Color Harmonies of #052C42
Complementary color
Monochromatic Colors of #052C42
Black with #052C42
Text Example
Text Example
White with #052C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C42; }
p { color: rgb(5,44,66); }
H1.HeaderClassName
{
color: #052C42;
}
.AnyTagClassName
{
color: #052C42;
}
</style>
background-color css
<style>
a { background-color: #052C42; }
a { background-color: rgb(5,44,66); }
div.DivClassName
{
background-color: #052C42;
}
.BgClassName
{
background-color: #052C42;
}
</style>
border-color css
<style>
span { border-color: #052C42; }
span { border-color: rgb(5,44,66); }
td.TdClassName
{
border-color: #052C42;
}
.TagClassName
{
border-color: #052C42;
}
</style>