Shades of Blue Whale #062C42
Tints of Blue Whale #062C42
RGB
CMYK
RGB Variations
Color information
#062C42 (or 0x062C42) is known color: Blue Whale. HEX triplet: 06, 2C and 42. RGB value is (6,44,66). Sum of RGB (Red+Green+Blue) = 6+44+66=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #062C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C42 is #F9D3BD. Grayscale: #232323. Windows color (decimal): -16372670 or 4336646. OLE color: 4336646.
HSL color Cylindrical-coordinate representation of color #062C42: hue angle of 202º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062C42 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 44 | 66 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.74 |
| HSL | 202º | 0.83% | 0.14% | - |
| HSV(B) | 202º | 0.91% | 0.26% | - |
| XYZ | 1.96 | 2.23 | 5.48 | - |
| YUV | 35.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 66 | 0.91 | 0.33 | 0 | 0.74 | 202 | 0.83 | 0.14 |
| Hex | 6 | 2C | 42 | 5B | 21 | 0 | 4A | CA | 53 | E |
| Octal | 6 | 54 | 102 | 133 | 41 | 0 | 112 | 312 | 123 | 16 |
| Binary | 110 | 101100 | 1000010 | 1011011 | 100001 | 0 | 1001010 | 11001010 | 1010011 | 1110 |
Color Harmonies of #062C42
Complementary color
Monochromatic Colors of #062C42
Black with #062C42
Text Example
Text Example
White with #062C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C42; }
p { color: rgb(6,44,66); }
H1.HeaderClassName
{
color: #062C42;
}
.AnyTagClassName
{
color: #062C42;
}
</style>
background-color css
<style>
a { background-color: #062C42; }
a { background-color: rgb(6,44,66); }
div.DivClassName
{
background-color: #062C42;
}
.BgClassName
{
background-color: #062C42;
}
</style>
border-color css
<style>
span { border-color: #062C42; }
span { border-color: rgb(6,44,66); }
td.TdClassName
{
border-color: #062C42;
}
.TagClassName
{
border-color: #062C42;
}
</style>