Shades of Cobalt #0146AF
Tints of Cobalt #0146AF
RGB
CMYK
RGB Variations
Color information
#0146AF (or 0x0146AF) is known color: Cobalt. HEX triplet: 01, 46 and AF. RGB value is (1,70,175). Sum of RGB (Red+Green+Blue) = 1+70+175=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #0146AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0146AF is #FEB950. Grayscale: #3C3C3C. Windows color (decimal): -16693585 or 11486721. OLE color: 11486721.
HSL color Cylindrical-coordinate representation of color #0146AF: hue angle of 216.21º 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 #0146AF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 70 | 175 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.31 |
| HSL | 216.21º | 0.99% | 0.35% | - |
| HSV(B) | 216.21º | 0.99% | 0.69% | - |
| XYZ | 9.94 | 7.48 | 41.48 | - |
| YUV | 61.34 | 192.14 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 175 | 0.99 | 0.60 | 0 | 0.31 | 216.21 | 0.99 | 0.35 |
| Hex | 1 | 46 | AF | 63 | 3C | 0 | 1F | D8 | 63 | 23 |
| Octal | 1 | 106 | 257 | 143 | 74 | 0 | 37 | 330 | 143 | 43 |
| Binary | 1 | 1000110 | 10101111 | 1100011 | 111100 | 0 | 11111 | 11011000 | 1100011 | 100011 |
Color Harmonies of #0146AF
Complementary color
Monochromatic Colors of #0146AF
Black with #0146AF
Text Example
Text Example
White with #0146AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146AF; }
p { color: rgb(1,70,175); }
H1.HeaderClassName
{
color: #0146AF;
}
.AnyTagClassName
{
color: #0146AF;
}
</style>
background-color css
<style>
a { background-color: #0146AF; }
a { background-color: rgb(1,70,175); }
div.DivClassName
{
background-color: #0146AF;
}
.BgClassName
{
background-color: #0146AF;
}
</style>
border-color css
<style>
span { border-color: #0146AF; }
span { border-color: rgb(1,70,175); }
td.TdClassName
{
border-color: #0146AF;
}
.TagClassName
{
border-color: #0146AF;
}
</style>