Shades of Blue Whale #062D41
Tints of Blue Whale #062D41
RGB
CMYK
RGB Variations
Color information
#062D41 (or 0x062D41) is known color: Blue Whale. HEX triplet: 06, 2D and 41. RGB value is (6,45,65). Sum of RGB (Red+Green+Blue) = 6+45+65=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #062D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D41 is #F9D2BE. Grayscale: #232323. Windows color (decimal): -16372415 or 4271366. OLE color: 4271366.
HSL color Cylindrical-coordinate representation of color #062D41: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062D41 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 45 | 65 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.75 |
| HSL | 200.34º | 0.83% | 0.14% | - |
| HSV(B) | 200.34º | 0.91% | 0.25% | - |
| XYZ | 1.97 | 2.3 | 5.34 | - |
| YUV | 35.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 65 | 0.91 | 0.31 | 0 | 0.75 | 200.34 | 0.83 | 0.14 |
| Hex | 6 | 2D | 41 | 5B | 1F | 0 | 4B | C8 | 53 | E |
| Octal | 6 | 55 | 101 | 133 | 37 | 0 | 113 | 310 | 123 | 16 |
| Binary | 110 | 101101 | 1000001 | 1011011 | 11111 | 0 | 1001011 | 11001000 | 1010011 | 1110 |
Color Harmonies of #062D41
Complementary color
Monochromatic Colors of #062D41
Black with #062D41
Text Example
Text Example
White with #062D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D41; }
p { color: rgb(6,45,65); }
H1.HeaderClassName
{
color: #062D41;
}
.AnyTagClassName
{
color: #062D41;
}
</style>
background-color css
<style>
a { background-color: #062D41; }
a { background-color: rgb(6,45,65); }
div.DivClassName
{
background-color: #062D41;
}
.BgClassName
{
background-color: #062D41;
}
</style>
border-color css
<style>
span { border-color: #062D41; }
span { border-color: rgb(6,45,65); }
td.TdClassName
{
border-color: #062D41;
}
.TagClassName
{
border-color: #062D41;
}
</style>