Shades of Cobalt #0045BF
Tints of Cobalt #0045BF
RGB
CMYK
RGB Variations
Color information
#0045BF (or 0x0045BF) is known color: Cobalt. HEX triplet: 00, 45 and BF. RGB value is (0,69,191). Sum of RGB (Red+Green+Blue) = 0+69+191=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #0045BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0045BF is #FFBA40. Grayscale: #3D3D3D. Windows color (decimal): -16759361 or 12535040. OLE color: 12535040.
HSL color Cylindrical-coordinate representation of color #0045BF: hue angle of 218.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045BF is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 69 | 191 | - |
| CMYK | 1 | 0.64 | 0 | 0.25 |
| HSL | 218.32º | 1% | 0.37% | - |
| HSV(B) | 218.32º | 1% | 0.75% | - |
| XYZ | 11.53 | 8.02 | 50.23 | - |
| YUV | 62.28 | 200.64 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 191 | 1 | 0.64 | 0 | 0.25 | 218.32 | 1 | 0.37 |
| Hex | 0 | 45 | BF | 64 | 40 | 0 | 19 | DA | 64 | 25 |
| Octal | 0 | 105 | 277 | 144 | 100 | 0 | 31 | 332 | 144 | 45 |
| Binary | 0 | 1000101 | 10111111 | 1100100 | 1000000 | 0 | 11001 | 11011010 | 1100100 | 100101 |
Color Harmonies of #0045BF
Complementary color
Monochromatic Colors of #0045BF
Black with #0045BF
Text Example
Text Example
White with #0045BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045BF; }
p { color: rgb(0,69,191); }
H1.HeaderClassName
{
color: #0045BF;
}
.AnyTagClassName
{
color: #0045BF;
}
</style>
background-color css
<style>
a { background-color: #0045BF; }
a { background-color: rgb(0,69,191); }
div.DivClassName
{
background-color: #0045BF;
}
.BgClassName
{
background-color: #0045BF;
}
</style>
border-color css
<style>
span { border-color: #0045BF; }
span { border-color: rgb(0,69,191); }
td.TdClassName
{
border-color: #0045BF;
}
.TagClassName
{
border-color: #0045BF;
}
</style>