Shades of Cobalt #0A43A4
Tints of Cobalt #0A43A4
RGB
CMYK
RGB Variations
Color information
#0A43A4 (or 0x0A43A4) is known color: Cobalt. HEX triplet: 0A, 43 and A4. RGB value is (10,67,164). Sum of RGB (Red+Green+Blue) = 10+67+164=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #0A43A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A43A4 is #F5BC5B. Grayscale: #3C3C3C. Windows color (decimal): -16104540 or 10765066. OLE color: 10765066.
HSL color Cylindrical-coordinate representation of color #0A43A4: hue angle of 217.79º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A43A4 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 67 | 164 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.36 |
| HSL | 217.79º | 0.89% | 0.34% | - |
| HSV(B) | 217.79º | 0.94% | 0.64% | - |
| XYZ | 8.83 | 6.76 | 35.96 | - |
| YUV | 61.02 | 186.12 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 164 | 0.94 | 0.59 | 0 | 0.36 | 217.79 | 0.89 | 0.34 |
| Hex | A | 43 | A4 | 5E | 3B | 0 | 24 | DA | 59 | 22 |
| Octal | 12 | 103 | 244 | 136 | 73 | 0 | 44 | 332 | 131 | 42 |
| Binary | 1010 | 1000011 | 10100100 | 1011110 | 111011 | 0 | 100100 | 11011010 | 1011001 | 100010 |
Color Harmonies of #0A43A4
Complementary color
Monochromatic Colors of #0A43A4
Black with #0A43A4
Text Example
Text Example
White with #0A43A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A43A4; }
p { color: rgb(10,67,164); }
H1.HeaderClassName
{
color: #0A43A4;
}
.AnyTagClassName
{
color: #0A43A4;
}
</style>
background-color css
<style>
a { background-color: #0A43A4; }
a { background-color: rgb(10,67,164); }
div.DivClassName
{
background-color: #0A43A4;
}
.BgClassName
{
background-color: #0A43A4;
}
</style>
border-color css
<style>
span { border-color: #0A43A4; }
span { border-color: rgb(10,67,164); }
td.TdClassName
{
border-color: #0A43A4;
}
.TagClassName
{
border-color: #0A43A4;
}
</style>