Shades of Cobalt #074DBB
Tints of Cobalt #074DBB
RGB
CMYK
RGB Variations
Color information
#074DBB (or 0x074DBB) is known color: Cobalt. HEX triplet: 07, 4D and BB. RGB value is (7,77,187). Sum of RGB (Red+Green+Blue) = 7+77+187=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #074DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DBB is #F8B244. Grayscale: #444444. Windows color (decimal): -16298565 or 12274951. OLE color: 12274951.
HSL color Cylindrical-coordinate representation of color #074DBB: hue angle of 216.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DBB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 77 | 187 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.27 |
| HSL | 216.67º | 0.93% | 0.38% | - |
| HSV(B) | 216.67º | 0.96% | 0.73% | - |
| XYZ | 11.71 | 8.94 | 48.12 | - |
| YUV | 68.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 187 | 0.96 | 0.59 | 0 | 0.27 | 216.67 | 0.93 | 0.38 |
| Hex | 7 | 4D | BB | 60 | 3B | 0 | 1B | D9 | 5D | 26 |
| Octal | 7 | 115 | 273 | 140 | 73 | 0 | 33 | 331 | 135 | 46 |
| Binary | 111 | 1001101 | 10111011 | 1100000 | 111011 | 0 | 11011 | 11011001 | 1011101 | 100110 |
Color Harmonies of #074DBB
Complementary color
Monochromatic Colors of #074DBB
Black with #074DBB
Text Example
Text Example
White with #074DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DBB; }
p { color: rgb(7,77,187); }
H1.HeaderClassName
{
color: #074DBB;
}
.AnyTagClassName
{
color: #074DBB;
}
</style>
background-color css
<style>
a { background-color: #074DBB; }
a { background-color: rgb(7,77,187); }
div.DivClassName
{
background-color: #074DBB;
}
.BgClassName
{
background-color: #074DBB;
}
</style>
border-color css
<style>
span { border-color: #074DBB; }
span { border-color: rgb(7,77,187); }
td.TdClassName
{
border-color: #074DBB;
}
.TagClassName
{
border-color: #074DBB;
}
</style>