Shades of Cobalt #0748A6
Tints of Cobalt #0748A6
RGB
CMYK
RGB Variations
Color information
#0748A6 (or 0x0748A6) is known color: Cobalt. HEX triplet: 07, 48 and A6. RGB value is (7,72,166). Sum of RGB (Red+Green+Blue) = 7+72+166=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 166 (65.23% from 255 or 67.76% from 245); Max value from RGB is 166 - color contains mainly: blue. Hex color #0748A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748A6 is #F8B759. Grayscale: #3E3E3E. Windows color (decimal): -16299866 or 10897415. OLE color: 10897415.
HSL color Cylindrical-coordinate representation of color #0748A6: hue angle of 215.47º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748A6 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 72 | 166 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.35 |
| HSL | 215.47º | 0.92% | 0.34% | - |
| HSV(B) | 215.47º | 0.96% | 0.65% | - |
| XYZ | 9.29 | 7.43 | 37.02 | - |
| YUV | 63.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 166 | 0.96 | 0.57 | 0 | 0.35 | 215.47 | 0.92 | 0.34 |
| Hex | 7 | 48 | A6 | 60 | 39 | 0 | 23 | D7 | 5C | 22 |
| Octal | 7 | 110 | 246 | 140 | 71 | 0 | 43 | 327 | 134 | 42 |
| Binary | 111 | 1001000 | 10100110 | 1100000 | 111001 | 0 | 100011 | 11010111 | 1011100 | 100010 |
Color Harmonies of #0748A6
Complementary color
Monochromatic Colors of #0748A6
Black with #0748A6
Text Example
Text Example
White with #0748A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748A6; }
p { color: rgb(7,72,166); }
H1.HeaderClassName
{
color: #0748A6;
}
.AnyTagClassName
{
color: #0748A6;
}
</style>
background-color css
<style>
a { background-color: #0748A6; }
a { background-color: rgb(7,72,166); }
div.DivClassName
{
background-color: #0748A6;
}
.BgClassName
{
background-color: #0748A6;
}
</style>
border-color css
<style>
span { border-color: #0748A6; }
span { border-color: rgb(7,72,166); }
td.TdClassName
{
border-color: #0748A6;
}
.TagClassName
{
border-color: #0748A6;
}
</style>