Shades of Cobalt #0641AB
Tints of Cobalt #0641AB
RGB
CMYK
RGB Variations
Color information
#0641AB (or 0x0641AB) is known color: Cobalt. HEX triplet: 06, 41 and AB. RGB value is (6,65,171). Sum of RGB (Red+Green+Blue) = 6+65+171=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #0641AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0641AB is #F9BE54. Grayscale: #3A3A3A. Windows color (decimal): -16367189 or 11223302. OLE color: 11223302.
HSL color Cylindrical-coordinate representation of color #0641AB: hue angle of 218.55º 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 #0641AB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 65 | 171 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.33 |
| HSL | 218.55º | 0.93% | 0.35% | - |
| HSV(B) | 218.55º | 0.96% | 0.67% | - |
| XYZ | 9.32 | 6.76 | 39.34 | - |
| YUV | 59.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 171 | 0.96 | 0.62 | 0 | 0.33 | 218.55 | 0.93 | 0.35 |
| Hex | 6 | 41 | AB | 60 | 3E | 0 | 21 | DB | 5D | 23 |
| Octal | 6 | 101 | 253 | 140 | 76 | 0 | 41 | 333 | 135 | 43 |
| Binary | 110 | 1000001 | 10101011 | 1100000 | 111110 | 0 | 100001 | 11011011 | 1011101 | 100011 |
Color Harmonies of #0641AB
Complementary color
Monochromatic Colors of #0641AB
Black with #0641AB
Text Example
Text Example
White with #0641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0641AB; }
p { color: rgb(6,65,171); }
H1.HeaderClassName
{
color: #0641AB;
}
.AnyTagClassName
{
color: #0641AB;
}
</style>
background-color css
<style>
a { background-color: #0641AB; }
a { background-color: rgb(6,65,171); }
div.DivClassName
{
background-color: #0641AB;
}
.BgClassName
{
background-color: #0641AB;
}
</style>
border-color css
<style>
span { border-color: #0641AB; }
span { border-color: rgb(6,65,171); }
td.TdClassName
{
border-color: #0641AB;
}
.TagClassName
{
border-color: #0641AB;
}
</style>