Shades of Cobalt #0140AE
Tints of Cobalt #0140AE
RGB
CMYK
RGB Variations
Color information
#0140AE (or 0x0140AE) is known color: Cobalt. HEX triplet: 01, 40 and AE. RGB value is (1,64,174). Sum of RGB (Red+Green+Blue) = 1+64+174=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #0140AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0140AE is #FEBF51. Grayscale: #393939. Windows color (decimal): -16695122 or 11419649. OLE color: 11419649.
HSL color Cylindrical-coordinate representation of color #0140AE: hue angle of 218.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0140AE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 64 | 174 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.32 |
| HSL | 218.15º | 0.99% | 0.34% | - |
| HSV(B) | 218.15º | 0.99% | 0.68% | - |
| XYZ | 9.49 | 6.73 | 40.84 | - |
| YUV | 57.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 174 | 0.99 | 0.63 | 0 | 0.32 | 218.15 | 0.99 | 0.34 |
| Hex | 1 | 40 | AE | 63 | 3F | 0 | 20 | DA | 63 | 22 |
| Octal | 1 | 100 | 256 | 143 | 77 | 0 | 40 | 332 | 143 | 42 |
| Binary | 1 | 1000000 | 10101110 | 1100011 | 111111 | 0 | 100000 | 11011010 | 1100011 | 100010 |
Color Harmonies of #0140AE
Complementary color
Monochromatic Colors of #0140AE
Black with #0140AE
Text Example
Text Example
White with #0140AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140AE; }
p { color: rgb(1,64,174); }
H1.HeaderClassName
{
color: #0140AE;
}
.AnyTagClassName
{
color: #0140AE;
}
</style>
background-color css
<style>
a { background-color: #0140AE; }
a { background-color: rgb(1,64,174); }
div.DivClassName
{
background-color: #0140AE;
}
.BgClassName
{
background-color: #0140AE;
}
</style>
border-color css
<style>
span { border-color: #0140AE; }
span { border-color: rgb(1,64,174); }
td.TdClassName
{
border-color: #0140AE;
}
.TagClassName
{
border-color: #0140AE;
}
</style>