Shades of Cobalt #074CBD
Tints of Cobalt #074CBD
RGB
CMYK
RGB Variations
Color information
#074CBD (or 0x074CBD) is known color: Cobalt. HEX triplet: 07, 4C and BD. RGB value is (7,76,189). Sum of RGB (Red+Green+Blue) = 7+76+189=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #074CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CBD is #F8B342. Grayscale: #434343. Windows color (decimal): -16298819 or 12405767. OLE color: 12405767.
HSL color Cylindrical-coordinate representation of color #074CBD: hue angle of 217.25º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074CBD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 76 | 189 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.26 |
| HSL | 217.25º | 0.93% | 0.38% | - |
| HSV(B) | 217.25º | 0.96% | 0.74% | - |
| XYZ | 11.86 | 8.89 | 49.23 | - |
| YUV | 68.25 | 196.14 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 189 | 0.96 | 0.60 | 0 | 0.26 | 217.25 | 0.93 | 0.38 |
| Hex | 7 | 4C | BD | 60 | 3C | 0 | 1A | D9 | 5D | 26 |
| Octal | 7 | 114 | 275 | 140 | 74 | 0 | 32 | 331 | 135 | 46 |
| Binary | 111 | 1001100 | 10111101 | 1100000 | 111100 | 0 | 11010 | 11011001 | 1011101 | 100110 |
Color Harmonies of #074CBD
Complementary color
Monochromatic Colors of #074CBD
Black with #074CBD
Text Example
Text Example
White with #074CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CBD; }
p { color: rgb(7,76,189); }
H1.HeaderClassName
{
color: #074CBD;
}
.AnyTagClassName
{
color: #074CBD;
}
</style>
background-color css
<style>
a { background-color: #074CBD; }
a { background-color: rgb(7,76,189); }
div.DivClassName
{
background-color: #074CBD;
}
.BgClassName
{
background-color: #074CBD;
}
</style>
border-color css
<style>
span { border-color: #074CBD; }
span { border-color: rgb(7,76,189); }
td.TdClassName
{
border-color: #074CBD;
}
.TagClassName
{
border-color: #074CBD;
}
</style>