Shades of Blue Whale #042A4A
Tints of Blue Whale #042A4A
RGB
CMYK
RGB Variations
Color information
#042A4A (or 0x042A4A) is known color: Blue Whale. HEX triplet: 04, 2A and 4A. RGB value is (4,42,74). Sum of RGB (Red+Green+Blue) = 4+42+74=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #042A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A4A is #FBD5B5. Grayscale: #222222. Windows color (decimal): -16504246 or 4860420. OLE color: 4860420.
HSL color Cylindrical-coordinate representation of color #042A4A: hue angle of 207.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042A4A is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 42 | 74 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.71 |
| HSL | 207.43º | 0.9% | 0.15% | - |
| HSV(B) | 207.43º | 0.95% | 0.29% | - |
| XYZ | 2.11 | 2.18 | 6.79 | - |
| YUV | 34.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 74 | 0.95 | 0.43 | 0 | 0.71 | 207.43 | 0.9 | 0.15 |
| Hex | 4 | 2A | 4A | 5F | 2B | 0 | 47 | CF | 5A | F |
| Octal | 4 | 52 | 112 | 137 | 53 | 0 | 107 | 317 | 132 | 17 |
| Binary | 100 | 101010 | 1001010 | 1011111 | 101011 | 0 | 1000111 | 11001111 | 1011010 | 1111 |
Color Harmonies of #042A4A
Complementary color
Monochromatic Colors of #042A4A
Black with #042A4A
Text Example
Text Example
White with #042A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A4A; }
p { color: rgb(4,42,74); }
H1.HeaderClassName
{
color: #042A4A;
}
.AnyTagClassName
{
color: #042A4A;
}
</style>
background-color css
<style>
a { background-color: #042A4A; }
a { background-color: rgb(4,42,74); }
div.DivClassName
{
background-color: #042A4A;
}
.BgClassName
{
background-color: #042A4A;
}
</style>
border-color css
<style>
span { border-color: #042A4A; }
span { border-color: rgb(4,42,74); }
td.TdClassName
{
border-color: #042A4A;
}
.TagClassName
{
border-color: #042A4A;
}
</style>