Shades of Cobalt #074CBB
Tints of Cobalt #074CBB
RGB
CMYK
RGB Variations
Color information
#074CBB (or 0x074CBB) is known color: Cobalt. HEX triplet: 07, 4C and BB. RGB value is (7,76,187). Sum of RGB (Red+Green+Blue) = 7+76+187=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #074CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CBB is #F8B344. Grayscale: #434343. Windows color (decimal): -16298821 or 12274695. OLE color: 12274695.
HSL color Cylindrical-coordinate representation of color #074CBB: hue angle of 217º 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 #074CBB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 76 | 187 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.27 |
| HSL | 217º | 0.93% | 0.38% | - |
| HSV(B) | 217º | 0.96% | 0.73% | - |
| XYZ | 11.64 | 8.8 | 48.1 | - |
| YUV | 68.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 187 | 0.96 | 0.59 | 0 | 0.27 | 217 | 0.93 | 0.38 |
| Hex | 7 | 4C | BB | 60 | 3B | 0 | 1B | D9 | 5D | 26 |
| Octal | 7 | 114 | 273 | 140 | 73 | 0 | 33 | 331 | 135 | 46 |
| Binary | 111 | 1001100 | 10111011 | 1100000 | 111011 | 0 | 11011 | 11011001 | 1011101 | 100110 |
Color Harmonies of #074CBB
Complementary color
Monochromatic Colors of #074CBB
Black with #074CBB
Text Example
Text Example
White with #074CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CBB; }
p { color: rgb(7,76,187); }
H1.HeaderClassName
{
color: #074CBB;
}
.AnyTagClassName
{
color: #074CBB;
}
</style>
background-color css
<style>
a { background-color: #074CBB; }
a { background-color: rgb(7,76,187); }
div.DivClassName
{
background-color: #074CBB;
}
.BgClassName
{
background-color: #074CBB;
}
</style>
border-color css
<style>
span { border-color: #074CBB; }
span { border-color: rgb(7,76,187); }
td.TdClassName
{
border-color: #074CBB;
}
.TagClassName
{
border-color: #074CBB;
}
</style>