Shades of Blue Whale #0A2B49
Tints of Blue Whale #0A2B49
RGB
CMYK
RGB Variations
Color information
#0A2B49 (or 0x0A2B49) is known color: Blue Whale. HEX triplet: 0A, 2B and 49. RGB value is (10,43,73). Sum of RGB (Red+Green+Blue) = 10+43+73=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A2B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B49 is #F5D4B6. Grayscale: #242424. Windows color (decimal): -16110775 or 4795146. OLE color: 4795146.
HSL color Cylindrical-coordinate representation of color #0A2B49: hue angle of 208.57º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2B49 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 43 | 73 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.71 |
| HSL | 208.57º | 0.76% | 0.16% | - |
| HSV(B) | 208.57º | 0.86% | 0.29% | - |
| XYZ | 2.19 | 2.27 | 6.63 | - |
| YUV | 36.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 73 | 0.86 | 0.41 | 0 | 0.71 | 208.57 | 0.76 | 0.16 |
| Hex | A | 2B | 49 | 56 | 29 | 0 | 47 | D1 | 4C | 10 |
| Octal | 12 | 53 | 111 | 126 | 51 | 0 | 107 | 321 | 114 | 20 |
| Binary | 1010 | 101011 | 1001001 | 1010110 | 101001 | 0 | 1000111 | 11010001 | 1001100 | 10000 |
Color Harmonies of #0A2B49
Complementary color
Monochromatic Colors of #0A2B49
Black with #0A2B49
Text Example
Text Example
White with #0A2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B49; }
p { color: rgb(10,43,73); }
H1.HeaderClassName
{
color: #0A2B49;
}
.AnyTagClassName
{
color: #0A2B49;
}
</style>
background-color css
<style>
a { background-color: #0A2B49; }
a { background-color: rgb(10,43,73); }
div.DivClassName
{
background-color: #0A2B49;
}
.BgClassName
{
background-color: #0A2B49;
}
</style>
border-color css
<style>
span { border-color: #0A2B49; }
span { border-color: rgb(10,43,73); }
td.TdClassName
{
border-color: #0A2B49;
}
.TagClassName
{
border-color: #0A2B49;
}
</style>