Shades of Blue Whale #0C304D
Tints of Blue Whale #0C304D
RGB
CMYK
RGB Variations
Color information
#0C304D (or 0x0C304D) is known color: Blue Whale. HEX triplet: 0C, 30 and 4D. RGB value is (12,48,77). Sum of RGB (Red+Green+Blue) = 12+48+77=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C304D is #F3CFB2. Grayscale: #282828. Windows color (decimal): -15978419 or 5058572. OLE color: 5058572.
HSL color Cylindrical-coordinate representation of color #0C304D: hue angle of 206.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C304D is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 48 | 77 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.70 |
| HSL | 206.77º | 0.73% | 0.17% | - |
| HSV(B) | 206.77º | 0.84% | 0.3% | - |
| XYZ | 2.55 | 2.73 | 7.41 | - |
| YUV | 40.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 77 | 0.84 | 0.38 | 0 | 0.70 | 206.77 | 0.73 | 0.17 |
| Hex | C | 30 | 4D | 54 | 26 | 0 | 46 | CF | 49 | 11 |
| Octal | 14 | 60 | 115 | 124 | 46 | 0 | 106 | 317 | 111 | 21 |
| Binary | 1100 | 110000 | 1001101 | 1010100 | 100110 | 0 | 1000110 | 11001111 | 1001001 | 10001 |
Color Harmonies of #0C304D
Complementary color
Monochromatic Colors of #0C304D
Black with #0C304D
Text Example
Text Example
White with #0C304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C304D; }
p { color: rgb(12,48,77); }
H1.HeaderClassName
{
color: #0C304D;
}
.AnyTagClassName
{
color: #0C304D;
}
</style>
background-color css
<style>
a { background-color: #0C304D; }
a { background-color: rgb(12,48,77); }
div.DivClassName
{
background-color: #0C304D;
}
.BgClassName
{
background-color: #0C304D;
}
</style>
border-color css
<style>
span { border-color: #0C304D; }
span { border-color: rgb(12,48,77); }
td.TdClassName
{
border-color: #0C304D;
}
.TagClassName
{
border-color: #0C304D;
}
</style>