Shades of Cobalt #0A42BB
Tints of Cobalt #0A42BB
RGB
CMYK
RGB Variations
Color information
#0A42BB (or 0x0A42BB) is known color: Cobalt. HEX triplet: 0A, 42 and BB. RGB value is (10,66,187). Sum of RGB (Red+Green+Blue) = 10+66+187=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A42BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A42BB is #F5BD44. Grayscale: #3E3E3E. Windows color (decimal): -16104773 or 12272138. OLE color: 12272138.
HSL color Cylindrical-coordinate representation of color #0A42BB: hue angle of 221.02º 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 #0A42BB is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 66 | 187 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.27 |
| HSL | 221.02º | 0.9% | 0.39% | - |
| HSV(B) | 221.02º | 0.95% | 0.73% | - |
| XYZ | 11.04 | 7.55 | 47.89 | - |
| YUV | 63.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 187 | 0.95 | 0.65 | 0 | 0.27 | 221.02 | 0.9 | 0.39 |
| Hex | A | 42 | BB | 5F | 41 | 0 | 1B | DD | 5A | 27 |
| Octal | 12 | 102 | 273 | 137 | 101 | 0 | 33 | 335 | 132 | 47 |
| Binary | 1010 | 1000010 | 10111011 | 1011111 | 1000001 | 0 | 11011 | 11011101 | 1011010 | 100111 |
Color Harmonies of #0A42BB
Complementary color
Monochromatic Colors of #0A42BB
Black with #0A42BB
Text Example
Text Example
White with #0A42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A42BB; }
p { color: rgb(10,66,187); }
H1.HeaderClassName
{
color: #0A42BB;
}
.AnyTagClassName
{
color: #0A42BB;
}
</style>
background-color css
<style>
a { background-color: #0A42BB; }
a { background-color: rgb(10,66,187); }
div.DivClassName
{
background-color: #0A42BB;
}
.BgClassName
{
background-color: #0A42BB;
}
</style>
border-color css
<style>
span { border-color: #0A42BB; }
span { border-color: rgb(10,66,187); }
td.TdClassName
{
border-color: #0A42BB;
}
.TagClassName
{
border-color: #0A42BB;
}
</style>