Shades of Cobalt #074BC4
Tints of Cobalt #074BC4
RGB
CMYK
RGB Variations
Color information
#074BC4 (or 0x074BC4) is known color: Cobalt. HEX triplet: 07, 4B and C4. RGB value is (7,75,196). Sum of RGB (Red+Green+Blue) = 7+75+196=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #074BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074BC4 is #F8B43B. Grayscale: #434343. Windows color (decimal): -16299068 or 12864263. OLE color: 12864263.
HSL color Cylindrical-coordinate representation of color #074BC4: hue angle of 218.41º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074BC4 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 75 | 196 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.23 |
| HSL | 218.41º | 0.93% | 0.4% | - |
| HSV(B) | 218.41º | 0.96% | 0.77% | - |
| XYZ | 12.57 | 9.06 | 53.31 | - |
| YUV | 68.46 | 199.97 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 196 | 0.96 | 0.62 | 0 | 0.23 | 218.41 | 0.93 | 0.4 |
| Hex | 7 | 4B | C4 | 60 | 3E | 0 | 17 | DA | 5D | 28 |
| Octal | 7 | 113 | 304 | 140 | 76 | 0 | 27 | 332 | 135 | 50 |
| Binary | 111 | 1001011 | 11000100 | 1100000 | 111110 | 0 | 10111 | 11011010 | 1011101 | 101000 |
Color Harmonies of #074BC4
Complementary color
Monochromatic Colors of #074BC4
Black with #074BC4
Text Example
Text Example
White with #074BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074BC4; }
p { color: rgb(7,75,196); }
H1.HeaderClassName
{
color: #074BC4;
}
.AnyTagClassName
{
color: #074BC4;
}
</style>
background-color css
<style>
a { background-color: #074BC4; }
a { background-color: rgb(7,75,196); }
div.DivClassName
{
background-color: #074BC4;
}
.BgClassName
{
background-color: #074BC4;
}
</style>
border-color css
<style>
span { border-color: #074BC4; }
span { border-color: rgb(7,75,196); }
td.TdClassName
{
border-color: #074BC4;
}
.TagClassName
{
border-color: #074BC4;
}
</style>