Shades of Cobalt #0A43BD
Tints of Cobalt #0A43BD
RGB
CMYK
RGB Variations
Color information
#0A43BD (or 0x0A43BD) is known color: Cobalt. HEX triplet: 0A, 43 and BD. RGB value is (10,67,189). Sum of RGB (Red+Green+Blue) = 10+67+189=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A43BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A43BD is #F5BC42. Grayscale: #3F3F3F. Windows color (decimal): -16104515 or 12403466. OLE color: 12403466.
HSL color Cylindrical-coordinate representation of color #0A43BD: hue angle of 220.89º 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 #0A43BD is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 67 | 189 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.26 |
| HSL | 220.89º | 0.9% | 0.39% | - |
| HSV(B) | 220.89º | 0.95% | 0.74% | - |
| XYZ | 11.32 | 7.75 | 49.04 | - |
| YUV | 63.87 | 198.62 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 189 | 0.95 | 0.65 | 0 | 0.26 | 220.89 | 0.9 | 0.39 |
| Hex | A | 43 | BD | 5F | 41 | 0 | 1A | DD | 5A | 27 |
| Octal | 12 | 103 | 275 | 137 | 101 | 0 | 32 | 335 | 132 | 47 |
| Binary | 1010 | 1000011 | 10111101 | 1011111 | 1000001 | 0 | 11010 | 11011101 | 1011010 | 100111 |
Color Harmonies of #0A43BD
Complementary color
Monochromatic Colors of #0A43BD
Black with #0A43BD
Text Example
Text Example
White with #0A43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A43BD; }
p { color: rgb(10,67,189); }
H1.HeaderClassName
{
color: #0A43BD;
}
.AnyTagClassName
{
color: #0A43BD;
}
</style>
background-color css
<style>
a { background-color: #0A43BD; }
a { background-color: rgb(10,67,189); }
div.DivClassName
{
background-color: #0A43BD;
}
.BgClassName
{
background-color: #0A43BD;
}
</style>
border-color css
<style>
span { border-color: #0A43BD; }
span { border-color: rgb(10,67,189); }
td.TdClassName
{
border-color: #0A43BD;
}
.TagClassName
{
border-color: #0A43BD;
}
</style>