Shades of Blue Whale #052A4A
Tints of Blue Whale #052A4A
RGB
CMYK
RGB Variations
Color information
#052A4A (or 0x052A4A) is known color: Blue Whale. HEX triplet: 05, 2A and 4A. RGB value is (5,42,74). Sum of RGB (Red+Green+Blue) = 5+42+74=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #052A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A4A is #FAD5B5. Grayscale: #222222. Windows color (decimal): -16438710 or 4860421. OLE color: 4860421.
HSL color Cylindrical-coordinate representation of color #052A4A: hue angle of 207.83º 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 #052A4A is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 42 | 74 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.71 |
| HSL | 207.83º | 0.87% | 0.15% | - |
| HSV(B) | 207.83º | 0.93% | 0.29% | - |
| XYZ | 2.13 | 2.18 | 6.79 | - |
| YUV | 34.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 74 | 0.93 | 0.43 | 0 | 0.71 | 207.83 | 0.87 | 0.15 |
| Hex | 5 | 2A | 4A | 5D | 2B | 0 | 47 | D0 | 57 | F |
| Octal | 5 | 52 | 112 | 135 | 53 | 0 | 107 | 320 | 127 | 17 |
| Binary | 101 | 101010 | 1001010 | 1011101 | 101011 | 0 | 1000111 | 11010000 | 1010111 | 1111 |
Color Harmonies of #052A4A
Complementary color
Monochromatic Colors of #052A4A
Black with #052A4A
Text Example
Text Example
White with #052A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A4A; }
p { color: rgb(5,42,74); }
H1.HeaderClassName
{
color: #052A4A;
}
.AnyTagClassName
{
color: #052A4A;
}
</style>
background-color css
<style>
a { background-color: #052A4A; }
a { background-color: rgb(5,42,74); }
div.DivClassName
{
background-color: #052A4A;
}
.BgClassName
{
background-color: #052A4A;
}
</style>
border-color css
<style>
span { border-color: #052A4A; }
span { border-color: rgb(5,42,74); }
td.TdClassName
{
border-color: #052A4A;
}
.TagClassName
{
border-color: #052A4A;
}
</style>