Shades of Blue Whale #0C3140
Tints of Blue Whale #0C3140
RGB
CMYK
RGB Variations
Color information
#0C3140 (or 0x0C3140) is known color: Blue Whale. HEX triplet: 0C, 31 and 40. RGB value is (12,49,64). Sum of RGB (Red+Green+Blue) = 12+49+64=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C3140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3140 is #F3CEBF. Grayscale: #272727. Windows color (decimal): -15978176 or 4206860. OLE color: 4206860.
HSL color Cylindrical-coordinate representation of color #0C3140: hue angle of 197.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3140 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 49 | 64 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.75 |
| HSL | 197.31º | 0.68% | 0.15% | - |
| HSV(B) | 197.31º | 0.81% | 0.25% | - |
| XYZ | 2.18 | 2.64 | 5.25 | - |
| YUV | 39.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 64 | 0.81 | 0.23 | 0 | 0.75 | 197.31 | 0.68 | 0.15 |
| Hex | C | 31 | 40 | 51 | 17 | 0 | 4B | C5 | 44 | F |
| Octal | 14 | 61 | 100 | 121 | 27 | 0 | 113 | 305 | 104 | 17 |
| Binary | 1100 | 110001 | 1000000 | 1010001 | 10111 | 0 | 1001011 | 11000101 | 1000100 | 1111 |
Color Harmonies of #0C3140
Complementary color
Monochromatic Colors of #0C3140
Black with #0C3140
Text Example
Text Example
White with #0C3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3140; }
p { color: rgb(12,49,64); }
H1.HeaderClassName
{
color: #0C3140;
}
.AnyTagClassName
{
color: #0C3140;
}
</style>
background-color css
<style>
a { background-color: #0C3140; }
a { background-color: rgb(12,49,64); }
div.DivClassName
{
background-color: #0C3140;
}
.BgClassName
{
background-color: #0C3140;
}
</style>
border-color css
<style>
span { border-color: #0C3140; }
span { border-color: rgb(12,49,64); }
td.TdClassName
{
border-color: #0C3140;
}
.TagClassName
{
border-color: #0C3140;
}
</style>