Shades of Cobalt #065BA0
Tints of Cobalt #065BA0
RGB
CMYK
RGB Variations
Color information
#065BA0 (or 0x065BA0) is known color: Cobalt. HEX triplet: 06, 5B and A0. RGB value is (6,91,160). Sum of RGB (Red+Green+Blue) = 6+91+160=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #065BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BA0 is #F9A45F. Grayscale: #494949. Windows color (decimal): -16360544 or 10509062. OLE color: 10509062.
HSL color Cylindrical-coordinate representation of color #065BA0: hue angle of 206.88º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065BA0 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 91 | 160 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.37 |
| HSL | 206.88º | 0.93% | 0.33% | - |
| HSV(B) | 206.88º | 0.96% | 0.63% | - |
| XYZ | 10.16 | 10.06 | 34.66 | - |
| YUV | 73.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 160 | 0.96 | 0.43 | 0 | 0.37 | 206.88 | 0.93 | 0.33 |
| Hex | 6 | 5B | A0 | 60 | 2B | 0 | 25 | CF | 5D | 21 |
| Octal | 6 | 133 | 240 | 140 | 53 | 0 | 45 | 317 | 135 | 41 |
| Binary | 110 | 1011011 | 10100000 | 1100000 | 101011 | 0 | 100101 | 11001111 | 1011101 | 100001 |
Color Harmonies of #065BA0
Complementary color
Monochromatic Colors of #065BA0
Black with #065BA0
Text Example
Text Example
White with #065BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BA0; }
p { color: rgb(6,91,160); }
H1.HeaderClassName
{
color: #065BA0;
}
.AnyTagClassName
{
color: #065BA0;
}
</style>
background-color css
<style>
a { background-color: #065BA0; }
a { background-color: rgb(6,91,160); }
div.DivClassName
{
background-color: #065BA0;
}
.BgClassName
{
background-color: #065BA0;
}
</style>
border-color css
<style>
span { border-color: #065BA0; }
span { border-color: rgb(6,91,160); }
td.TdClassName
{
border-color: #065BA0;
}
.TagClassName
{
border-color: #065BA0;
}
</style>