Shades of Cobalt #0445BD
Tints of Cobalt #0445BD
RGB
CMYK
RGB Variations
Color information
#0445BD (or 0x0445BD) is known color: Cobalt. HEX triplet: 04, 45 and BD. RGB value is (4,69,189). Sum of RGB (Red+Green+Blue) = 4+69+189=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #0445BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0445BD is #FBBA42. Grayscale: #3E3E3E. Windows color (decimal): -16497219 or 12403972. OLE color: 12403972.
HSL color Cylindrical-coordinate representation of color #0445BD: hue angle of 218.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0445BD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 69 | 189 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.26 |
| HSL | 218.92º | 0.96% | 0.38% | - |
| HSV(B) | 218.92º | 0.98% | 0.74% | - |
| XYZ | 11.36 | 7.96 | 49.08 | - |
| YUV | 63.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 189 | 0.98 | 0.63 | 0 | 0.26 | 218.92 | 0.96 | 0.38 |
| Hex | 4 | 45 | BD | 62 | 3F | 0 | 1A | DB | 60 | 26 |
| Octal | 4 | 105 | 275 | 142 | 77 | 0 | 32 | 333 | 140 | 46 |
| Binary | 100 | 1000101 | 10111101 | 1100010 | 111111 | 0 | 11010 | 11011011 | 1100000 | 100110 |
Color Harmonies of #0445BD
Complementary color
Monochromatic Colors of #0445BD
Black with #0445BD
Text Example
Text Example
White with #0445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0445BD; }
p { color: rgb(4,69,189); }
H1.HeaderClassName
{
color: #0445BD;
}
.AnyTagClassName
{
color: #0445BD;
}
</style>
background-color css
<style>
a { background-color: #0445BD; }
a { background-color: rgb(4,69,189); }
div.DivClassName
{
background-color: #0445BD;
}
.BgClassName
{
background-color: #0445BD;
}
</style>
border-color css
<style>
span { border-color: #0445BD; }
span { border-color: rgb(4,69,189); }
td.TdClassName
{
border-color: #0445BD;
}
.TagClassName
{
border-color: #0445BD;
}
</style>