Shades of Cobalt #065B98
Tints of Cobalt #065B98
RGB
CMYK
RGB Variations
Color information
#065B98 (or 0x065B98) is known color: Cobalt. HEX triplet: 06, 5B and 98. RGB value is (6,91,152). Sum of RGB (Red+Green+Blue) = 6+91+152=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #065B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B98 is #F9A467. Grayscale: #484848. Windows color (decimal): -16360552 or 9984774. OLE color: 9984774.
HSL color Cylindrical-coordinate representation of color #065B98: hue angle of 205.07º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B98 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 91 | 152 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.40 |
| HSL | 205.07º | 0.92% | 0.31% | - |
| HSV(B) | 205.07º | 0.96% | 0.6% | - |
| XYZ | 9.48 | 9.79 | 31.1 | - |
| YUV | 72.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 152 | 0.96 | 0.40 | 0 | 0.40 | 205.07 | 0.92 | 0.31 |
| Hex | 6 | 5B | 98 | 60 | 28 | 0 | 28 | CD | 5C | 1F |
| Octal | 6 | 133 | 230 | 140 | 50 | 0 | 50 | 315 | 134 | 37 |
| Binary | 110 | 1011011 | 10011000 | 1100000 | 101000 | 0 | 101000 | 11001101 | 1011100 | 11111 |
Color Harmonies of #065B98
Complementary color
Monochromatic Colors of #065B98
Black with #065B98
Text Example
Text Example
White with #065B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B98; }
p { color: rgb(6,91,152); }
H1.HeaderClassName
{
color: #065B98;
}
.AnyTagClassName
{
color: #065B98;
}
</style>
background-color css
<style>
a { background-color: #065B98; }
a { background-color: rgb(6,91,152); }
div.DivClassName
{
background-color: #065B98;
}
.BgClassName
{
background-color: #065B98;
}
</style>
border-color css
<style>
span { border-color: #065B98; }
span { border-color: rgb(6,91,152); }
td.TdClassName
{
border-color: #065B98;
}
.TagClassName
{
border-color: #065B98;
}
</style>