Shades of Cobalt #074AB3
Tints of Cobalt #074AB3
RGB
CMYK
RGB Variations
Color information
#074AB3 (or 0x074AB3) is known color: Cobalt. HEX triplet: 07, 4A and B3. RGB value is (7,74,179). Sum of RGB (Red+Green+Blue) = 7+74+179=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 179 (70.31% from 255 or 68.85% from 260); Max value from RGB is 179 - color contains mainly: blue. Hex color #074AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074AB3 is #F8B54C. Grayscale: #414141. Windows color (decimal): -16299341 or 11749895. OLE color: 11749895.
HSL color Cylindrical-coordinate representation of color #074AB3: hue angle of 216.63º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AB3 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 74 | 179 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.30 |
| HSL | 216.63º | 0.92% | 0.36% | - |
| HSV(B) | 216.63º | 0.96% | 0.7% | - |
| XYZ | 10.67 | 8.2 | 43.67 | - |
| YUV | 65.94 | 191.8 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 179 | 0.96 | 0.59 | 0 | 0.30 | 216.63 | 0.92 | 0.36 |
| Hex | 7 | 4A | B3 | 60 | 3B | 0 | 1E | D9 | 5C | 24 |
| Octal | 7 | 112 | 263 | 140 | 73 | 0 | 36 | 331 | 134 | 44 |
| Binary | 111 | 1001010 | 10110011 | 1100000 | 111011 | 0 | 11110 | 11011001 | 1011100 | 100100 |
Color Harmonies of #074AB3
Complementary color
Monochromatic Colors of #074AB3
Black with #074AB3
Text Example
Text Example
White with #074AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AB3; }
p { color: rgb(7,74,179); }
H1.HeaderClassName
{
color: #074AB3;
}
.AnyTagClassName
{
color: #074AB3;
}
</style>
background-color css
<style>
a { background-color: #074AB3; }
a { background-color: rgb(7,74,179); }
div.DivClassName
{
background-color: #074AB3;
}
.BgClassName
{
background-color: #074AB3;
}
</style>
border-color css
<style>
span { border-color: #074AB3; }
span { border-color: rgb(7,74,179); }
td.TdClassName
{
border-color: #074AB3;
}
.TagClassName
{
border-color: #074AB3;
}
</style>