Shades of Blue Whale #022A48
Tints of Blue Whale #022A48
RGB
CMYK
RGB Variations
Color information
#022A48 (or 0x022A48) is known color: Blue Whale. HEX triplet: 02, 2A and 48. RGB value is (2,42,72). Sum of RGB (Red+Green+Blue) = 2+42+72=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #022A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A48 is #FDD5B7. Grayscale: #212121. Windows color (decimal): -16635320 or 4729346. OLE color: 4729346.
HSL color Cylindrical-coordinate representation of color #022A48: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A48 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 42 | 72 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.72 |
| HSL | 205.71º | 0.95% | 0.15% | - |
| HSV(B) | 205.71º | 0.97% | 0.28% | - |
| XYZ | 2.02 | 2.14 | 6.44 | - |
| YUV | 33.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 72 | 0.97 | 0.42 | 0 | 0.72 | 205.71 | 0.95 | 0.15 |
| Hex | 2 | 2A | 48 | 61 | 2A | 0 | 48 | CE | 5F | F |
| Octal | 2 | 52 | 110 | 141 | 52 | 0 | 110 | 316 | 137 | 17 |
| Binary | 10 | 101010 | 1001000 | 1100001 | 101010 | 0 | 1001000 | 11001110 | 1011111 | 1111 |
Color Harmonies of #022A48
Complementary color
Monochromatic Colors of #022A48
Black with #022A48
Text Example
Text Example
White with #022A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A48; }
p { color: rgb(2,42,72); }
H1.HeaderClassName
{
color: #022A48;
}
.AnyTagClassName
{
color: #022A48;
}
</style>
background-color css
<style>
a { background-color: #022A48; }
a { background-color: rgb(2,42,72); }
div.DivClassName
{
background-color: #022A48;
}
.BgClassName
{
background-color: #022A48;
}
</style>
border-color css
<style>
span { border-color: #022A48; }
span { border-color: rgb(2,42,72); }
td.TdClassName
{
border-color: #022A48;
}
.TagClassName
{
border-color: #022A48;
}
</style>