Shades of Cobalt #074AC1
Tints of Cobalt #074AC1
RGB
CMYK
RGB Variations
Color information
#074AC1 (or 0x074AC1) is known color: Cobalt. HEX triplet: 07, 4A and C1. RGB value is (7,74,193). Sum of RGB (Red+Green+Blue) = 7+74+193=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #074AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074AC1 is #F8B53E. Grayscale: #424242. Windows color (decimal): -16299327 or 12667399. OLE color: 12667399.
HSL color Cylindrical-coordinate representation of color #074AC1: hue angle of 218.39º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AC1 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 74 | 193 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.24 |
| HSL | 218.39º | 0.93% | 0.39% | - |
| HSV(B) | 218.39º | 0.96% | 0.76% | - |
| XYZ | 12.16 | 8.79 | 51.51 | - |
| YUV | 67.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 193 | 0.96 | 0.62 | 0 | 0.24 | 218.39 | 0.93 | 0.39 |
| Hex | 7 | 4A | C1 | 60 | 3E | 0 | 18 | DA | 5D | 27 |
| Octal | 7 | 112 | 301 | 140 | 76 | 0 | 30 | 332 | 135 | 47 |
| Binary | 111 | 1001010 | 11000001 | 1100000 | 111110 | 0 | 11000 | 11011010 | 1011101 | 100111 |
Color Harmonies of #074AC1
Complementary color
Monochromatic Colors of #074AC1
Black with #074AC1
Text Example
Text Example
White with #074AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AC1; }
p { color: rgb(7,74,193); }
H1.HeaderClassName
{
color: #074AC1;
}
.AnyTagClassName
{
color: #074AC1;
}
</style>
background-color css
<style>
a { background-color: #074AC1; }
a { background-color: rgb(7,74,193); }
div.DivClassName
{
background-color: #074AC1;
}
.BgClassName
{
background-color: #074AC1;
}
</style>
border-color css
<style>
span { border-color: #074AC1; }
span { border-color: rgb(7,74,193); }
td.TdClassName
{
border-color: #074AC1;
}
.TagClassName
{
border-color: #074AC1;
}
</style>