Shades of Cobalt #0C4BBE
Tints of Cobalt #0C4BBE
RGB
CMYK
RGB Variations
Color information
#0C4BBE (or 0x0C4BBE) is known color: Cobalt. HEX triplet: 0C, 4B and BE. RGB value is (12,75,190). Sum of RGB (Red+Green+Blue) = 12+75+190=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C4BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BBE is #F3B441. Grayscale: #444444. Windows color (decimal): -15971394 or 12471052. OLE color: 12471052.
HSL color Cylindrical-coordinate representation of color #0C4BBE: hue angle of 218.76º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4BBE is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 75 | 190 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.25 |
| HSL | 218.76º | 0.88% | 0.4% | - |
| HSV(B) | 218.76º | 0.94% | 0.75% | - |
| XYZ | 11.96 | 8.83 | 49.79 | - |
| YUV | 69.27 | 196.13 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 190 | 0.94 | 0.61 | 0 | 0.25 | 218.76 | 0.88 | 0.4 |
| Hex | C | 4B | BE | 5E | 3D | 0 | 19 | DB | 58 | 28 |
| Octal | 14 | 113 | 276 | 136 | 75 | 0 | 31 | 333 | 130 | 50 |
| Binary | 1100 | 1001011 | 10111110 | 1011110 | 111101 | 0 | 11001 | 11011011 | 1011000 | 101000 |
Color Harmonies of #0C4BBE
Complementary color
Monochromatic Colors of #0C4BBE
Black with #0C4BBE
Text Example
Text Example
White with #0C4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4BBE; }
p { color: rgb(12,75,190); }
H1.HeaderClassName
{
color: #0C4BBE;
}
.AnyTagClassName
{
color: #0C4BBE;
}
</style>
background-color css
<style>
a { background-color: #0C4BBE; }
a { background-color: rgb(12,75,190); }
div.DivClassName
{
background-color: #0C4BBE;
}
.BgClassName
{
background-color: #0C4BBE;
}
</style>
border-color css
<style>
span { border-color: #0C4BBE; }
span { border-color: rgb(12,75,190); }
td.TdClassName
{
border-color: #0C4BBE;
}
.TagClassName
{
border-color: #0C4BBE;
}
</style>