Shades of Blue Whale #062E47
Tints of Blue Whale #062E47
RGB
CMYK
RGB Variations
Color information
#062E47 (or 0x062E47) is known color: Blue Whale. HEX triplet: 06, 2E and 47. RGB value is (6,46,71). Sum of RGB (Red+Green+Blue) = 6+46+71=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #062E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E47 is #F9D1B8. Grayscale: #242424. Windows color (decimal): -16372153 or 4664838. OLE color: 4664838.
HSL color Cylindrical-coordinate representation of color #062E47: hue angle of 203.08º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062E47 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 46 | 71 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.72 |
| HSL | 203.08º | 0.84% | 0.15% | - |
| HSV(B) | 203.08º | 0.92% | 0.28% | - |
| XYZ | 2.19 | 2.45 | 6.32 | - |
| YUV | 36.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 71 | 0.92 | 0.35 | 0 | 0.72 | 203.08 | 0.84 | 0.15 |
| Hex | 6 | 2E | 47 | 5C | 23 | 0 | 48 | CB | 54 | F |
| Octal | 6 | 56 | 107 | 134 | 43 | 0 | 110 | 313 | 124 | 17 |
| Binary | 110 | 101110 | 1000111 | 1011100 | 100011 | 0 | 1001000 | 11001011 | 1010100 | 1111 |
Color Harmonies of #062E47
Complementary color
Monochromatic Colors of #062E47
Black with #062E47
Text Example
Text Example
White with #062E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E47; }
p { color: rgb(6,46,71); }
H1.HeaderClassName
{
color: #062E47;
}
.AnyTagClassName
{
color: #062E47;
}
</style>
background-color css
<style>
a { background-color: #062E47; }
a { background-color: rgb(6,46,71); }
div.DivClassName
{
background-color: #062E47;
}
.BgClassName
{
background-color: #062E47;
}
</style>
border-color css
<style>
span { border-color: #062E47; }
span { border-color: rgb(6,46,71); }
td.TdClassName
{
border-color: #062E47;
}
.TagClassName
{
border-color: #062E47;
}
</style>