Shades of Cobalt #074ABB
Tints of Cobalt #074ABB
RGB
CMYK
RGB Variations
Color information
#074ABB (or 0x074ABB) is known color: Cobalt. HEX triplet: 07, 4A and BB. RGB value is (7,74,187). Sum of RGB (Red+Green+Blue) = 7+74+187=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #074ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074ABB is #F8B544. Grayscale: #424242. Windows color (decimal): -16299333 or 12274183. OLE color: 12274183.
HSL color Cylindrical-coordinate representation of color #074ABB: hue angle of 217.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 #074ABB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 74 | 187 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.27 |
| HSL | 217.67º | 0.93% | 0.38% | - |
| HSV(B) | 217.67º | 0.96% | 0.73% | - |
| XYZ | 11.51 | 8.53 | 48.05 | - |
| YUV | 66.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 187 | 0.96 | 0.60 | 0 | 0.27 | 217.67 | 0.93 | 0.38 |
| Hex | 7 | 4A | BB | 60 | 3C | 0 | 1B | DA | 5D | 26 |
| Octal | 7 | 112 | 273 | 140 | 74 | 0 | 33 | 332 | 135 | 46 |
| Binary | 111 | 1001010 | 10111011 | 1100000 | 111100 | 0 | 11011 | 11011010 | 1011101 | 100110 |
Color Harmonies of #074ABB
Complementary color
Monochromatic Colors of #074ABB
Black with #074ABB
Text Example
Text Example
White with #074ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074ABB; }
p { color: rgb(7,74,187); }
H1.HeaderClassName
{
color: #074ABB;
}
.AnyTagClassName
{
color: #074ABB;
}
</style>
background-color css
<style>
a { background-color: #074ABB; }
a { background-color: rgb(7,74,187); }
div.DivClassName
{
background-color: #074ABB;
}
.BgClassName
{
background-color: #074ABB;
}
</style>
border-color css
<style>
span { border-color: #074ABB; }
span { border-color: rgb(7,74,187); }
td.TdClassName
{
border-color: #074ABB;
}
.TagClassName
{
border-color: #074ABB;
}
</style>