Shades of Cobalt #0748AF
Tints of Cobalt #0748AF
RGB
CMYK
RGB Variations
Color information
#0748AF (or 0x0748AF) is known color: Cobalt. HEX triplet: 07, 48 and AF. RGB value is (7,72,175). Sum of RGB (Red+Green+Blue) = 7+72+175=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #0748AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748AF is #F8B750. Grayscale: #3F3F3F. Windows color (decimal): -16299857 or 11487239. OLE color: 11487239.
HSL color Cylindrical-coordinate representation of color #0748AF: hue angle of 216.79º 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 #0748AF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 72 | 175 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.31 |
| HSL | 216.79º | 0.92% | 0.36% | - |
| HSV(B) | 216.79º | 0.96% | 0.69% | - |
| XYZ | 10.14 | 7.78 | 41.52 | - |
| YUV | 64.31 | 190.47 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 175 | 0.96 | 0.59 | 0 | 0.31 | 216.79 | 0.92 | 0.36 |
| Hex | 7 | 48 | AF | 60 | 3B | 0 | 1F | D9 | 5C | 24 |
| Octal | 7 | 110 | 257 | 140 | 73 | 0 | 37 | 331 | 134 | 44 |
| Binary | 111 | 1001000 | 10101111 | 1100000 | 111011 | 0 | 11111 | 11011001 | 1011100 | 100100 |
Color Harmonies of #0748AF
Complementary color
Monochromatic Colors of #0748AF
Black with #0748AF
Text Example
Text Example
White with #0748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0748AF; }
p { color: rgb(7,72,175); }
H1.HeaderClassName
{
color: #0748AF;
}
.AnyTagClassName
{
color: #0748AF;
}
</style>
background-color css
<style>
a { background-color: #0748AF; }
a { background-color: rgb(7,72,175); }
div.DivClassName
{
background-color: #0748AF;
}
.BgClassName
{
background-color: #0748AF;
}
</style>
border-color css
<style>
span { border-color: #0748AF; }
span { border-color: rgb(7,72,175); }
td.TdClassName
{
border-color: #0748AF;
}
.TagClassName
{
border-color: #0748AF;
}
</style>