Shades of Cobalt #0742AC
Tints of Cobalt #0742AC
RGB
CMYK
RGB Variations
Color information
#0742AC (or 0x0742AC) is known color: Cobalt. HEX triplet: 07, 42 and AC. RGB value is (7,66,172). Sum of RGB (Red+Green+Blue) = 7+66+172=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #0742AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0742AC is #F8BD53. Grayscale: #3B3B3B. Windows color (decimal): -16301396 or 11289095. OLE color: 11289095.
HSL color Cylindrical-coordinate representation of color #0742AC: hue angle of 218.55º 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 #0742AC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 66 | 172 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.33 |
| HSL | 218.55º | 0.92% | 0.35% | - |
| HSV(B) | 218.55º | 0.96% | 0.67% | - |
| XYZ | 9.48 | 6.92 | 39.87 | - |
| YUV | 60.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 172 | 0.96 | 0.62 | 0 | 0.33 | 218.55 | 0.92 | 0.35 |
| Hex | 7 | 42 | AC | 60 | 3E | 0 | 21 | DB | 5C | 23 |
| Octal | 7 | 102 | 254 | 140 | 76 | 0 | 41 | 333 | 134 | 43 |
| Binary | 111 | 1000010 | 10101100 | 1100000 | 111110 | 0 | 100001 | 11011011 | 1011100 | 100011 |
Color Harmonies of #0742AC
Complementary color
Monochromatic Colors of #0742AC
Black with #0742AC
Text Example
Text Example
White with #0742AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0742AC; }
p { color: rgb(7,66,172); }
H1.HeaderClassName
{
color: #0742AC;
}
.AnyTagClassName
{
color: #0742AC;
}
</style>
background-color css
<style>
a { background-color: #0742AC; }
a { background-color: rgb(7,66,172); }
div.DivClassName
{
background-color: #0742AC;
}
.BgClassName
{
background-color: #0742AC;
}
</style>
border-color css
<style>
span { border-color: #0742AC; }
span { border-color: rgb(7,66,172); }
td.TdClassName
{
border-color: #0742AC;
}
.TagClassName
{
border-color: #0742AC;
}
</style>