Shades of Cobalt #0A4BBC
Tints of Cobalt #0A4BBC
RGB
CMYK
RGB Variations
Color information
#0A4BBC (or 0x0A4BBC) is known color: Cobalt. HEX triplet: 0A, 4B and BC. RGB value is (10,75,188). Sum of RGB (Red+Green+Blue) = 10+75+188=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A4BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4BBC is #F5B443. Grayscale: #434343. Windows color (decimal): -16102468 or 12339978. OLE color: 12339978.
HSL color Cylindrical-coordinate representation of color #0A4BBC: hue angle of 218.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4BBC is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 75 | 188 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.26 |
| HSL | 218.09º | 0.9% | 0.39% | - |
| HSV(B) | 218.09º | 0.95% | 0.74% | - |
| XYZ | 11.72 | 8.73 | 48.64 | - |
| YUV | 68.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 188 | 0.95 | 0.60 | 0 | 0.26 | 218.09 | 0.9 | 0.39 |
| Hex | A | 4B | BC | 5F | 3C | 0 | 1A | DA | 5A | 27 |
| Octal | 12 | 113 | 274 | 137 | 74 | 0 | 32 | 332 | 132 | 47 |
| Binary | 1010 | 1001011 | 10111100 | 1011111 | 111100 | 0 | 11010 | 11011010 | 1011010 | 100111 |
Color Harmonies of #0A4BBC
Complementary color
Monochromatic Colors of #0A4BBC
Black with #0A4BBC
Text Example
Text Example
White with #0A4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4BBC; }
p { color: rgb(10,75,188); }
H1.HeaderClassName
{
color: #0A4BBC;
}
.AnyTagClassName
{
color: #0A4BBC;
}
</style>
background-color css
<style>
a { background-color: #0A4BBC; }
a { background-color: rgb(10,75,188); }
div.DivClassName
{
background-color: #0A4BBC;
}
.BgClassName
{
background-color: #0A4BBC;
}
</style>
border-color css
<style>
span { border-color: #0A4BBC; }
span { border-color: rgb(10,75,188); }
td.TdClassName
{
border-color: #0A4BBC;
}
.TagClassName
{
border-color: #0A4BBC;
}
</style>