Shades of Cobalt #0149AE
Tints of Cobalt #0149AE
RGB
CMYK
RGB Variations
Color information
#0149AE (or 0x0149AE) is known color: Cobalt. HEX triplet: 01, 49 and AE. RGB value is (1,73,174). Sum of RGB (Red+Green+Blue) = 1+73+174=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #0149AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0149AE is #FEB651. Grayscale: #3E3E3E. Windows color (decimal): -16692818 or 11421953. OLE color: 11421953.
HSL color Cylindrical-coordinate representation of color #0149AE: hue angle of 215.03º 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 #0149AE is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 73 | 174 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.32 |
| HSL | 215.03º | 0.99% | 0.34% | - |
| HSV(B) | 215.03º | 0.99% | 0.68% | - |
| XYZ | 10.04 | 7.83 | 41.03 | - |
| YUV | 62.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 174 | 0.99 | 0.58 | 0 | 0.32 | 215.03 | 0.99 | 0.34 |
| Hex | 1 | 49 | AE | 63 | 3A | 0 | 20 | D7 | 63 | 22 |
| Octal | 1 | 111 | 256 | 143 | 72 | 0 | 40 | 327 | 143 | 42 |
| Binary | 1 | 1001001 | 10101110 | 1100011 | 111010 | 0 | 100000 | 11010111 | 1100011 | 100010 |
Color Harmonies of #0149AE
Complementary color
Monochromatic Colors of #0149AE
Black with #0149AE
Text Example
Text Example
White with #0149AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0149AE; }
p { color: rgb(1,73,174); }
H1.HeaderClassName
{
color: #0149AE;
}
.AnyTagClassName
{
color: #0149AE;
}
</style>
background-color css
<style>
a { background-color: #0149AE; }
a { background-color: rgb(1,73,174); }
div.DivClassName
{
background-color: #0149AE;
}
.BgClassName
{
background-color: #0149AE;
}
</style>
border-color css
<style>
span { border-color: #0149AE; }
span { border-color: rgb(1,73,174); }
td.TdClassName
{
border-color: #0149AE;
}
.TagClassName
{
border-color: #0149AE;
}
</style>