Shades of Cobalt #0450BF
Tints of Cobalt #0450BF
RGB
CMYK
RGB Variations
Color information
#0450BF (or 0x0450BF) is known color: Cobalt. HEX triplet: 04, 50 and BF. RGB value is (4,80,191). Sum of RGB (Red+Green+Blue) = 4+80+191=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0450BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450BF is #FBAF40. Grayscale: #454545. Windows color (decimal): -16494401 or 12537860. OLE color: 12537860.
HSL color Cylindrical-coordinate representation of color #0450BF: hue angle of 215.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450BF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 80 | 191 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.25 |
| HSL | 215.62º | 0.96% | 0.38% | - |
| HSV(B) | 215.62º | 0.98% | 0.75% | - |
| XYZ | 12.32 | 9.52 | 50.48 | - |
| YUV | 69.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 191 | 0.98 | 0.58 | 0 | 0.25 | 215.62 | 0.96 | 0.38 |
| Hex | 4 | 50 | BF | 62 | 3A | 0 | 19 | D8 | 60 | 26 |
| Octal | 4 | 120 | 277 | 142 | 72 | 0 | 31 | 330 | 140 | 46 |
| Binary | 100 | 1010000 | 10111111 | 1100010 | 111010 | 0 | 11001 | 11011000 | 1100000 | 100110 |
Color Harmonies of #0450BF
Complementary color
Monochromatic Colors of #0450BF
Black with #0450BF
Text Example
Text Example
White with #0450BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450BF; }
p { color: rgb(4,80,191); }
H1.HeaderClassName
{
color: #0450BF;
}
.AnyTagClassName
{
color: #0450BF;
}
</style>
background-color css
<style>
a { background-color: #0450BF; }
a { background-color: rgb(4,80,191); }
div.DivClassName
{
background-color: #0450BF;
}
.BgClassName
{
background-color: #0450BF;
}
</style>
border-color css
<style>
span { border-color: #0450BF; }
span { border-color: rgb(4,80,191); }
td.TdClassName
{
border-color: #0450BF;
}
.TagClassName
{
border-color: #0450BF;
}
</style>