Shades of Cobalt #0451BD
Tints of Cobalt #0451BD
RGB
CMYK
RGB Variations
Color information
#0451BD (or 0x0451BD) is known color: Cobalt. HEX triplet: 04, 51 and BD. RGB value is (4,81,189). Sum of RGB (Red+Green+Blue) = 4+81+189=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #0451BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451BD is #FBAE42. Grayscale: #454545. Windows color (decimal): -16494147 or 12407044. OLE color: 12407044.
HSL color Cylindrical-coordinate representation of color #0451BD: hue angle of 215.03º 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 #0451BD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 81 | 189 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.26 |
| HSL | 215.03º | 0.96% | 0.38% | - |
| HSV(B) | 215.03º | 0.98% | 0.74% | - |
| XYZ | 12.18 | 9.58 | 49.35 | - |
| YUV | 70.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 189 | 0.98 | 0.57 | 0 | 0.26 | 215.03 | 0.96 | 0.38 |
| Hex | 4 | 51 | BD | 62 | 39 | 0 | 1A | D7 | 60 | 26 |
| Octal | 4 | 121 | 275 | 142 | 71 | 0 | 32 | 327 | 140 | 46 |
| Binary | 100 | 1010001 | 10111101 | 1100010 | 111001 | 0 | 11010 | 11010111 | 1100000 | 100110 |
Color Harmonies of #0451BD
Complementary color
Monochromatic Colors of #0451BD
Black with #0451BD
Text Example
Text Example
White with #0451BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0451BD; }
p { color: rgb(4,81,189); }
H1.HeaderClassName
{
color: #0451BD;
}
.AnyTagClassName
{
color: #0451BD;
}
</style>
background-color css
<style>
a { background-color: #0451BD; }
a { background-color: rgb(4,81,189); }
div.DivClassName
{
background-color: #0451BD;
}
.BgClassName
{
background-color: #0451BD;
}
</style>
border-color css
<style>
span { border-color: #0451BD; }
span { border-color: rgb(4,81,189); }
td.TdClassName
{
border-color: #0451BD;
}
.TagClassName
{
border-color: #0451BD;
}
</style>