Shades of Blue Whale #052C4A
Tints of Blue Whale #052C4A
RGB
CMYK
RGB Variations
Color information
#052C4A (or 0x052C4A) is known color: Blue Whale. HEX triplet: 05, 2C and 4A. RGB value is (5,44,74). Sum of RGB (Red+Green+Blue) = 5+44+74=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #052C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C4A is #FAD3B5. Grayscale: #232323. Windows color (decimal): -16438198 or 4860933. OLE color: 4860933.
HSL color Cylindrical-coordinate representation of color #052C4A: hue angle of 206.09º 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 #052C4A is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 44 | 74 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.71 |
| HSL | 206.09º | 0.87% | 0.15% | - |
| HSV(B) | 206.09º | 0.93% | 0.29% | - |
| XYZ | 2.2 | 2.33 | 6.81 | - |
| YUV | 35.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 74 | 0.93 | 0.41 | 0 | 0.71 | 206.09 | 0.87 | 0.15 |
| Hex | 5 | 2C | 4A | 5D | 29 | 0 | 47 | CE | 57 | F |
| Octal | 5 | 54 | 112 | 135 | 51 | 0 | 107 | 316 | 127 | 17 |
| Binary | 101 | 101100 | 1001010 | 1011101 | 101001 | 0 | 1000111 | 11001110 | 1010111 | 1111 |
Color Harmonies of #052C4A
Complementary color
Monochromatic Colors of #052C4A
Black with #052C4A
Text Example
Text Example
White with #052C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C4A; }
p { color: rgb(5,44,74); }
H1.HeaderClassName
{
color: #052C4A;
}
.AnyTagClassName
{
color: #052C4A;
}
</style>
background-color css
<style>
a { background-color: #052C4A; }
a { background-color: rgb(5,44,74); }
div.DivClassName
{
background-color: #052C4A;
}
.BgClassName
{
background-color: #052C4A;
}
</style>
border-color css
<style>
span { border-color: #052C4A; }
span { border-color: rgb(5,44,74); }
td.TdClassName
{
border-color: #052C4A;
}
.TagClassName
{
border-color: #052C4A;
}
</style>