Shades of Blue Whale #022A47
Tints of Blue Whale #022A47
RGB
CMYK
RGB Variations
Color information
#022A47 (or 0x022A47) is known color: Blue Whale. HEX triplet: 02, 2A and 47. RGB value is (2,42,71). Sum of RGB (Red+Green+Blue) = 2+42+71=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #022A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A47 is #FDD5B8. Grayscale: #212121. Windows color (decimal): -16635321 or 4663810. OLE color: 4663810.
HSL color Cylindrical-coordinate representation of color #022A47: hue angle of 205.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A47 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 42 | 71 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.72 |
| HSL | 205.22º | 0.95% | 0.14% | - |
| HSV(B) | 205.22º | 0.97% | 0.28% | - |
| XYZ | 1.99 | 2.12 | 6.27 | - |
| YUV | 33.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 71 | 0.97 | 0.41 | 0 | 0.72 | 205.22 | 0.95 | 0.14 |
| Hex | 2 | 2A | 47 | 61 | 29 | 0 | 48 | CD | 5F | E |
| Octal | 2 | 52 | 107 | 141 | 51 | 0 | 110 | 315 | 137 | 16 |
| Binary | 10 | 101010 | 1000111 | 1100001 | 101001 | 0 | 1001000 | 11001101 | 1011111 | 1110 |
Color Harmonies of #022A47
Complementary color
Monochromatic Colors of #022A47
Black with #022A47
Text Example
Text Example
White with #022A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A47; }
p { color: rgb(2,42,71); }
H1.HeaderClassName
{
color: #022A47;
}
.AnyTagClassName
{
color: #022A47;
}
</style>
background-color css
<style>
a { background-color: #022A47; }
a { background-color: rgb(2,42,71); }
div.DivClassName
{
background-color: #022A47;
}
.BgClassName
{
background-color: #022A47;
}
</style>
border-color css
<style>
span { border-color: #022A47; }
span { border-color: rgb(2,42,71); }
td.TdClassName
{
border-color: #022A47;
}
.TagClassName
{
border-color: #022A47;
}
</style>