Shades of Blue Whale #0C2F4E
Tints of Blue Whale #0C2F4E
RGB
CMYK
RGB Variations
Color information
#0C2F4E (or 0x0C2F4E) is known color: Blue Whale. HEX triplet: 0C, 2F and 4E. RGB value is (12,47,78). Sum of RGB (Red+Green+Blue) = 12+47+78=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C2F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2F4E is #F3D0B1. Grayscale: #272727. Windows color (decimal): -15978674 or 5123852. OLE color: 5123852.
HSL color Cylindrical-coordinate representation of color #0C2F4E: hue angle of 208.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2F4E is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 47 | 78 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.69 |
| HSL | 208.18º | 0.73% | 0.18% | - |
| HSV(B) | 208.18º | 0.85% | 0.31% | - |
| XYZ | 2.54 | 2.66 | 7.59 | - |
| YUV | 40.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 78 | 0.85 | 0.40 | 0 | 0.69 | 208.18 | 0.73 | 0.18 |
| Hex | C | 2F | 4E | 55 | 28 | 0 | 45 | D0 | 49 | 12 |
| Octal | 14 | 57 | 116 | 125 | 50 | 0 | 105 | 320 | 111 | 22 |
| Binary | 1100 | 101111 | 1001110 | 1010101 | 101000 | 0 | 1000101 | 11010000 | 1001001 | 10010 |
Color Harmonies of #0C2F4E
Complementary color
Monochromatic Colors of #0C2F4E
Black with #0C2F4E
Text Example
Text Example
White with #0C2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F4E; }
p { color: rgb(12,47,78); }
H1.HeaderClassName
{
color: #0C2F4E;
}
.AnyTagClassName
{
color: #0C2F4E;
}
</style>
background-color css
<style>
a { background-color: #0C2F4E; }
a { background-color: rgb(12,47,78); }
div.DivClassName
{
background-color: #0C2F4E;
}
.BgClassName
{
background-color: #0C2F4E;
}
</style>
border-color css
<style>
span { border-color: #0C2F4E; }
span { border-color: rgb(12,47,78); }
td.TdClassName
{
border-color: #0C2F4E;
}
.TagClassName
{
border-color: #0C2F4E;
}
</style>