Shades of Blue Whale #042C45
Tints of Blue Whale #042C45
RGB
CMYK
RGB Variations
Color information
#042C45 (or 0x042C45) is known color: Blue Whale. HEX triplet: 04, 2C and 45. RGB value is (4,44,69). Sum of RGB (Red+Green+Blue) = 4+44+69=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #042C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C45 is #FBD3BA. Grayscale: #222222. Windows color (decimal): -16503739 or 4533252. OLE color: 4533252.
HSL color Cylindrical-coordinate representation of color #042C45: hue angle of 203.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042C45 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 44 | 69 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.73 |
| HSL | 203.08º | 0.89% | 0.14% | - |
| HSV(B) | 203.08º | 0.94% | 0.27% | - |
| XYZ | 2.02 | 2.26 | 5.96 | - |
| YUV | 34.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 69 | 0.94 | 0.36 | 0 | 0.73 | 203.08 | 0.89 | 0.14 |
| Hex | 4 | 2C | 45 | 5E | 24 | 0 | 49 | CB | 59 | E |
| Octal | 4 | 54 | 105 | 136 | 44 | 0 | 111 | 313 | 131 | 16 |
| Binary | 100 | 101100 | 1000101 | 1011110 | 100100 | 0 | 1001001 | 11001011 | 1011001 | 1110 |
Color Harmonies of #042C45
Complementary color
Monochromatic Colors of #042C45
Black with #042C45
Text Example
Text Example
White with #042C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C45; }
p { color: rgb(4,44,69); }
H1.HeaderClassName
{
color: #042C45;
}
.AnyTagClassName
{
color: #042C45;
}
</style>
background-color css
<style>
a { background-color: #042C45; }
a { background-color: rgb(4,44,69); }
div.DivClassName
{
background-color: #042C45;
}
.BgClassName
{
background-color: #042C45;
}
</style>
border-color css
<style>
span { border-color: #042C45; }
span { border-color: rgb(4,44,69); }
td.TdClassName
{
border-color: #042C45;
}
.TagClassName
{
border-color: #042C45;
}
</style>