Shades of Blue Whale #062D4B
Tints of Blue Whale #062D4B
RGB
CMYK
RGB Variations
Color information
#062D4B (or 0x062D4B) is known color: Blue Whale. HEX triplet: 06, 2D and 4B. RGB value is (6,45,75). Sum of RGB (Red+Green+Blue) = 6+45+75=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #062D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D4B is #F9D2B4. Grayscale: #242424. Windows color (decimal): -16372405 or 4926726. OLE color: 4926726.
HSL color Cylindrical-coordinate representation of color #062D4B: hue angle of 206.09º 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 #062D4B is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 45 | 75 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.71 |
| HSL | 206.09º | 0.85% | 0.16% | - |
| HSV(B) | 206.09º | 0.92% | 0.29% | - |
| XYZ | 2.28 | 2.42 | 7 | - |
| YUV | 36.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 75 | 0.92 | 0.40 | 0 | 0.71 | 206.09 | 0.85 | 0.16 |
| Hex | 6 | 2D | 4B | 5C | 28 | 0 | 47 | CE | 55 | 10 |
| Octal | 6 | 55 | 113 | 134 | 50 | 0 | 107 | 316 | 125 | 20 |
| Binary | 110 | 101101 | 1001011 | 1011100 | 101000 | 0 | 1000111 | 11001110 | 1010101 | 10000 |
Color Harmonies of #062D4B
Complementary color
Monochromatic Colors of #062D4B
Black with #062D4B
Text Example
Text Example
White with #062D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062D4B; }
p { color: rgb(6,45,75); }
H1.HeaderClassName
{
color: #062D4B;
}
.AnyTagClassName
{
color: #062D4B;
}
</style>
background-color css
<style>
a { background-color: #062D4B; }
a { background-color: rgb(6,45,75); }
div.DivClassName
{
background-color: #062D4B;
}
.BgClassName
{
background-color: #062D4B;
}
</style>
border-color css
<style>
span { border-color: #062D4B; }
span { border-color: rgb(6,45,75); }
td.TdClassName
{
border-color: #062D4B;
}
.TagClassName
{
border-color: #062D4B;
}
</style>