Shades of Cobalt #0748B1
Tints of Cobalt #0748B1
RGB
CMYK
RGB Variations
Color information
#0748B1 (or 0x0748B1) is known color: Cobalt. HEX triplet: 07, 48 and B1. RGB value is (7,72,177). Sum of RGB (Red+Green+Blue) = 7+72+177=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #0748B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748B1 is #F8B74E. Grayscale: #404040. Windows color (decimal): -16299855 or 11618311. OLE color: 11618311.
HSL color Cylindrical-coordinate representation of color #0748B1: hue angle of 217.06º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748B1 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 72 | 177 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.31 |
| HSL | 217.06º | 0.92% | 0.36% | - |
| HSV(B) | 217.06º | 0.96% | 0.69% | - |
| XYZ | 10.34 | 7.85 | 42.57 | - |
| YUV | 64.54 | 191.47 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 177 | 0.96 | 0.59 | 0 | 0.31 | 217.06 | 0.92 | 0.36 |
| Hex | 7 | 48 | B1 | 60 | 3B | 0 | 1F | D9 | 5C | 24 |
| Octal | 7 | 110 | 261 | 140 | 73 | 0 | 37 | 331 | 134 | 44 |
| Binary | 111 | 1001000 | 10110001 | 1100000 | 111011 | 0 | 11111 | 11011001 | 1011100 | 100100 |
Color Harmonies of #0748B1
Complementary color
Monochromatic Colors of #0748B1
Black with #0748B1
Text Example
Text Example
White with #0748B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748B1; }
p { color: rgb(7,72,177); }
H1.HeaderClassName
{
color: #0748B1;
}
.AnyTagClassName
{
color: #0748B1;
}
</style>
background-color css
<style>
a { background-color: #0748B1; }
a { background-color: rgb(7,72,177); }
div.DivClassName
{
background-color: #0748B1;
}
.BgClassName
{
background-color: #0748B1;
}
</style>
border-color css
<style>
span { border-color: #0748B1; }
span { border-color: rgb(7,72,177); }
td.TdClassName
{
border-color: #0748B1;
}
.TagClassName
{
border-color: #0748B1;
}
</style>