Shades of Cobalt #0748AE
Tints of Cobalt #0748AE
RGB
CMYK
RGB Variations
Color information
#0748AE (or 0x0748AE) is known color: Cobalt. HEX triplet: 07, 48 and AE. RGB value is (7,72,174). Sum of RGB (Red+Green+Blue) = 7+72+174=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #0748AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748AE is #F8B751. Grayscale: #3F3F3F. Windows color (decimal): -16299858 or 11421703. OLE color: 11421703.
HSL color Cylindrical-coordinate representation of color #0748AE: hue angle of 216.65º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748AE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 72 | 174 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.32 |
| HSL | 216.65º | 0.92% | 0.35% | - |
| HSV(B) | 216.65º | 0.96% | 0.68% | - |
| XYZ | 10.04 | 7.74 | 41.01 | - |
| YUV | 64.19 | 189.97 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 174 | 0.96 | 0.59 | 0 | 0.32 | 216.65 | 0.92 | 0.35 |
| Hex | 7 | 48 | AE | 60 | 3B | 0 | 20 | D9 | 5C | 23 |
| Octal | 7 | 110 | 256 | 140 | 73 | 0 | 40 | 331 | 134 | 43 |
| Binary | 111 | 1001000 | 10101110 | 1100000 | 111011 | 0 | 100000 | 11011001 | 1011100 | 100011 |
Color Harmonies of #0748AE
Complementary color
Monochromatic Colors of #0748AE
Black with #0748AE
Text Example
Text Example
White with #0748AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748AE; }
p { color: rgb(7,72,174); }
H1.HeaderClassName
{
color: #0748AE;
}
.AnyTagClassName
{
color: #0748AE;
}
</style>
background-color css
<style>
a { background-color: #0748AE; }
a { background-color: rgb(7,72,174); }
div.DivClassName
{
background-color: #0748AE;
}
.BgClassName
{
background-color: #0748AE;
}
</style>
border-color css
<style>
span { border-color: #0748AE; }
span { border-color: rgb(7,72,174); }
td.TdClassName
{
border-color: #0748AE;
}
.TagClassName
{
border-color: #0748AE;
}
</style>