Shades of Blue Whale #0C3049
Tints of Blue Whale #0C3049
RGB
CMYK
RGB Variations
Color information
#0C3049 (or 0x0C3049) is known color: Blue Whale. HEX triplet: 0C, 30 and 49. RGB value is (12,48,73). Sum of RGB (Red+Green+Blue) = 12+48+73=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C3049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3049 is #F3CFB6. Grayscale: #272727. Windows color (decimal): -15978423 or 4796428. OLE color: 4796428.
HSL color Cylindrical-coordinate representation of color #0C3049: hue angle of 204.59º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C3049 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 48 | 73 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.71 |
| HSL | 204.59º | 0.72% | 0.17% | - |
| HSV(B) | 204.59º | 0.84% | 0.29% | - |
| XYZ | 2.41 | 2.67 | 6.69 | - |
| YUV | 40.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 73 | 0.84 | 0.34 | 0 | 0.71 | 204.59 | 0.72 | 0.17 |
| Hex | C | 30 | 49 | 54 | 22 | 0 | 47 | CD | 48 | 11 |
| Octal | 14 | 60 | 111 | 124 | 42 | 0 | 107 | 315 | 110 | 21 |
| Binary | 1100 | 110000 | 1001001 | 1010100 | 100010 | 0 | 1000111 | 11001101 | 1001000 | 10001 |
Color Harmonies of #0C3049
Complementary color
Monochromatic Colors of #0C3049
Black with #0C3049
Text Example
Text Example
White with #0C3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3049; }
p { color: rgb(12,48,73); }
H1.HeaderClassName
{
color: #0C3049;
}
.AnyTagClassName
{
color: #0C3049;
}
</style>
background-color css
<style>
a { background-color: #0C3049; }
a { background-color: rgb(12,48,73); }
div.DivClassName
{
background-color: #0C3049;
}
.BgClassName
{
background-color: #0C3049;
}
</style>
border-color css
<style>
span { border-color: #0C3049; }
span { border-color: rgb(12,48,73); }
td.TdClassName
{
border-color: #0C3049;
}
.TagClassName
{
border-color: #0C3049;
}
</style>