Shades of Blue Whale #0A2C47
Tints of Blue Whale #0A2C47
RGB
CMYK
RGB Variations
Color information
#0A2C47 (or 0x0A2C47) is known color: Blue Whale. HEX triplet: 0A, 2C and 47. RGB value is (10,44,71). Sum of RGB (Red+Green+Blue) = 10+44+71=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A2C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2C47 is #F5D3B8. Grayscale: #242424. Windows color (decimal): -16110521 or 4664330. OLE color: 4664330.
HSL color Cylindrical-coordinate representation of color #0A2C47: hue angle of 206.56º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2C47 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 44 | 71 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.72 |
| HSL | 206.56º | 0.75% | 0.16% | - |
| HSV(B) | 206.56º | 0.86% | 0.28% | - |
| XYZ | 2.16 | 2.32 | 6.3 | - |
| YUV | 36.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 44 | 71 | 0.86 | 0.38 | 0 | 0.72 | 206.56 | 0.75 | 0.16 |
| Hex | A | 2C | 47 | 56 | 26 | 0 | 48 | CF | 4B | 10 |
| Octal | 12 | 54 | 107 | 126 | 46 | 0 | 110 | 317 | 113 | 20 |
| Binary | 1010 | 101100 | 1000111 | 1010110 | 100110 | 0 | 1001000 | 11001111 | 1001011 | 10000 |
Color Harmonies of #0A2C47
Complementary color
Monochromatic Colors of #0A2C47
Black with #0A2C47
Text Example
Text Example
White with #0A2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2C47; }
p { color: rgb(10,44,71); }
H1.HeaderClassName
{
color: #0A2C47;
}
.AnyTagClassName
{
color: #0A2C47;
}
</style>
background-color css
<style>
a { background-color: #0A2C47; }
a { background-color: rgb(10,44,71); }
div.DivClassName
{
background-color: #0A2C47;
}
.BgClassName
{
background-color: #0A2C47;
}
</style>
border-color css
<style>
span { border-color: #0A2C47; }
span { border-color: rgb(10,44,71); }
td.TdClassName
{
border-color: #0A2C47;
}
.TagClassName
{
border-color: #0A2C47;
}
</style>