Shades of Cobalt #0145AD
Tints of Cobalt #0145AD
RGB
CMYK
RGB Variations
Color information
#0145AD (or 0x0145AD) is known color: Cobalt. HEX triplet: 01, 45 and AD. RGB value is (1,69,173). Sum of RGB (Red+Green+Blue) = 1+69+173=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #0145AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0145AD is #FEBA52. Grayscale: #3C3C3C. Windows color (decimal): -16693843 or 11355393. OLE color: 11355393.
HSL color Cylindrical-coordinate representation of color #0145AD: hue angle of 216.28º 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 #0145AD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 69 | 173 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.32 |
| HSL | 216.28º | 0.99% | 0.34% | - |
| HSV(B) | 216.28º | 0.99% | 0.68% | - |
| XYZ | 9.68 | 7.28 | 40.43 | - |
| YUV | 60.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 173 | 0.99 | 0.60 | 0 | 0.32 | 216.28 | 0.99 | 0.34 |
| Hex | 1 | 45 | AD | 63 | 3C | 0 | 20 | D8 | 63 | 22 |
| Octal | 1 | 105 | 255 | 143 | 74 | 0 | 40 | 330 | 143 | 42 |
| Binary | 1 | 1000101 | 10101101 | 1100011 | 111100 | 0 | 100000 | 11011000 | 1100011 | 100010 |
Color Harmonies of #0145AD
Complementary color
Monochromatic Colors of #0145AD
Black with #0145AD
Text Example
Text Example
White with #0145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0145AD; }
p { color: rgb(1,69,173); }
H1.HeaderClassName
{
color: #0145AD;
}
.AnyTagClassName
{
color: #0145AD;
}
</style>
background-color css
<style>
a { background-color: #0145AD; }
a { background-color: rgb(1,69,173); }
div.DivClassName
{
background-color: #0145AD;
}
.BgClassName
{
background-color: #0145AD;
}
</style>
border-color css
<style>
span { border-color: #0145AD; }
span { border-color: rgb(1,69,173); }
td.TdClassName
{
border-color: #0145AD;
}
.TagClassName
{
border-color: #0145AD;
}
</style>