Shades of Blue Whale #022A45
Tints of Blue Whale #022A45
RGB
CMYK
RGB Variations
Color information
#022A45 (or 0x022A45) is known color: Blue Whale. HEX triplet: 02, 2A and 45. RGB value is (2,42,69). Sum of RGB (Red+Green+Blue) = 2+42+69=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #022A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A45 is #FDD5BA. Grayscale: #202020. Windows color (decimal): -16635323 or 4532738. OLE color: 4532738.
HSL color Cylindrical-coordinate representation of color #022A45: hue angle of 204.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A45 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 42 | 69 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.73 |
| HSL | 204.18º | 0.94% | 0.14% | - |
| HSV(B) | 204.18º | 0.97% | 0.27% | - |
| XYZ | 1.93 | 2.1 | 5.93 | - |
| YUV | 33.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 69 | 0.97 | 0.39 | 0 | 0.73 | 204.18 | 0.94 | 0.14 |
| Hex | 2 | 2A | 45 | 61 | 27 | 0 | 49 | CC | 5E | E |
| Octal | 2 | 52 | 105 | 141 | 47 | 0 | 111 | 314 | 136 | 16 |
| Binary | 10 | 101010 | 1000101 | 1100001 | 100111 | 0 | 1001001 | 11001100 | 1011110 | 1110 |
Color Harmonies of #022A45
Complementary color
Monochromatic Colors of #022A45
Black with #022A45
Text Example
Text Example
White with #022A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A45; }
p { color: rgb(2,42,69); }
H1.HeaderClassName
{
color: #022A45;
}
.AnyTagClassName
{
color: #022A45;
}
</style>
background-color css
<style>
a { background-color: #022A45; }
a { background-color: rgb(2,42,69); }
div.DivClassName
{
background-color: #022A45;
}
.BgClassName
{
background-color: #022A45;
}
</style>
border-color css
<style>
span { border-color: #022A45; }
span { border-color: rgb(2,42,69); }
td.TdClassName
{
border-color: #022A45;
}
.TagClassName
{
border-color: #022A45;
}
</style>