Shades of Cobalt #0A4ABC
Tints of Cobalt #0A4ABC
RGB
CMYK
RGB Variations
Color information
#0A4ABC (or 0x0A4ABC) is known color: Cobalt. HEX triplet: 0A, 4A and BC. RGB value is (10,74,188). Sum of RGB (Red+Green+Blue) = 10+74+188=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A4ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ABC is #F5B543. Grayscale: #434343. Windows color (decimal): -16102724 or 12339722. OLE color: 12339722.
HSL color Cylindrical-coordinate representation of color #0A4ABC: hue angle of 218.43º 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 #0A4ABC is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 74 | 188 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.26 |
| HSL | 218.43º | 0.9% | 0.39% | - |
| HSV(B) | 218.43º | 0.95% | 0.74% | - |
| XYZ | 11.65 | 8.59 | 48.62 | - |
| YUV | 67.86 | 195.8 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 74 | 188 | 0.95 | 0.61 | 0 | 0.26 | 218.43 | 0.9 | 0.39 |
| Hex | A | 4A | BC | 5F | 3D | 0 | 1A | DA | 5A | 27 |
| Octal | 12 | 112 | 274 | 137 | 75 | 0 | 32 | 332 | 132 | 47 |
| Binary | 1010 | 1001010 | 10111100 | 1011111 | 111101 | 0 | 11010 | 11011010 | 1011010 | 100111 |
Color Harmonies of #0A4ABC
Complementary color
Monochromatic Colors of #0A4ABC
Black with #0A4ABC
Text Example
Text Example
White with #0A4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4ABC; }
p { color: rgb(10,74,188); }
H1.HeaderClassName
{
color: #0A4ABC;
}
.AnyTagClassName
{
color: #0A4ABC;
}
</style>
background-color css
<style>
a { background-color: #0A4ABC; }
a { background-color: rgb(10,74,188); }
div.DivClassName
{
background-color: #0A4ABC;
}
.BgClassName
{
background-color: #0A4ABC;
}
</style>
border-color css
<style>
span { border-color: #0A4ABC; }
span { border-color: rgb(10,74,188); }
td.TdClassName
{
border-color: #0A4ABC;
}
.TagClassName
{
border-color: #0A4ABC;
}
</style>