Shades of Cobalt #0450B0
Tints of Cobalt #0450B0
RGB
CMYK
RGB Variations
Color information
#0450B0 (or 0x0450B0) is known color: Cobalt. HEX triplet: 04, 50 and B0. RGB value is (4,80,176). Sum of RGB (Red+Green+Blue) = 4+80+176=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 176 (69.14% from 255 or 67.69% from 260); Max value from RGB is 176 - color contains mainly: blue. Hex color #0450B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0450B0 is #FBAF4F. Grayscale: #434343. Windows color (decimal): -16494416 or 11554820. OLE color: 11554820.
HSL color Cylindrical-coordinate representation of color #0450B0: hue angle of 213.49º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450B0 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 80 | 176 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.31 |
| HSL | 213.49º | 0.96% | 0.35% | - |
| HSV(B) | 213.49º | 0.98% | 0.69% | - |
| XYZ | 10.76 | 8.9 | 42.22 | - |
| YUV | 68.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 176 | 0.98 | 0.55 | 0 | 0.31 | 213.49 | 0.96 | 0.35 |
| Hex | 4 | 50 | B0 | 62 | 37 | 0 | 1F | D5 | 60 | 23 |
| Octal | 4 | 120 | 260 | 142 | 67 | 0 | 37 | 325 | 140 | 43 |
| Binary | 100 | 1010000 | 10110000 | 1100010 | 110111 | 0 | 11111 | 11010101 | 1100000 | 100011 |
Color Harmonies of #0450B0
Complementary color
Monochromatic Colors of #0450B0
Black with #0450B0
Text Example
Text Example
White with #0450B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450B0; }
p { color: rgb(4,80,176); }
H1.HeaderClassName
{
color: #0450B0;
}
.AnyTagClassName
{
color: #0450B0;
}
</style>
background-color css
<style>
a { background-color: #0450B0; }
a { background-color: rgb(4,80,176); }
div.DivClassName
{
background-color: #0450B0;
}
.BgClassName
{
background-color: #0450B0;
}
</style>
border-color css
<style>
span { border-color: #0450B0; }
span { border-color: rgb(4,80,176); }
td.TdClassName
{
border-color: #0450B0;
}
.TagClassName
{
border-color: #0450B0;
}
</style>