Shades of Cobalt #0748C4
Tints of Cobalt #0748C4
RGB
CMYK
RGB Variations
Color information
#0748C4 (or 0x0748C4) is known color: Cobalt. HEX triplet: 07, 48 and C4. RGB value is (7,72,196). Sum of RGB (Red+Green+Blue) = 7+72+196=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #0748C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0748C4 is #F8B73B. Grayscale: #424242. Windows color (decimal): -16299836 or 12863495. OLE color: 12863495.
HSL color Cylindrical-coordinate representation of color #0748C4: hue angle of 219.37º 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 #0748C4 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 72 | 196 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.23 |
| HSL | 219.37º | 0.93% | 0.4% | - |
| HSV(B) | 219.37º | 0.96% | 0.77% | - |
| XYZ | 12.37 | 8.67 | 53.25 | - |
| YUV | 66.7 | 200.97 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 196 | 0.96 | 0.63 | 0 | 0.23 | 219.37 | 0.93 | 0.4 |
| Hex | 7 | 48 | C4 | 60 | 3F | 0 | 17 | DB | 5D | 28 |
| Octal | 7 | 110 | 304 | 140 | 77 | 0 | 27 | 333 | 135 | 50 |
| Binary | 111 | 1001000 | 11000100 | 1100000 | 111111 | 0 | 10111 | 11011011 | 1011101 | 101000 |
Color Harmonies of #0748C4
Complementary color
Monochromatic Colors of #0748C4
Black with #0748C4
Text Example
Text Example
White with #0748C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748C4; }
p { color: rgb(7,72,196); }
H1.HeaderClassName
{
color: #0748C4;
}
.AnyTagClassName
{
color: #0748C4;
}
</style>
background-color css
<style>
a { background-color: #0748C4; }
a { background-color: rgb(7,72,196); }
div.DivClassName
{
background-color: #0748C4;
}
.BgClassName
{
background-color: #0748C4;
}
</style>
border-color css
<style>
span { border-color: #0748C4; }
span { border-color: rgb(7,72,196); }
td.TdClassName
{
border-color: #0748C4;
}
.TagClassName
{
border-color: #0748C4;
}
</style>