Shades of Blue Whale #062B4A
Tints of Blue Whale #062B4A
RGB
CMYK
RGB Variations
Color information
#062B4A (or 0x062B4A) is known color: Blue Whale. HEX triplet: 06, 2B and 4A. RGB value is (6,43,74). Sum of RGB (Red+Green+Blue) = 6+43+74=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 43 (17.19% from 255 or 34.96% 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 #062B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B4A is #F9D4B5. Grayscale: #232323. Windows color (decimal): -16372918 or 4860678. OLE color: 4860678.
HSL color Cylindrical-coordinate representation of color #062B4A: hue angle of 207.35º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062B4A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 43 | 74 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.71 |
| HSL | 207.35º | 0.85% | 0.16% | - |
| HSV(B) | 207.35º | 0.92% | 0.29% | - |
| XYZ | 2.18 | 2.26 | 6.8 | - |
| YUV | 35.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 74 | 0.92 | 0.42 | 0 | 0.71 | 207.35 | 0.85 | 0.16 |
| Hex | 6 | 2B | 4A | 5C | 2A | 0 | 47 | CF | 55 | 10 |
| Octal | 6 | 53 | 112 | 134 | 52 | 0 | 107 | 317 | 125 | 20 |
| Binary | 110 | 101011 | 1001010 | 1011100 | 101010 | 0 | 1000111 | 11001111 | 1010101 | 10000 |
Color Harmonies of #062B4A
Complementary color
Monochromatic Colors of #062B4A
Black with #062B4A
Text Example
Text Example
White with #062B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062B4A; }
p { color: rgb(6,43,74); }
H1.HeaderClassName
{
color: #062B4A;
}
.AnyTagClassName
{
color: #062B4A;
}
</style>
background-color css
<style>
a { background-color: #062B4A; }
a { background-color: rgb(6,43,74); }
div.DivClassName
{
background-color: #062B4A;
}
.BgClassName
{
background-color: #062B4A;
}
</style>
border-color css
<style>
span { border-color: #062B4A; }
span { border-color: rgb(6,43,74); }
td.TdClassName
{
border-color: #062B4A;
}
.TagClassName
{
border-color: #062B4A;
}
</style>