Shades of Blue Whale #0C2D49
Tints of Blue Whale #0C2D49
RGB
CMYK
RGB Variations
Color information
#0C2D49 (or 0x0C2D49) is known color: Blue Whale. HEX triplet: 0C, 2D and 49. RGB value is (12,45,73). Sum of RGB (Red+Green+Blue) = 12+45+73=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D49 is #F3D2B6. Grayscale: #262626. Windows color (decimal): -15979191 or 4795660. OLE color: 4795660.
HSL color Cylindrical-coordinate representation of color #0C2D49: hue angle of 207.54º 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 #0C2D49 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 45 | 73 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.71 |
| HSL | 207.54º | 0.72% | 0.17% | - |
| HSV(B) | 207.54º | 0.84% | 0.29% | - |
| XYZ | 2.29 | 2.44 | 6.65 | - |
| YUV | 38.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 73 | 0.84 | 0.38 | 0 | 0.71 | 207.54 | 0.72 | 0.17 |
| Hex | C | 2D | 49 | 54 | 26 | 0 | 47 | D0 | 48 | 11 |
| Octal | 14 | 55 | 111 | 124 | 46 | 0 | 107 | 320 | 110 | 21 |
| Binary | 1100 | 101101 | 1001001 | 1010100 | 100110 | 0 | 1000111 | 11010000 | 1001000 | 10001 |
Color Harmonies of #0C2D49
Complementary color
Monochromatic Colors of #0C2D49
Black with #0C2D49
Text Example
Text Example
White with #0C2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D49; }
p { color: rgb(12,45,73); }
H1.HeaderClassName
{
color: #0C2D49;
}
.AnyTagClassName
{
color: #0C2D49;
}
</style>
background-color css
<style>
a { background-color: #0C2D49; }
a { background-color: rgb(12,45,73); }
div.DivClassName
{
background-color: #0C2D49;
}
.BgClassName
{
background-color: #0C2D49;
}
</style>
border-color css
<style>
span { border-color: #0C2D49; }
span { border-color: rgb(12,45,73); }
td.TdClassName
{
border-color: #0C2D49;
}
.TagClassName
{
border-color: #0C2D49;
}
</style>