Shades of Cobalt #074DAB
Tints of Cobalt #074DAB
RGB
CMYK
RGB Variations
Color information
#074DAB (or 0x074DAB) is known color: Cobalt. HEX triplet: 07, 4D and AB. RGB value is (7,77,171). Sum of RGB (Red+Green+Blue) = 7+77+171=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #074DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074DAB is #F8B254. Grayscale: #424242. Windows color (decimal): -16298581 or 11226375. OLE color: 11226375.
HSL color Cylindrical-coordinate representation of color #074DAB: hue angle of 214.39º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DAB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 77 | 171 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.33 |
| HSL | 214.39º | 0.92% | 0.35% | - |
| HSV(B) | 214.39º | 0.96% | 0.67% | - |
| XYZ | 10.09 | 8.29 | 39.6 | - |
| YUV | 66.79 | 186.81 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 171 | 0.96 | 0.55 | 0 | 0.33 | 214.39 | 0.92 | 0.35 |
| Hex | 7 | 4D | AB | 60 | 37 | 0 | 21 | D6 | 5C | 23 |
| Octal | 7 | 115 | 253 | 140 | 67 | 0 | 41 | 326 | 134 | 43 |
| Binary | 111 | 1001101 | 10101011 | 1100000 | 110111 | 0 | 100001 | 11010110 | 1011100 | 100011 |
Color Harmonies of #074DAB
Complementary color
Monochromatic Colors of #074DAB
Black with #074DAB
Text Example
Text Example
White with #074DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DAB; }
p { color: rgb(7,77,171); }
H1.HeaderClassName
{
color: #074DAB;
}
.AnyTagClassName
{
color: #074DAB;
}
</style>
background-color css
<style>
a { background-color: #074DAB; }
a { background-color: rgb(7,77,171); }
div.DivClassName
{
background-color: #074DAB;
}
.BgClassName
{
background-color: #074DAB;
}
</style>
border-color css
<style>
span { border-color: #074DAB; }
span { border-color: rgb(7,77,171); }
td.TdClassName
{
border-color: #074DAB;
}
.TagClassName
{
border-color: #074DAB;
}
</style>