Shades of Blue Whale #062C45
Tints of Blue Whale #062C45
RGB
CMYK
RGB Variations
Color information
#062C45 (or 0x062C45) is known color: Blue Whale. HEX triplet: 06, 2C and 45. RGB value is (6,44,69). Sum of RGB (Red+Green+Blue) = 6+44+69=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #062C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C45 is #F9D3BA. Grayscale: #232323. Windows color (decimal): -16372667 or 4533254. OLE color: 4533254.
HSL color Cylindrical-coordinate representation of color #062C45: hue angle of 203.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062C45 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 44 | 69 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.73 |
| HSL | 203.81º | 0.84% | 0.15% | - |
| HSV(B) | 203.81º | 0.91% | 0.27% | - |
| XYZ | 2.05 | 2.27 | 5.96 | - |
| YUV | 35.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 69 | 0.91 | 0.36 | 0 | 0.73 | 203.81 | 0.84 | 0.15 |
| Hex | 6 | 2C | 45 | 5B | 24 | 0 | 49 | CC | 54 | F |
| Octal | 6 | 54 | 105 | 133 | 44 | 0 | 111 | 314 | 124 | 17 |
| Binary | 110 | 101100 | 1000101 | 1011011 | 100100 | 0 | 1001001 | 11001100 | 1010100 | 1111 |
Color Harmonies of #062C45
Complementary color
Monochromatic Colors of #062C45
Black with #062C45
Text Example
Text Example
White with #062C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C45; }
p { color: rgb(6,44,69); }
H1.HeaderClassName
{
color: #062C45;
}
.AnyTagClassName
{
color: #062C45;
}
</style>
background-color css
<style>
a { background-color: #062C45; }
a { background-color: rgb(6,44,69); }
div.DivClassName
{
background-color: #062C45;
}
.BgClassName
{
background-color: #062C45;
}
</style>
border-color css
<style>
span { border-color: #062C45; }
span { border-color: rgb(6,44,69); }
td.TdClassName
{
border-color: #062C45;
}
.TagClassName
{
border-color: #062C45;
}
</style>