Shades of Cobalt #065BA1
Tints of Cobalt #065BA1
RGB
CMYK
RGB Variations
Color information
#065BA1 (or 0x065BA1) is known color: Cobalt. HEX triplet: 06, 5B and A1. RGB value is (6,91,161). Sum of RGB (Red+Green+Blue) = 6+91+161=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #065BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BA1 is #F9A45E. Grayscale: #494949. Windows color (decimal): -16360543 or 10574598. OLE color: 10574598.
HSL color Cylindrical-coordinate representation of color #065BA1: hue angle of 207.1º 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 #065BA1 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 91 | 161 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.37 |
| HSL | 207.1º | 0.93% | 0.33% | - |
| HSV(B) | 207.1º | 0.96% | 0.63% | - |
| XYZ | 10.25 | 10.09 | 35.13 | - |
| YUV | 73.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 161 | 0.96 | 0.43 | 0 | 0.37 | 207.1 | 0.93 | 0.33 |
| Hex | 6 | 5B | A1 | 60 | 2B | 0 | 25 | CF | 5D | 21 |
| Octal | 6 | 133 | 241 | 140 | 53 | 0 | 45 | 317 | 135 | 41 |
| Binary | 110 | 1011011 | 10100001 | 1100000 | 101011 | 0 | 100101 | 11001111 | 1011101 | 100001 |
Color Harmonies of #065BA1
Complementary color
Monochromatic Colors of #065BA1
Black with #065BA1
Text Example
Text Example
White with #065BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BA1; }
p { color: rgb(6,91,161); }
H1.HeaderClassName
{
color: #065BA1;
}
.AnyTagClassName
{
color: #065BA1;
}
</style>
background-color css
<style>
a { background-color: #065BA1; }
a { background-color: rgb(6,91,161); }
div.DivClassName
{
background-color: #065BA1;
}
.BgClassName
{
background-color: #065BA1;
}
</style>
border-color css
<style>
span { border-color: #065BA1; }
span { border-color: rgb(6,91,161); }
td.TdClassName
{
border-color: #065BA1;
}
.TagClassName
{
border-color: #065BA1;
}
</style>