Shades of Blue Whale #062E49
Tints of Blue Whale #062E49
RGB
CMYK
RGB Variations
Color information
#062E49 (or 0x062E49) is known color: Blue Whale. HEX triplet: 06, 2E and 49. RGB value is (6,46,73). Sum of RGB (Red+Green+Blue) = 6+46+73=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #062E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E49 is #F9D1B6. Grayscale: #242424. Windows color (decimal): -16372151 or 4795910. OLE color: 4795910.
HSL color Cylindrical-coordinate representation of color #062E49: hue angle of 204.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062E49 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 46 | 73 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.71 |
| HSL | 204.18º | 0.85% | 0.15% | - |
| HSV(B) | 204.18º | 0.92% | 0.29% | - |
| XYZ | 2.25 | 2.47 | 6.66 | - |
| YUV | 37.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 73 | 0.92 | 0.37 | 0 | 0.71 | 204.18 | 0.85 | 0.15 |
| Hex | 6 | 2E | 49 | 5C | 25 | 0 | 47 | CC | 55 | F |
| Octal | 6 | 56 | 111 | 134 | 45 | 0 | 107 | 314 | 125 | 17 |
| Binary | 110 | 101110 | 1001001 | 1011100 | 100101 | 0 | 1000111 | 11001100 | 1010101 | 1111 |
Color Harmonies of #062E49
Complementary color
Monochromatic Colors of #062E49
Black with #062E49
Text Example
Text Example
White with #062E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E49; }
p { color: rgb(6,46,73); }
H1.HeaderClassName
{
color: #062E49;
}
.AnyTagClassName
{
color: #062E49;
}
</style>
background-color css
<style>
a { background-color: #062E49; }
a { background-color: rgb(6,46,73); }
div.DivClassName
{
background-color: #062E49;
}
.BgClassName
{
background-color: #062E49;
}
</style>
border-color css
<style>
span { border-color: #062E49; }
span { border-color: rgb(6,46,73); }
td.TdClassName
{
border-color: #062E49;
}
.TagClassName
{
border-color: #062E49;
}
</style>