Shades of Cobalt #0140A7
Tints of Cobalt #0140A7
RGB
CMYK
RGB Variations
Color information
#0140A7 (or 0x0140A7) is known color: Cobalt. HEX triplet: 01, 40 and A7. RGB value is (1,64,167). Sum of RGB (Red+Green+Blue) = 1+64+167=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #0140A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0140A7 is #FEBF58. Grayscale: #383838. Windows color (decimal): -16695129 or 10960897. OLE color: 10960897.
HSL color Cylindrical-coordinate representation of color #0140A7: hue angle of 217.23º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140A7 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 64 | 167 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.35 |
| HSL | 217.23º | 0.99% | 0.33% | - |
| HSV(B) | 217.23º | 0.99% | 0.65% | - |
| XYZ | 8.82 | 6.46 | 37.34 | - |
| YUV | 56.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 167 | 0.99 | 0.62 | 0 | 0.35 | 217.23 | 0.99 | 0.33 |
| Hex | 1 | 40 | A7 | 63 | 3E | 0 | 23 | D9 | 63 | 21 |
| Octal | 1 | 100 | 247 | 143 | 76 | 0 | 43 | 331 | 143 | 41 |
| Binary | 1 | 1000000 | 10100111 | 1100011 | 111110 | 0 | 100011 | 11011001 | 1100011 | 100001 |
Color Harmonies of #0140A7
Complementary color
Monochromatic Colors of #0140A7
Black with #0140A7
Text Example
Text Example
White with #0140A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140A7; }
p { color: rgb(1,64,167); }
H1.HeaderClassName
{
color: #0140A7;
}
.AnyTagClassName
{
color: #0140A7;
}
</style>
background-color css
<style>
a { background-color: #0140A7; }
a { background-color: rgb(1,64,167); }
div.DivClassName
{
background-color: #0140A7;
}
.BgClassName
{
background-color: #0140A7;
}
</style>
border-color css
<style>
span { border-color: #0140A7; }
span { border-color: rgb(1,64,167); }
td.TdClassName
{
border-color: #0140A7;
}
.TagClassName
{
border-color: #0140A7;
}
</style>