Shades of Cobalt #0A4DB5
Tints of Cobalt #0A4DB5
RGB
CMYK
RGB Variations
Color information
#0A4DB5 (or 0x0A4DB5) is known color: Cobalt. HEX triplet: 0A, 4D and B5. RGB value is (10,77,181). Sum of RGB (Red+Green+Blue) = 10+77+181=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 181 (71.09% from 255 or 67.54% from 268); Max value from RGB is 181 - color contains mainly: blue. Hex color #0A4DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DB5 is #F5B24A. Grayscale: #444444. Windows color (decimal): -16101963 or 11881738. OLE color: 11881738.
HSL color Cylindrical-coordinate representation of color #0A4DB5: hue angle of 216.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4DB5 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 77 | 181 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.29 |
| HSL | 216.49º | 0.9% | 0.37% | - |
| HSV(B) | 216.49º | 0.94% | 0.71% | - |
| XYZ | 11.12 | 8.71 | 44.81 | - |
| YUV | 68.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 181 | 0.94 | 0.57 | 0 | 0.29 | 216.49 | 0.9 | 0.37 |
| Hex | A | 4D | B5 | 5E | 39 | 0 | 1D | D8 | 5A | 25 |
| Octal | 12 | 115 | 265 | 136 | 71 | 0 | 35 | 330 | 132 | 45 |
| Binary | 1010 | 1001101 | 10110101 | 1011110 | 111001 | 0 | 11101 | 11011000 | 1011010 | 100101 |
Color Harmonies of #0A4DB5
Complementary color
Monochromatic Colors of #0A4DB5
Black with #0A4DB5
Text Example
Text Example
White with #0A4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DB5; }
p { color: rgb(10,77,181); }
H1.HeaderClassName
{
color: #0A4DB5;
}
.AnyTagClassName
{
color: #0A4DB5;
}
</style>
background-color css
<style>
a { background-color: #0A4DB5; }
a { background-color: rgb(10,77,181); }
div.DivClassName
{
background-color: #0A4DB5;
}
.BgClassName
{
background-color: #0A4DB5;
}
</style>
border-color css
<style>
span { border-color: #0A4DB5; }
span { border-color: rgb(10,77,181); }
td.TdClassName
{
border-color: #0A4DB5;
}
.TagClassName
{
border-color: #0A4DB5;
}
</style>