Shades of Cobalt #0149AF
Tints of Cobalt #0149AF
RGB
CMYK
RGB Variations
Color information
#0149AF (or 0x0149AF) is known color: Cobalt. HEX triplet: 01, 49 and AF. RGB value is (1,73,175). Sum of RGB (Red+Green+Blue) = 1+73+175=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #0149AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0149AF is #FEB650. Grayscale: #3E3E3E. Windows color (decimal): -16692817 or 11487489. OLE color: 11487489.
HSL color Cylindrical-coordinate representation of color #0149AF: hue angle of 215.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0149AF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 73 | 175 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.31 |
| HSL | 215.17º | 0.99% | 0.35% | - |
| HSV(B) | 215.17º | 0.99% | 0.69% | - |
| XYZ | 10.13 | 7.87 | 41.54 | - |
| YUV | 63.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 175 | 0.99 | 0.58 | 0 | 0.31 | 215.17 | 0.99 | 0.35 |
| Hex | 1 | 49 | AF | 63 | 3A | 0 | 1F | D7 | 63 | 23 |
| Octal | 1 | 111 | 257 | 143 | 72 | 0 | 37 | 327 | 143 | 43 |
| Binary | 1 | 1001001 | 10101111 | 1100011 | 111010 | 0 | 11111 | 11010111 | 1100011 | 100011 |
Color Harmonies of #0149AF
Complementary color
Monochromatic Colors of #0149AF
Black with #0149AF
Text Example
Text Example
White with #0149AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0149AF; }
p { color: rgb(1,73,175); }
H1.HeaderClassName
{
color: #0149AF;
}
.AnyTagClassName
{
color: #0149AF;
}
</style>
background-color css
<style>
a { background-color: #0149AF; }
a { background-color: rgb(1,73,175); }
div.DivClassName
{
background-color: #0149AF;
}
.BgClassName
{
background-color: #0149AF;
}
</style>
border-color css
<style>
span { border-color: #0149AF; }
span { border-color: rgb(1,73,175); }
td.TdClassName
{
border-color: #0149AF;
}
.TagClassName
{
border-color: #0149AF;
}
</style>