Shades of Blue Whale #0C3647
Tints of Blue Whale #0C3647
RGB
CMYK
RGB Variations
Color information
#0C3647 (or 0x0C3647) is known color: Blue Whale. HEX triplet: 0C, 36 and 47. RGB value is (12,54,71). Sum of RGB (Red+Green+Blue) = 12+54+71=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C3647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3647 is #F3C9B8. Grayscale: #2B2B2B. Windows color (decimal): -15976889 or 4666892. OLE color: 4666892.
HSL color Cylindrical-coordinate representation of color #0C3647: hue angle of 197.29º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3647 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 12 | 54 | 71 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.72 |
| HSL | 197.29º | 0.71% | 0.16% | - |
| HSV(B) | 197.29º | 0.83% | 0.28% | - |
| XYZ | 2.61 | 3.17 | 6.44 | - |
| YUV | 43.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 71 | 0.83 | 0.24 | 0 | 0.72 | 197.29 | 0.71 | 0.16 |
| Hex | C | 36 | 47 | 53 | 18 | 0 | 48 | C5 | 47 | 10 |
| Octal | 14 | 66 | 107 | 123 | 30 | 0 | 110 | 305 | 107 | 20 |
| Binary | 1100 | 110110 | 1000111 | 1010011 | 11000 | 0 | 1001000 | 11000101 | 1000111 | 10000 |
Color Harmonies of #0C3647
Complementary color
Monochromatic Colors of #0C3647
Black with #0C3647
Text Example
Text Example
White with #0C3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3647; }
p { color: rgb(12,54,71); }
H1.HeaderClassName
{
color: #0C3647;
}
.AnyTagClassName
{
color: #0C3647;
}
</style>
background-color css
<style>
a { background-color: #0C3647; }
a { background-color: rgb(12,54,71); }
div.DivClassName
{
background-color: #0C3647;
}
.BgClassName
{
background-color: #0C3647;
}
</style>
border-color css
<style>
span { border-color: #0C3647; }
span { border-color: rgb(12,54,71); }
td.TdClassName
{
border-color: #0C3647;
}
.TagClassName
{
border-color: #0C3647;
}
</style>