Shades of Cobalt #0648AB
Tints of Cobalt #0648AB
RGB
CMYK
RGB Variations
Color information
#0648AB (or 0x0648AB) is known color: Cobalt. HEX triplet: 06, 48 and AB. RGB value is (6,72,171). Sum of RGB (Red+Green+Blue) = 6+72+171=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #0648AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0648AB is #F9B754. Grayscale: #3F3F3F. Windows color (decimal): -16365397 or 11225094. OLE color: 11225094.
HSL color Cylindrical-coordinate representation of color #0648AB: hue angle of 216º degrees, saturation: 0.93, 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 #0648AB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 72 | 171 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.33 |
| HSL | 216º | 0.93% | 0.35% | - |
| HSV(B) | 216º | 0.96% | 0.67% | - |
| XYZ | 9.74 | 7.61 | 39.48 | - |
| YUV | 63.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 171 | 0.96 | 0.58 | 0 | 0.33 | 216 | 0.93 | 0.35 |
| Hex | 6 | 48 | AB | 60 | 3A | 0 | 21 | D8 | 5D | 23 |
| Octal | 6 | 110 | 253 | 140 | 72 | 0 | 41 | 330 | 135 | 43 |
| Binary | 110 | 1001000 | 10101011 | 1100000 | 111010 | 0 | 100001 | 11011000 | 1011101 | 100011 |
Color Harmonies of #0648AB
Complementary color
Monochromatic Colors of #0648AB
Black with #0648AB
Text Example
Text Example
White with #0648AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0648AB; }
p { color: rgb(6,72,171); }
H1.HeaderClassName
{
color: #0648AB;
}
.AnyTagClassName
{
color: #0648AB;
}
</style>
background-color css
<style>
a { background-color: #0648AB; }
a { background-color: rgb(6,72,171); }
div.DivClassName
{
background-color: #0648AB;
}
.BgClassName
{
background-color: #0648AB;
}
</style>
border-color css
<style>
span { border-color: #0648AB; }
span { border-color: rgb(6,72,171); }
td.TdClassName
{
border-color: #0648AB;
}
.TagClassName
{
border-color: #0648AB;
}
</style>