Shades of Cobalt #065B97
Tints of Cobalt #065B97
RGB
CMYK
RGB Variations
Color information
#065B97 (or 0x065B97) is known color: Cobalt. HEX triplet: 06, 5B and 97. RGB value is (6,91,151). Sum of RGB (Red+Green+Blue) = 6+91+151=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #065B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B97 is #F9A468. Grayscale: #484848. Windows color (decimal): -16360553 or 9919238. OLE color: 9919238.
HSL color Cylindrical-coordinate representation of color #065B97: hue angle of 204.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B97 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 91 | 151 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.41 |
| HSL | 204.83º | 0.92% | 0.31% | - |
| HSV(B) | 204.83º | 0.96% | 0.59% | - |
| XYZ | 9.4 | 9.76 | 30.67 | - |
| YUV | 72.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 151 | 0.96 | 0.40 | 0 | 0.41 | 204.83 | 0.92 | 0.31 |
| Hex | 6 | 5B | 97 | 60 | 28 | 0 | 29 | CD | 5C | 1F |
| Octal | 6 | 133 | 227 | 140 | 50 | 0 | 51 | 315 | 134 | 37 |
| Binary | 110 | 1011011 | 10010111 | 1100000 | 101000 | 0 | 101001 | 11001101 | 1011100 | 11111 |
Color Harmonies of #065B97
Complementary color
Monochromatic Colors of #065B97
Black with #065B97
Text Example
Text Example
White with #065B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B97; }
p { color: rgb(6,91,151); }
H1.HeaderClassName
{
color: #065B97;
}
.AnyTagClassName
{
color: #065B97;
}
</style>
background-color css
<style>
a { background-color: #065B97; }
a { background-color: rgb(6,91,151); }
div.DivClassName
{
background-color: #065B97;
}
.BgClassName
{
background-color: #065B97;
}
</style>
border-color css
<style>
span { border-color: #065B97; }
span { border-color: rgb(6,91,151); }
td.TdClassName
{
border-color: #065B97;
}
.TagClassName
{
border-color: #065B97;
}
</style>