Shades of Cobalt #0748AB
Tints of Cobalt #0748AB
RGB
CMYK
RGB Variations
Color information
#0748AB (or 0x0748AB) is known color: Cobalt. HEX triplet: 07, 48 and AB. RGB value is (7,72,171). Sum of RGB (Red+Green+Blue) = 7+72+171=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #0748AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748AB is #F8B754. Grayscale: #3F3F3F. Windows color (decimal): -16299861 or 11225095. OLE color: 11225095.
HSL color Cylindrical-coordinate representation of color #0748AB: hue angle of 216.22º 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 #0748AB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 72 | 171 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.33 |
| HSL | 216.22º | 0.92% | 0.35% | - |
| HSV(B) | 216.22º | 0.96% | 0.67% | - |
| XYZ | 9.76 | 7.62 | 39.48 | - |
| YUV | 63.85 | 188.47 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 171 | 0.96 | 0.58 | 0 | 0.33 | 216.22 | 0.92 | 0.35 |
| Hex | 7 | 48 | AB | 60 | 3A | 0 | 21 | D8 | 5C | 23 |
| Octal | 7 | 110 | 253 | 140 | 72 | 0 | 41 | 330 | 134 | 43 |
| Binary | 111 | 1001000 | 10101011 | 1100000 | 111010 | 0 | 100001 | 11011000 | 1011100 | 100011 |
Color Harmonies of #0748AB
Complementary color
Monochromatic Colors of #0748AB
Black with #0748AB
Text Example
Text Example
White with #0748AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748AB; }
p { color: rgb(7,72,171); }
H1.HeaderClassName
{
color: #0748AB;
}
.AnyTagClassName
{
color: #0748AB;
}
</style>
background-color css
<style>
a { background-color: #0748AB; }
a { background-color: rgb(7,72,171); }
div.DivClassName
{
background-color: #0748AB;
}
.BgClassName
{
background-color: #0748AB;
}
</style>
border-color css
<style>
span { border-color: #0748AB; }
span { border-color: rgb(7,72,171); }
td.TdClassName
{
border-color: #0748AB;
}
.TagClassName
{
border-color: #0748AB;
}
</style>