Shades of Cobalt #0A4FBB
Tints of Cobalt #0A4FBB
RGB
CMYK
RGB Variations
Color information
#0A4FBB (or 0x0A4FBB) is known color: Cobalt. HEX triplet: 0A, 4F and BB. RGB value is (10,79,187). Sum of RGB (Red+Green+Blue) = 10+79+187=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A4FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4FBB is #F5B044. Grayscale: #464646. Windows color (decimal): -16101445 or 12275466. OLE color: 12275466.
HSL color Cylindrical-coordinate representation of color #0A4FBB: hue angle of 216.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4FBB is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 79 | 187 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.27 |
| HSL | 216.61º | 0.9% | 0.39% | - |
| HSV(B) | 216.61º | 0.95% | 0.73% | - |
| XYZ | 11.89 | 9.24 | 48.17 | - |
| YUV | 70.68 | 193.64 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 187 | 0.95 | 0.58 | 0 | 0.27 | 216.61 | 0.9 | 0.39 |
| Hex | A | 4F | BB | 5F | 3A | 0 | 1B | D9 | 5A | 27 |
| Octal | 12 | 117 | 273 | 137 | 72 | 0 | 33 | 331 | 132 | 47 |
| Binary | 1010 | 1001111 | 10111011 | 1011111 | 111010 | 0 | 11011 | 11011001 | 1011010 | 100111 |
Color Harmonies of #0A4FBB
Complementary color
Monochromatic Colors of #0A4FBB
Black with #0A4FBB
Text Example
Text Example
White with #0A4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4FBB; }
p { color: rgb(10,79,187); }
H1.HeaderClassName
{
color: #0A4FBB;
}
.AnyTagClassName
{
color: #0A4FBB;
}
</style>
background-color css
<style>
a { background-color: #0A4FBB; }
a { background-color: rgb(10,79,187); }
div.DivClassName
{
background-color: #0A4FBB;
}
.BgClassName
{
background-color: #0A4FBB;
}
</style>
border-color css
<style>
span { border-color: #0A4FBB; }
span { border-color: rgb(10,79,187); }
td.TdClassName
{
border-color: #0A4FBB;
}
.TagClassName
{
border-color: #0A4FBB;
}
</style>