Shades of Blue Whale #022A49
Tints of Blue Whale #022A49
RGB
CMYK
RGB Variations
Color information
#022A49 (or 0x022A49) is known color: Blue Whale. HEX triplet: 02, 2A and 49. RGB value is (2,42,73). Sum of RGB (Red+Green+Blue) = 2+42+73=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #022A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A49 is #FDD5B6. Grayscale: #212121. Windows color (decimal): -16635319 or 4794882. OLE color: 4794882.
HSL color Cylindrical-coordinate representation of color #022A49: hue angle of 206.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A49 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 42 | 73 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.71 |
| HSL | 206.2º | 0.95% | 0.15% | - |
| HSV(B) | 206.2º | 0.97% | 0.29% | - |
| XYZ | 2.06 | 2.15 | 6.61 | - |
| YUV | 33.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 73 | 0.97 | 0.42 | 0 | 0.71 | 206.2 | 0.95 | 0.15 |
| Hex | 2 | 2A | 49 | 61 | 2A | 0 | 47 | CE | 5F | F |
| Octal | 2 | 52 | 111 | 141 | 52 | 0 | 107 | 316 | 137 | 17 |
| Binary | 10 | 101010 | 1001001 | 1100001 | 101010 | 0 | 1000111 | 11001110 | 1011111 | 1111 |
Color Harmonies of #022A49
Complementary color
Monochromatic Colors of #022A49
Black with #022A49
Text Example
Text Example
White with #022A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A49; }
p { color: rgb(2,42,73); }
H1.HeaderClassName
{
color: #022A49;
}
.AnyTagClassName
{
color: #022A49;
}
</style>
background-color css
<style>
a { background-color: #022A49; }
a { background-color: rgb(2,42,73); }
div.DivClassName
{
background-color: #022A49;
}
.BgClassName
{
background-color: #022A49;
}
</style>
border-color css
<style>
span { border-color: #022A49; }
span { border-color: rgb(2,42,73); }
td.TdClassName
{
border-color: #022A49;
}
.TagClassName
{
border-color: #022A49;
}
</style>